Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Segmentation fault using google-ads-googleads api #34006

Open
shadydealer opened this issue Aug 8, 2023 · 5 comments
Open

Segmentation fault using google-ads-googleads api #34006

shadydealer opened this issue Aug 8, 2023 · 5 comments

Comments

@shadydealer
Copy link

What version of gRPC and what language are you using?

Ruby 2.7.8
gRPC 1.56.2

What operating system (Linux, Windows,...) and version?

Ubuntu 20.04.6 LTS (Focal Fossa)

What runtime / compiler are you using (e.g. python version or version of gcc)

gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)

What did you do?

This bug seems to occur on linux machines. It seems to be working fine on macOS.

Get credentials for the GoogleAds API and replace them.

      def initialize_google_ads_client
        Google::Ads::GoogleAds::GoogleAdsClient.new do |config|
          config.client_id = <client_id>
          config.client_secret = <client_secret>
          config.developer_token = <developer_token>
          config.refresh_token = <refresh_token>
        end
      end

      def google_ads_client
        @google_ads_client ||= initialize_google_ads_client
      end

      customer_resource_names = google_ads_client.
      service.customer.
      list_accessible_customers()

I've also opened an issue with google-ads-ruby (googleads/google-ads-ruby#448)
However, upon looking at the stack trace, it looks like the gRPC library is throwing a segmentation fault.

What did you expect to see?

Not to have a segmentation fault

What did you see instead?

Seg fault
Adding log as a comment due to maximum comment length constraints.

@shadydealer
Copy link
Author

Log:

App 3143429 output: Could not create default logger. Check your config file.
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:373: [BUG] 
App 3143429 output: Segmentation fault at 0x0000000000000000
App 3143429 output: ruby 2.7.8p225 (2023-03-30 revision 1f4d455848) [x86_64-linux]
App 3143429 output: 
App 3143429 output: -- Control frame information -----------------------------------------------
App 3143429 output: c:0226 p:---- s:1689 e:001688 CFUNC  :run_batch
App 3143429 output: c:0225 p:0088 s:1684 e:001683 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:373
App 3143429 output: c:0224 p:0012 s:1675 e:001674 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:174
App 3143429 output: c:0223 p:0020 s:1672 e:001671 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/interceptors.rb:181
App 3143429 output: c:0222 p:0011 
App 3143429 output: s:1669 e:001668 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/interceptors/error_inte
App 3143429 output: c:0221 p:0043 s:1659 e:001658 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/interceptors.rb:175
App 3143429 output: c:0220 p:0010 s:1652 e:001651 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:173 [FINISH]
App 3143429 output: c:0219 p:0070 s:1649 e:001648 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/gapic-common-0.19.1/lib/gapic/grpc/service_stub/rpc_call.rb:123
App 3143429 output: c:0218 p:0032 s:1636 e:001635 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/gapic-common-0.19.1/lib/gapic/grpc/service_stub.rb:156
App 3143429 output: c:0217 p:0275 s:1626 e:001625 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/v14/services/customer_s [FINISH]
App 3143429 output: c:0216 p:---- s:1619 e:001618 CFUNC  :public_send
App 3143429 output: c:0215 p:0148 s:1612 e:001611 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/service_wrapper.rb:53
App 3143429 output: c:0214 p:0009 s:1596 e:001595 METHOD /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:72
App 3143429 output: c:0213 p:0017 s:1587 e:001586 METHOD /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:42
App 3143429 output: c:0212 p:0003 s:1583 e:001582 METHOD /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:156
App 3143429 output: c:0211 p:0035 s:1579 e:001578 METHOD /srv/app/releases/20230808091008/app/views/standard_integrations/google_ads/actions/_upload_call_conversion_form.htm [FINISH]
App 3143429 output: c:0210 p:---- s:1566 e:001565 CFUNC  :public_send
App 3143429 output: c:0209 p:0042 s:1559 e:001558 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244
App 3143429 output: c:0208 p:0025 s:1545 e:001544 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157
App 3143429 output: c:0207 p:0010 s:1542 e:001541 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0206 p:0022 s:1539 e:001538 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: 
App 3143429 output: c:0205 p:0023 s:1531 e:001530 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0204 p:0024 s:1525 e:001524 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361
App 3143429 output: c:0203 p:0021 s:1520 e:001519 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155
App 3143429 output: c:0202 p:0014 s:1509 e:001508 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:251
App 3143429 output: c:0201 p:0010 s:1504 e:001503 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0200 p:0022 s:1501 e:001500 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0199 p:0023 s:1493 e:001492 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0198 p:0032 s:1487 e:001486 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:246
App 3143429 output: c:0197 p:0058 s:1478 e:001477 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:237
App 3143429 output: c:0196 p:0139 s:1469 
App 3143429 output: e:001468 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:81
App 3143429 output: c:0195 p:0015 s:1459 e:001458 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:27
App 3143429 output: c:0194 p:0007 s:1453 e:001452 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:22
App 3143429 output: c:0193 p:0035 s:1447 e:001446 BLOCK 
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:37
App 3143429 output: c:0192 p:0089 s:1443 e:001442 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270
App 3143429 output: c:0191 p:0065 s:1435 e:001434 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:33
App 3143429 output: c:0190 p:0212 s:1428 E:000988 BLOCK  /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:38
App 3143429 output: c:0189 p:0007 s:1421 e:001420 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45
App 3143429 output: 
App 3143429 output: c:0188 p:0065 s:1418 e:001417 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:209
App 3143429 output: c:0187 
App 3143429 output: p:0007 s:1412 e:001411 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45
App 3143429 output: c:0186 p:0098 s:1404 e:001403 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/form_helper.rb:768
App 3143429 output: c:0185 p:0231 s:1390 e:001389 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/form_helper.rb:460
App 3143429 output: c:0184 p:0012 s:1379 e:001378 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:27
App 3143429 output: c:0183 p:0052 s:1376 e:001375 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:46
App 3143429 output: c:0182 p:0191 s:1371 e:001370 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:26
App 3143429 output: c:0181 p:0061 s:1364 E:000700 
App 3143429 output: BLOCK  /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:3
App 3143429 output: c:0180 p:0007 s:1359 e:001358 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45
App 3143429 output: c:0179 p:0065 s:1356 e:001355 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:209
App 3143429 output: c:0178 p:0007 
App 3143429 output: s:1350 e:001349 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45
App 3143429 output: c:0177 p:0025 s:1342 e:001341 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/tag_helper.rb:71
App 3143429 output: c:0176 p:0024 s:1332 e:001331 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/tag_helper.rb:189
App 3143429 output: c:0175 p:0052 s:1324 
App 3143429 output: e:001323 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/turbo-rails-1.4.0/app/helpers/turbo/frames_helper.rb:42
App 3143429 output: c:0174 p:0046 s:1313 E:000830 METHOD /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:1 [FINISH]
App 3143429 output: c:0173 p:---- s:1302 e:001301 CFUNC  :public_send
App 3143429 output: c:0172 p:0042 s:1295 e:001294 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244
App 3143429 output: c:0171 p:0025 s:1281 e:001280 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157
App 3143429 output: c:0170 p:0010 s:1278 e:001277 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0169 p:0022 s:1275 e:001274 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0168 
App 3143429 output: p:0023 s:1267 e:001266 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0167 p:0024 s:1261 e:001260 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361
App 3143429 output: c:0166 p:0021 s:1256 e:001255 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155
App 3143429 output: c:0165 p:0014 s:1245 E:0008c0 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:251
App 3143429 output: c:0164 p:0010 s:1240 e:001239 
App 3143429 output: BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0163 p:0022 s:1237 e:001236 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0162 p:0023 s:1229 e:001228 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0161 p:0032 s:1223 E:000918 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:246
App 3143429 output: c:0160 p:0058 s:1214 e:001213 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:237
App 3143429 output: c:0159 
App 3143429 output: p:0139 s:1205 e:001204 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:81
App 3143429 output: c:0158 p:0015 s:1195 e:001194 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:27
App 3143429 output: c:0157 p:0007 s:1189 e:001188 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:22
App 3143429 output: c:0156 p:0035 s:1183 e:001182 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:37
App 3143429 output: c:0155 p:0089 s:1179 e:001178 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270
App 3143429 output: c:0154 p:0065 s:1171 e:001170 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:33
App 3143429 output: c:0153 p:0075 
App 3143429 output: s:1164 e:001162 METHOD /srv/app/releases/20230808091008/app/views/integration_actions/edit.html.erb:6 [FINISH]
App 3143429 output: c:0152 p:---- s:1153 e:001152 CFUNC  :public_send
App 3143429 output: c:0151 p:0042 s:1146 e:001145 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244
App 3143429 output: c:0150 p:0025 s:1132 e:001131 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157
App 3143429 output: c:0149 p:0010 s:1129 e:001128 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0148 p:0022 s:1126 e:001125 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0147 p:0023 s:1118 
App 3143429 output: e:001117 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0146 p:0024 s:1112 e:001111 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361
App 3143429 output: c:0145 p:0021 s:1107 e:001106 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155
App 3143429 output: c:0144 p:0013 s:1096 e:001095 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:65
App 3143429 output: c:0143 p:0010 s:1093 e:001092 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0142 p:0022 s:1090 e:001089 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0141 p:0023 s:1082 
App 3143429 output: e:001081 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0140 p:0033 s:1076 e:001075 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:60
App 3143429 output: c:0139 p:0011 s:1072 e:001069 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:75
App 3143429 output: c:0138 p:0010 s:1067 e:001066 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0137 p:0022 s:1064 e:001063 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0136 p:0023 s:1056 e:001055 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0135 p:0050 s:1050 e:001049 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:74
App 3143429 output: c:0134 p:0012 s:1040 e:001039 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:59
App 3143429 output: c:0133 p:0048 s:1032 e:001031 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:11
App 3143429 output: c:0132 p:0020 s:1025 e:001024 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:61
App 3143429 output: c:0131 p:0023 s:1019 e:001018 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:29
App 3143429 output: c:0130 p:0009 s:1013 e:001012 BLOCK 
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:117
App 3143429 output: c:0129 p:0089 s:1009 e:001008 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270
App 3143429 output: c:0128 p:0051 s:1001 e:001000 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:116
App 3143429 output: c:0127 p:0044 s:0991 e:000990 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/streaming.rb:216
App 3143429 output: c:0126 p:0015 s:0986 e:000985 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:103
App 3143429 output: c:0125 p:0010 s:0981 
App 3143429 output: e:000980 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:46
App 3143429 output: c:0124 p:0015 s:0976 e:000975 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/renderers.rb:141
App 3143429 output: c:0123 p:0018 s:0971 e:000970 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/rendering.rb:25
App 3143429 output: c:0122 p:0033 s:0963 e:000962 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:30
App 3143429 output: c:0121 p:0010 s:0958 e:000957 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:22
App 3143429 output: c:0120 p:0028 s:0955 e:000954 METHOD /home/ubuntu/.rvm/rubies/ruby-2.7.8/lib/ruby/2.7.0/benchmark.rb:308
App 3143429 output: c:0119 p:0009 s:0950 e:000948 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/core_ext/benchmark.rb:14
App 3143429 output: c:0118 p:0013 s:0944 e:000943 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:22
App 3143429 output: c:0117 p:0002 s:0941 e:000940 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:91
App 3143429 output: 
App 3143429 output: c:0116 p:0066 s:0937 e:000936 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activerecord-7.0.4.2/lib/active_record/railties/controller_runtime.rb:34
App 3143429 output: c:0115 p:0025 s:0930 e:000929 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/sunspot_rails-2.4.0/lib/sunspot/rails/railties/controller_runtime.rb:15
App 3143429 output: c:0114 p:0008 s:0923 e:000921 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:21
App 3143429 output: c:0113 p:0215 s:0916 e:000915 METHOD /srv/app/shared/bundle/ruby/2.7.0/bundler/gems/wiselinks-6a0934ee0039/lib/wiselinks/rendering.rb:35
App 3143429 output: c:0112 p:0007 s:0909 e:000908 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/remotipart-1.3.1/lib/remotipart/render_overrides.rb:16
App 3143429 output: c:0111 p:0021 s:0903 e:000902 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/implicit_render.rb:35
App 3143429 output: c:0110 p:0011 s:0898 e:000897 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/basic_implicit_render.rb:6 [FINISH]
App 3143429 output: c:0109 p:---- s:0895 e:000894 CFUNC  :tap
App 3143429 output: c:0108 p:0013 s:0891 e:000890 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/basic_implicit_render.rb:6
App 3143429 output: c:0107 p:0011 s:0885 e:000884 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/base.rb:215
App 3143429 output: c:0106 p:0022 s:0879 e:000878 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:53
App 3143429 output: c:0105 p:0009 s:0874 e:000873 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/callbacks.rb:234
App 3143429 output: c:0104 p:0048 s:0871 e:000869 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:118
App 3143429 output: c:0103 p:0049 s:0861 e:000860 METHOD /srv/app/releases/20230808091008/app/controllers/application_controller.rb:50
App 3143429 output: c:0102 p:0127 s:0857 e:000856 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:127
App 3143429 output: c:0101 
App 3143429 output: p:0013 s:0848 e:000847 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actiontext-7.0.4.2/lib/action_text/rendering.rb:20
App 3143429 output: c:0100 p:0021 s:0842 e:000841 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actiontext-7.0.4.2/lib/action_text/engine.rb:69 [FINISH]
App 3143429 output: c:0099 p:---- s:0837 e:000836 CFUNC  :instance_exec
App 3143429 output: c:0098 p:0127 s:0831 e:000830 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:127
App 3143429 output: c:0097 p:0124 s:0822 E:0011b8 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:138
App 3143429 output: c:0096 p:0006 s:0813 E:001130 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/callbacks.rb:233
App 3143429 output: c:0095 p:0008 s:0807 e:000806 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rescue.rb:22
App 3143429 output: c:0094 p:0009 s:0801 e:000800 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:67
App 3143429 output: c:0093 p:0010 s:0795 e:000794 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0092 p:0022 s:0792 e:000791 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24
App 3143429 output: c:0091 p:0023 s:0784 e:000783 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206
App 3143429 output: c:0090 p:0117 s:0778 e:000777 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:66
App 3143429 output: c:0089 
App 3143429 output: p:0017 s:0772 e:000771 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/params_wrapper.rb:259
App 3143429 output: c:0088 p:0026 s:0767 e:000766 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activerecord-7.0.4.2/lib/active_record/railties/controller_runtime.rb:27
App 3143429 output: c:0087 p:0082 s:0761 e:000760 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/base.rb:151
App 3143429 output: c:0086 p:0062 
App 3143429 output: s:0754 e:000753 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:39
App 3143429 output: c:0085 p:0017 s:0747 e:000746 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal.rb:188
App 3143429 output: c:0084 p:0034 s:0740 e:000739 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal.rb:251
App 3143429 output: c:0083 p:0010 s:0733 e:000732 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/routing/route_set.rb:49
App 3143429 output: c:0082 
App 3143429 output: p:0036 s:0725 e:000724 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/routing/route_set.rb:32
App 3143429 output: c:0081 p:0110 s:0717 e:000716 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/journey/router.rb:50 [FINISH]
App 3143429 output: c:0080 p:---- s:0704 e:000703 CFUNC  :each
App 3143429 output: c:0079 p:0008 s:0700 e:000699 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/journey/router.rb:32
App 3143429 output: c:0078 p:0042 s:0695 e:000694 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/routing/route_set.rb:852
App 3143429 output: c:0077 p:0097 s:0689 e:000688 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0076 p:0058 s:0678 e:000677 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/turnout-0.2.5/lib/rack/turnout.rb:19
App 3143429 output: c:0075 
App 3143429 output: p:0097 s:0673 e:000672 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0074 p:0007 s:0662 e:000661 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/rack/agent_hooks.rb:30
App 3143429 output: c:0073 p:0088 s:0657 e:000656 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0072 p:0007 
App 3143429 output: s:0646 e:000645 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/rack/browser_monitoring.rb:33
App 3143429 output: c:0071 p:0088 s:0634 e:000633 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0070 p:0072 s:0623 e:000622 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/remotipart-1.3.1/lib/remotipart/middleware.rb:32
App 3143429 output: c:0069 p:0097 s:0616 e:000615 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0068 p:0017 s:0605 e:000604 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:36 [FINISH]
App 3143429 output: c:0067 p:---- s:0602 e:000601 CFUNC  :catch
App 3143429 output: c:0066 p:0057 s:0597 e:000596 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:34
App 3143429 output: c:0065 p:0097 s:0591 e:000590 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0064 p:0035 s:0580 e:000579 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/tempfile_reaper.rb:15
App 3143429 output: c:0063 p:0097 s:0571 e:000570 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0062 p:0007 s:0560 e:000559 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/etag.rb:27
App 3143429 output: c:0061 p:0097 s:0549 e:000548 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0060 p:0048 s:0538 e:000537 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/conditional_get.rb:27
App 3143429 output: c:0059 p:0097 s:0529 e:000528 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0058 p:0007 s:0518 e:000517 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/head.rb:12
App 3143429 output: c:0057 p:0097 s:0510 e:000509 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0056 p:0007 s:0499 e:000498 METHOD /srv/app/releases/20230808091008/app/middleware/catch_json_parse_errors.rb:12
App 3143429 output: c:0055 p:0097 s:0492 
App 3143429 output: e:000491 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0054 p:0026 s:0481 e:000480 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/http/permissions_policy.rb:38
App 3143429 output: c:0053 p:0097 s:0471 e:000470 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0052 p:0026 s:0460 e:000459 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/http/content_security_policy.rb:36
App 3143429 output: c:0051 p:0097 s:0447 e:000446 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0050 p:0026 s:0436 e:000435 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/session/abstract/id.rb:266
App 3143429 output: c:0049 p:0005 s:0425 e:000424 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/session/abstract/id.rb:260
App 3143429 output: c:0048 
App 3143429 output: p:0097 s:0420 e:000419 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0047 p:0026 s:0409 e:000408 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/cookies.rb:704
App 3143429 output: c:0046 p:0097 s:0399 e:000398 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0045 p:0008 s:0388 e:000387 BLOCK  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/callbacks.rb:27
App 3143429 output: c:0044 p:0024 
App 3143429 output: s:0385 e:000384 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:99
App 3143429 output: c:0043 p:0009 s:0376 e:000375 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/callbacks.rb:26
App 3143429 output: c:0042 p:0097 s:0369 e:000368 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0041 p:0026 s:0358 e:000357 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/debug_exceptions.rb:28
App 3143429 output: c:0040 p:0097 s:0347 e:000346 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0039 p:0026 s:0336 e:000335 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/show_exceptions.rb:26
App 3143429 output: c:0038 p:0097 s:0329 e:000328 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0037 p:0049 s:0318 E:001080 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/rack/logger.rb:40
App 3143429 output: c:0036 p:0048 s:0306 e:000305 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/rack/logger.rb:27
App 3143429 output: c:0035 p:0097 s:0300 e:000299 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0034 p:0052 s:0289 e:000288 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/remote_ip.rb:93
App 3143429 output: c:0033 p:0097 s:0283 e:000282 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0032 p:0019 s:0272 e:000271 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/request_store-1.5.1/lib/request_store/middleware.rb:19
App 3143429 output: c:0031 p:0097 s:0263 e:000262 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0030 p:0043 s:0252 e:000251 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/request_id.rb:26
App 3143429 output: c:0029 p:0097 s:0246 e:000245 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0028 p:0092 s:0235 e:000234 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/method_override.rb:24
App 3143429 output: c:0027 p:0097 s:0229 e:000228 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0026 p:0020 s:0218 e:000217 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/runtime.rb:22
App 3143429 output: c:0025 p:0097 s:0208 e:000207 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0024 p:0033 s:0197 e:000196 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/cache/strategy/local_cache_middlewar
App 3143429 output: c:0023 p:0097 s:0190 e:000189 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0022 p:0016 s:0179 e:000178 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/executor.rb:14
App 3143429 output: c:0021 p:0097 s:0170 e:000169 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0020 p:0018 s:0159 e:000158 METHOD
App 3143429 output:  /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/static.rb:23
App 3143429 output: c:0019 p:0097 s:0154 e:000153 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0018 p:0007 s:0143 e:000142 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/sendfile.rb:110
App 3143429 output: c:0017 p:0097 
App 3143429 output: s:0131 e:000130 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0016 p:0028 s:0120 e:000119 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/ssl.rb:77
App 3143429 output: c:0015 p:0097 s:0114 e:000113 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0014 p:0014 s:0103 e:000102 
App 3143429 output: METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/host_authorization.rb:131
App 3143429 output: c:0013 p:0097 s:0097 e:000096 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0012 p:0016 s:0086 e:000085 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/engine.rb:530 [FINISH]
App 3143429 output: c:0011 p:---- s:0080 e:000079 CFUNC  :public_send
App 3143429 output: c:0010 p:0031 s:0074 e:000073 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/railtie.rb:226
App 3143429 output: c:0009 p:0097 
App 3143429 output: s:0067 e:000066 METHOD /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:
App 3143429 output: c:0008 p:0008 s:0056 e:000055 BLOCK  /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:91
App 3143429 output: c:0007 p:0002 s:0053 e:000052 METHOD /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:383
App 3143429 output: c:0006 p:0355 s:0049 E:0020b8 METHOD /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:91
App 3143429 output: c:0005 p:0161 s:0032 e:000031 METHOD /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:134
App 3143429 output: 
App 3143429 output: c:0004 p:0067 s:0021 e:000020 METHOD /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:95
App 3143429 output: c:0003 p:0058 s:0012 e:000011 BLOCK  /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:449
App 3143429 output: c:0002 p:0023 s:0007 e:000006 BLOCK  /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:97 [FINISH]
App 3143429 output: c:0001 p:---- s:0003 
App 3143429 output: e:000002 (none) [FINISH]
App 3143429 output: 
App 3143429 output: -- Ruby level backtrace information ----------------------------------------
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:97:in `block in create_thread_and_abort_on_exception'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:449:in `block (3 levels) in start_threads'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:95:in `main_loop'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:134:in `accept_and_process_next_request'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:91:in `process_request'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:383:in `maybe_tag_logger'
App 3143429 output: /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:91:in `block in process_request'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/railtie.rb:226:in `method_missing'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/railtie.rb:226:in `public_send'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/engine.rb:530:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/host_authorization.rb:131:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/ssl.rb:77:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/sendfile.rb:110:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/static.rb:23:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/executor.rb:14:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/runtime.rb:22:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/method_override.rb:24:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/request_id.rb:26:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/request_store-1.5.1/lib/request_store/middleware.rb:19:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/rack/logger.rb:27:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/railties-7.0.4.2/lib/rails/rack/logger.rb:40:in `call_app'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/show_exceptions.rb:26:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:99:in `run_callbacks'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/middleware/cookies.rb:704:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/session/abstract/id.rb:260:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/session/abstract/id.rb:266:in `context'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/http/content_security_policy.rb:36:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/http/permissions_policy.rb:38:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/releases/20230808091008/app/middleware/catch_json_parse_errors.rb:12:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/head.rb:12:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/conditional_get.rb:27:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/etag.rb:27:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/rack-2.2.7/lib/rack/tempfile_reaper.rb:15:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:34:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:34:in `catch'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/warden-1.2.9/lib/warden/manager.rb:36:in `block in call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/remotipart-1.3.1/lib/remotipart/middleware.rb:32:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/rack/browser_monitoring.rb:33:in `traced_call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/rack/agent_hooks.rb:30:in `traced_call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/turnout-0.2.5/lib/rack/turnout.rb:19:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/newrelic_rpm-8.0.0/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/routing/route_set.rb:852:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/journey/router.rb:32:in `serve'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/journey/router.rb:32:in `each'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/journey/router.rb:50:in `block in serve'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/routing/route_set.rb:32:in `serve'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_dispatch/r
App 3143429 output: outing/route_set.rb:49:in `dispatch'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal.rb:251:in `dispatch'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal.rb:188:in `dispatch'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:39:in `process'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/base.rb:151:in `process'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activerecord-7.0.4.2/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/params_wrapper.rb:259:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:66:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rescue.rb:22:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/callbacks.rb:233:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:138:in `run_callbacks'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:127:in `instance_exec'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actiontext-7.0.4.2/lib/action_text/engine.rb:69:in `block (4 levels) in <class:Engine>'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actiontext-7.0.4.2/lib/action_text/rendering.rb:20:in `with_renderer'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:127:in `block in run_callbacks'
App 3143429 output: /srv/app/releases/20230808091008/app/controllers/application_controller.rb:50:in `set_locale'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/callbacks.rb:234:in `block in process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:53:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/base.rb:215:in `process_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/basic_implicit_render.rb:6:in `tap'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/implicit_render.rb:35:in `default_render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/remotipart-1.3.1/lib/remotipart/render_overrides.rb:16:in `render_with_remotipart'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/bundler/gems/wiselinks-6a0934ee0039/lib/wiselinks/rendering.rb:35:in `render_with_wiselinks'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:21:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/sunspot_rails-2.4.0/lib/sunspot/rails/railties/controller_runtime.rb:15:in `cleanup_view_runtime'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activerecord-7.0.4.2/lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:91:in `cleanup_view_runtime'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:22:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/core_ext/benchmark.rb:14:in `ms'
App 3143429 output: /home/ubuntu/.rvm/rubies/ruby-2.7.8/lib/ruby/2.7.0/benchmark.rb:308:in `realtime'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/instrumentation.rb:22:in `block (2 levels) in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:30:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/abstract_controller/rendering.rb:25:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/renderers.rb:141:in `render_to_body'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/rendering.rb:46:in `render_to_body'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:103:in `render_to_body'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionpack-7.0.4.2/lib/action_controller/metal/streaming.rb:216:in `_render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:116:in `_render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270:in `in_rendering_context'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/rendering.rb:117:in `block in _render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:29:in `render_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:61:in `render_template_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:11:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:59:in `render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:74:in `render_with_layout'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:75:in `block in render_with_layout'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:60:in `block in render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/template_renderer.rb:65:in `block (2 levels) in render_template'
App 3143429 output: /srv/app/shared
App 3143429 output: /bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361:in `instrument_render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `_run'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `public_send'
App 3143429 output: /srv/app/releases/20230808091008/app/views/integration_actions/edit.html.erb:6:in `_app_views_integration_actions_edit_html_erb__1012818554335204272_488420'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:33:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270:in `in_rendering_context'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:37:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:22:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:27:in `render_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:81:in `render_partial_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:237:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:246:in `render_partial_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:251:in `block in render_partial_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361:in `instrument_render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `_run'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `public_send'
App 3143429 output: /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:1:in `_app_views_integration_actions__form_html_erb___1538412794510442581_488480'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/turbo-rails-1.4.0/app/helpers/turbo/frames_helper.rb:42:in `turbo_frame_tag'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/tag_helper.rb:189:in `method_missing'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/tag_helper.rb:71:in `tag_string'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45:in `capture'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:209:in `with_output_buffer'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45:in `block in capture'
App 3143429 output: /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:3:in `block in _app_views_integration_actions__form_html_erb___1538412794510442581_488480'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:26:in `simple_form_for'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:46:in `with_simple_form_field_error_proc'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/simple_form-5.0.3/lib/simple_form/action_view_extensions/form_helper.rb:27:in `block in simple_form_for'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/form_helper.rb:460:in `form_for'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/form_helper.rb:768:in `form_with'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45:in `capture'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:209:in `with_output_buffer'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/capture_helper.rb:45:in `block in capture'
App 3143429 output: /srv/app/releases/20230808091008/app/views/integration_actions/_form.html.erb:38:in `block (2 levels) in _app_views_integration_actions__form_html_erb___1538412794510442581_488480'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:33:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:270:in `in_rendering_context'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/helpers/rendering_helper.rb:37:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:22:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:27:in `render_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/renderer.rb:81:in `render_partial_to_object'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:237:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:246:in `render_partial_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/renderer/partial_renderer.rb:251:in `block in render_partial_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:155:in `render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:361:in `instrument_render_template'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `instrument'
App 3143429 output: /srv/
App 3143429 output: callpixels.com/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/activesupport-7.0.4.2/lib/active_support/notifications.rb:206:in `block in instrument'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/template.rb:157:in `block in render'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `_run'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/actionview-7.0.4.2/lib/action_view/base.rb:244:in `public_send'
App 3143429 output: /srv/app/releases/20230808091008/app/views/standard_integrations/google_ads/actions/_upload_call_conversion_form.html.erb:2:in `_app_views_standard_integrations_google_ads_actions__upload_call_conversion_form_html_erb___2787530334088794475_488640'
App 3143429 output: /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:156:in `customer_options'
App 3143429 output: /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:42:in `account_hierarchy'
App 3143429 output: /srv/app/releases/20230808091008/app/models/integration_actions/google_ads/upload_call_conversion.rb:72:in `fetch_account_hierarchy'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/service_wrapper.rb:53:in `method_missing'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/service_wrapper.rb:53:in `public_send'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/v14/services/customer_service/client.rb:322:in `list_accessible_customers'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/gapic-common-0.19.1/lib/gapic/grpc/service_stub.rb:156:in `call_rpc'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/gapic-common-0.19.1/lib/gapic/grpc/service_stub/rpc_call.rb:123:in `call'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:173:in `block in request_response'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/interceptors.rb:175:in `intercept!'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/google-ads-googleads-23.0.0/lib/google/ads/google_ads/interceptors/error_interceptor.rb:65:in `request_response'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/interceptors.rb:181:in `block in intercept!'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/client_stub.rb:174:in `block (2 levels) in request_response'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:373:in `request_response'
App 3143429 output: /srv/app/shared/bundle/ruby/2.7.0/gems/grpc-1.56.2-x86_64-linux/src/ruby/lib/grpc/generic/active_call.rb:373:in `run_batch'

@alto-ruby
Copy link
Contributor

Looks like it's dereferencing a null pointer, do you happen to have the C level backtrace?

@shadydealer
Copy link
Author

here it is @alto-ruby :

App 3143429 output: -- C level backtrace information -------------------------------------------
App 3143429 output: /
App 3143429 output: home/ubuntu/.rvm/rubies/ruby-2.7.8/lib/libruby.so.2.7(rb_print_backtrace+0
App 3143429 output: x19) [0x7f
App 3143429 output: e272863d59
App 3143429 output: ] vm_dum
App 3143429 output: p.c:755
App 3143429 output: 
App 3143429 output: /home/u
App 3143429 output: buntu/.rvm/ru
App 3143429 output: bies/ru
App 3143429 output: by-2.7.8
App 3143429 output: /lib/libr
App 3143429 output: uby.so.2
App 3143429 output: .7(rb_vm
App 3143429 output: _bugrepor
App 3143429 output: t+0x21c)
App 3143429 output:  [0x7fe2
App 3143429 output: 72863f8c
App 3143429 output: ] vm_dum
App 3143429 output: p.c:941
App 3143429 output: [0x7fe272
App 3143429 output: 6dd31b]
App 3143429 output: /home/u
App 3143429 output: buntu/.r
App 3143429 output: vm/rubies
App 3143429 output: /ruby-2.7.
App 3143429 output: 8/lib/lib
App 3143429 output: ruby.so.
App 3143429 output: 2.7(sigse
App 3143429 output: gv+0x4d) [
App 3143429 output: 0x7fe2727
App 3143429 output: e13ad] s
App 3143429 output: ignal.c:
App 3143429 output: 946
App 3143429 output: /lib/
App 3143429 output: x86_64-linux-gn
App 3143429 output: u/libc.so
App 3143429 output: .6(0x7fe
App 3143429 output: 272475090
App 3143429 output: ) [0x7fe2
App 3143429 output: 72475090
App 3143429 output: ]
App 3143429 output: /lib/x8
App 3143429 output: 6_64-linux-gnu/l
App 3143429 output: ibjemallo
App 3143429 output: c.so.2(0x
App 3143429 output: 7fe2721a
App 3143429 output: 78eb) [0x
App 3143429 output: 7fe2721a7
App 3143429 output: 8eb]
App 3143429 output: /lib
App 3143429 output: /x86_64-linux-g
App 3143429 output: nu/libjem
App 3143429 output: alloc.so.
App 3143429 output: 2(0x7fe2
App 3143429 output: 72130606)
App 3143429 output:  [0x7fe2
App 3143429 output: 72130606]
App 3143429 output: 
App 3143429 output: /srv/app
App 3143429 output: /share
App 3143429 output: d/bundle/
App 3143429 output: ruby/2.7.
App 3143429 output: 0/gems/gr
App 3143429 output: pc-1.56.2
App 3143429 output: -x86_64-l
App 3143429 output: inux/src/
App 3143429 output: ruby/lib/
App 3143429 output: grpc/2.7/
App 3143429 output: grpc_c.so
App 3143429 output: (0x7fe26b
App 3143429 output: a14467) [
App 3143429 output: 0x7fe26ba
App 3143429 output: 14467]
App 3143429 output: /s
App 3143429 output: rv/app
App 3143429 output: /shared/
App 3143429 output: bundle/ru
App 3143429 output: by/2.7.0/
App 3143429 output: gems/grpc
App 3143429 output: -1.56.2-x
App 3143429 output: 86_64-lin
App 3143429 output: ux/src/ru
App 3143429 output: by/lib/gr
App 3143429 output: pc/2.7/g
App 3143429 output: rpc_c.so(
App 3143429 output: 0x7fe26b
App 3143429 output: a1fc09) [
App 3143429 output: 0x7fe26b
App 3143429 output: a1fc09]
App 3143429 output: /
App 3143429 output: srv/app
App 3143429 output: /shared/
App 3143429 output: bundle/ru
App 3143429 output: by/2.7.0/
App 3143429 output: gems/grpc
App 3143429 output: -1.56.2-x
App 3143429 output: 86_64-lin
App 3143429 output: ux/src/rub
App 3143429 output: y/lib/grp
App 3143429 output: c/2.7/grp
App 3143429 output: c_c.so(0
App 3143429 output: x7fe26ba1
App 3143429 output: ffd6) [0x
App 3143429 output: 7fe26ba1
App 3143429 output: ffd6]
App 3143429 output: /sr
App 3143429 output: v/app
App 3143429 output: /shared/
App 3143429 output: bundle/ru
App 3143429 output: by/2.7.0
App 3143429 output: /gems/grp
App 3143429 output: c-1.56.2-
App 3143429 output: x86_64-li
App 3143429 output: nux/src/r
App 3143429 output: uby/lib/grpc/2.7/grpc_c.so(0x7fe26bc5bed8) [0x
App 3143429 output: 7fe26bc5
App 3143429 output: bed8]
App 3143429 output: /sr
App 3143429 output: v/app
App 3143429 output: /shared/
App 3143429 output: bundle/r
App 3143429 output: uby/2.7.0
App 3143429 output: /gems/gr
App 3143429 output: pc-1.56.
App 3143429 output: 2-x86_64-
App 3143429 output: linux/sr
App 3143429 output: c/ruby/li
App 3143429 output: b/grpc/2.7
App 3143429 output: /grpc_c.
App 3143429 output: so(0x7fe2
App 3143429 output: 6bc5c876)
App 3143429 output:  [0x7fe26b
App 3143429 output: c5c876]
App 3143429 output: /srv/app
App 3143429 output: /shared
App 3143429 output: /bundle/r
App 3143429 output: uby/2.7.0
App 3143429 output: /gems/grp
App 3143429 output: c-1.56.2-
App 3143429 output: x86_64-li
App 3143429 output: nux/src/r
App 3143429 output: uby/lib/g
App 3143429 output: rpc/2.7/g
App 3143429 output: rpc_c.so
App 3143429 output: (0x7fe26
App 3143429 output: bc5ca29) 
App 3143429 output: [0x7fe26b
App 3143429 output: c5ca29]
App 3143429 output: /
App 3143429 output: srv/app
App 3143429 output: /shared
App 3143429 output: /bundle/r
App 3143429 output: uby/2.7.0
App 3143429 output: /gems/grp
App 3143429 output: c-1.56.2-
App 3143429 output: x86_64-li
App 3143429 output: nux/src/
App 3143429 output: ruby/lib/
App 3143429 output: grpc/2.7
App 3143429 output: /grpc_c.s
App 3143429 output: o(0x7fe2
App 3143429 output: 6bc5c2d5)
App 3143429 output:  [0x7fe26
App 3143429 output: bc5c2d5]
App 3143429 output: /srv/app
App 3143429 output: /shared/bund
App 3143429 output: le/ruby/2.
App 3143429 output: 7.0/gems/
App 3143429 output: grpc-1.56
App 3143429 output: .2-x86_6
App 3143429 output: 4-linux/s
App 3143429 output: rc/ruby/l
App 3143429 output: ib/grpc/2
App 3143429 output: .7/grpc_c
App 3143429 output: .so(0x7f
App 3143429 output: e26bc5cba
App 3143429 output: 5) [0x7f
App 3143429 output: e26bc5cba
App 3143429 output: 5]
App 3143429 output: /srv/app
App 3143429 output: /shared/bun
App 3143429 output: dle/ruby/
App 3143429 output: 2.7.0/ge
App 3143429 output: ms/grpc-1
App 3143429 output: .56.2-x86
App 3143429 output: _64-linux
App 3143429 output: /src/ruby
App 3143429 output: /lib/grp
App 3143429 output: c/2.7/grp
App 3143429 output: c_c.so(0x
App 3143429 output: 7fe26ba2
App 3143429 output: 0b78) [0x
App 3143429 output: 7fe26ba2
App 3143429 output: 0b78]
App 3143429 output: /sr
App 3143429 output: v/app
App 3143429 output: /shared/
App 3143429 output: bundle/r
App 3143429 output: uby/2.7.0
App 3143429 output: /gems/gr
App 3143429 output: pc-1.56.2
App 3143429 output: -x86_64-l
App 3143429 output: inux/src/
App 3143429 output: ruby/lib/
App 3143429 output: grpc/2.7/g
App 3143429 output: rpc_c.so(
App 3143429 output: 0x7fe26b
App 3143429 output: a20fcd) [
App 3143429 output: 0x7fe26ba
App 3143429 output: 20fcd]
App 3143429 output: /
App 3143429 output: srv/app
App 3143429 output: /share
App 3143429 output: d/bundle/
App 3143429 output: ruby/2.7
App 3143429 output: .0/gems/g
App 3143429 output: rpc-1.56.
App 3143429 output: 2-x86_64-
App 3143429 output: linux/sr
App 3143429 output: c/ruby/li
App 3143429 output: b/grpc/2.
App 3143429 output: 7/grpc_c.
App 3143429 output: so(0x7fe
App 3143429 output: 26ba213f8
App 3143429 output: ) [0x7fe
App 3143429 output: 26ba213f8
App 3143429 output: ]
App 3143429 output: /srv/app
App 3143429 output: m/shar
App 3143429 output: ed/bund
App 3143429 output: le/rub
App 3143429 output: y/2.7.0
App 3143429 output: /gems/grpc-
App 3143429 output: 1.56.2-
App 3143429 output: x86_64-
App 3143429 output: linux/sr
App 3143429 output: c/ruby
App 3143429 output: /lib/grp
App 3143429 output: c/2.7/gr
App 3143429 output: pc_c.s
App 3143429 output: o(0x7fe
App 3143429 output: 26bc789
App 3143429 output: 92) [0x
App 3143429 output: 7fe26bc
App 3143429 output: 78992]
App 3143429 output: /srv/app/s
App 3143429 output: hared/bundle/rub
App 3143429 output: y/2.7.0
App 3143429 output: /gems/
App 3143429 output: grpc-1.
App 3143429 output: 56.2-x
App 3143429 output: 86_64-
App 3143429 output: linux/s
App 3143429 output: rc/ruby
App 3143429 output: /lib/g
App 3143429 output: rpc/2.
App 3143429 output: 7/grpc_c
App 3143429 output: .so(0x7
App 3143429 output: fe26b96
App 3143429 output: 25ca) 
App 3143429 output: [0x7fe2
App 3143429 output: 6b9625c
App 3143429 output: a]
App 3143429 output: /srv/app
App 3143429 output: /shared/bund
App 3143429 output: le/ruby/
App 3143429 output: 2.7.0/
App 3143429 output: gems/grp
App 3143429 output: c-1.56.
App 3143429 output: 2-x86_6
App 3143429 output: 4-linux
App 3143429 output: /src/
App 3143429 output: ruby/lib/
App 3143429 output: grpc/2.
App 3143429 output: 7/grpc_
App 3143429 output: c.so(0x7fe26
App 3143429 output: b964c1c
App 3143429 output: ) [0x7f
App 3143429 output: e26b964c1
App 3143429 output: c]
App 3143429 output: /srv
App 3143429 output: /app/sha
App 3143429 output: red/bun
App 3143429 output: dle/rub
App 3143429 output: y/2.7.
App 3143429 output: 0/gems/g
App 3143429 output: rpc-1.56
App 3143429 output: .2-x86
App 3143429 output: _64-lin
App 3143429 output: ux/src/
App 3143429 output: ruby/li
App 3143429 output: b/grpc/
App 3143429 output: 2.7/gr
App 3143429 output: pc_c.so(
App 3143429 output: 0x7fe26
App 3143429 output: b91327c
App 3143429 output: ) [0x7fe
App 3143429 output: 26b913
App 3143429 output: 27c]
App 3143429 output: /
App 3143429 output: srv/app/
App 3143429 output: shared
App 3143429 output: /bund
App 3143429 output: le/ru
App 3143429 output: by/2.7.
App 3143429 output: 0/gems/gr
App 3143429 output: pc-1.56
App 3143429 output: .2-x86_
App 3143429 output: 64-linux
App 3143429 output: /src/ruby/lib
App 3143429 output: /grpc/2.
App 3143429 output: 7/grpc_
App 3143429 output: c.so(0x
App 3143429 output: 7fe26b9
App 3143429 output: 6bd1b) 
App 3143429 output: [0x7fe
App 3143429 output: 26b96b
App 3143429 output: d1b]
App 3143429 output: /s
App 3143429 output: rv/app/s
App 3143429 output: hared/b
App 3143429 output: undle/
App 3143429 output: ruby/2.
App 3143429 output: 7.0/gem
App 3143429 output: s/grpc
App 3143429 output: -1.56.2-
App 3143429 output: x86_64-
App 3143429 output: linux/s
App 3143429 output: rc/ruby
App 3143429 output: /lib/gr
App 3143429 output: pc/2.7/
App 3143429 output: grpc_c.
App 3143429 output: so(0x7f
App 3143429 output: e26b96
App 3143429 output: bcef) [
App 3143429 output: 0x7fe26b96
App 3143429 output: bcef]
App 3143429 output: /
App 3143429 output: srv/app/
App 3143429 output: shared/
App 3143429 output: bundle/
App 3143429 output: ruby/2.7
App 3143429 output: .0/gems
App 3143429 output: /grpc-1
App 3143429 output: .56.2-x8
App 3143429 output: 6_64-lin
App 3143429 output: ux/src
App 3143429 output: /ruby/l
App 3143429 output: ib/grpc
App 3143429 output: /2.7/gr
App 3143429 output: pc_c.so
App 3143429 output: (0x7fe
App 3143429 output: 26b9132e
App 3143429 output: 9) [0x7
App 3143429 output: fe26b9
App 3143429 output: 132e9]
App 3143429 output: /srv/app
App 3143429 output: /shared/
App 3143429 output: bundle/
App 3143429 output: ruby/2.7
App 3143429 output: .0/gem
App 3143429 output: s/grpc-
App 3143429 output: 1.56.2
App 3143429 output: -x86_64
App 3143429 output: -linux/
App 3143429 output: src/ru
App 3143429 output: by/lib/
App 3143429 output: grpc/2.
App 3143429 output: 7/grpc
App 3143429 output: _c.so(
App 3143429 output: 0x7fe2
App 3143429 output: 6b910cd
App 3143429 output: 5) [0x
App 3143429 output: 7fe26b9
App 3143429 output: 10cd5]
App 3143429 output: /srv/app
App 3143429 output: /shared/b
App 3143429 output: undle/r
App 3143429 output: uby/2.
App 3143429 output: 7.0/gems
App 3143429 output: /grpc-1
App 3143429 output: .56.2-
App 3143429 output: x86_64-
App 3143429 output: linux/src/ruby/l
App 3143429 output: ib/grpc/
App 3143429 output: 2.7/g
App 3143429 output: rpc_c.s
App 3143429 output: o(0x7fe
App 3143429 output: 26b90d
App 3143429 output: 2b4) [0
App 3143429 output: x7fe26
App 3143429 output: b90d2b
App 3143429 output: 4]
App 3143429 output: /srv
App 3143429 output: /app
App 3143429 output: om/shar
App 3143429 output: ed/bund
App 3143429 output: le/ruby
App 3143429 output: /2.7.0/
App 3143429 output: gems/g
App 3143429 output: rpc-1.5
App 3143429 output: 6.2-x86
App 3143429 output: _64-lin
App 3143429 output: ux/src/
App 3143429 output: ruby/lib/
App 3143429 output: grpc/2.7/grpc
App 3143429 output: _c.so(0x7fe26b90506
App 3143429 output: 1) [0x7fe26b9050
App 3143429 output: 61]
App 3143429 output: /srv/app
App 3143429 output: o/shared/bun
App 3143429 output: dle/rub
App 3143429 output: y/2.7.0
App 3143429 output: /gems/g
App 3143429 output: rpc-1.56
App 3143429 output: .2-x86_6
App 3143429 output: 4-linux/
App 3143429 output: src/ru
App 3143429 output: by/lib/
App 3143429 output: grpc/2
App 3143429 output: .7/grpc
App 3143429 output: _c.so(0
App 3143429 output: x7fe26b
App 3143429 output: 882515)
App 3143429 output:  [0x7f
App 3143429 output: e26b88
App 3143429 output: 2515]
App 3143429 output: /
App 3143429 output: srv/app
App 3143429 output: ls.com/
App 3143429 output: shared/
App 3143429 output: bundle/
App 3143429 output: ruby/2.7
App 3143429 output: .0/gem
App 3143429 output: s/grpc-
App 3143429 output: 1.56.2-
App 3143429 output: x86_64-
App 3143429 output: linux/src
App 3143429 output: /ruby/l
App 3143429 output: ib/grpc
App 3143429 output: /2.7/gr
App 3143429 output: pc_c.s
App 3143429 output: o(0x7fe
App 3143429 output: 26b866
App 3143429 output: c40) [0
App 3143429 output: x7fe26b
App 3143429 output: 866c40
App 3143429 output: ]
App 3143429 output: /srv/app/
App 3143429 output: shared
App 3143429 output: /bundle/
App 3143429 output: ruby/2.
App 3143429 output: 7.0/gems
App 3143429 output: /grpc-1.
App 3143429 output: 56.2-x86
App 3143429 output: _64-li
App 3143429 output: nux/src
App 3143429 output: /ruby/
App 3143429 output: lib/grp
App 3143429 output: c/2.7/g
App 3143429 output: rpc_c.so(0
App 3143429 output: x7fe26b
App 3143429 output: 86beee)
App 3143429 output:  [0x7fe
App 3143429 output: 26b86be
App 3143429 output: ee]
App 3143429 output: /sr
App 3143429 output: v/app
App 3143429 output: m/share
App 3143429 output: d/bund
App 3143429 output: le/ruby
App 3143429 output: /2.7.0/ge
App 3143429 output: ms/grpc
App 3143429 output: -1.56.2
App 3143429 output: -x86_64
App 3143429 output: -linux/
App 3143429 output: src/ruby
App 3143429 output: /lib/g
App 3143429 output: rpc/2.7
App 3143429 output: /grpc_c
App 3143429 output: .so(0x
App 3143429 output: 7fe26ba
App 3143429 output: 610bc) [0x
App 3143429 output: 7fe26b
App 3143429 output: a610bc]
App 3143429 output: 
App 3143429 output: /srv/app/sha
App 3143429 output: red/bund
App 3143429 output: le/ruby/
App 3143429 output: 2.7.0/gem
App 3143429 output: s/grpc-
App 3143429 output: 1.56.2-
App 3143429 output: x86_64-l
App 3143429 output: inux/sr
App 3143429 output: c/ruby/
App 3143429 output: lib/gr
App 3143429 output: pc/2.7/
App 3143429 output: grpc_c.
App 3143429 output: so(0x7
App 3143429 output: fe26ba63
App 3143429 output: 898) [0
App 3143429 output: x7fe26b
App 3143429 output: a63898
App 3143429 output: ]
App 3143429 output: /srv/
App 3143429 output: app
App 3143429 output: om/shar
App 3143429 output: ed/bun
App 3143429 output: dle/rub
App 3143429 output: y/2.7.0/ge
App 3143429 output: ms/grpc
App 3143429 output: -1.56.2
App 3143429 output: -x86_64
App 3143429 output: -linux/
App 3143429 output: src/ru
App 3143429 output: by/lib/
App 3143429 output: grpc/2.
App 3143429 output: 7/grpc_
App 3143429 output: c.so(0x
App 3143429 output: 7fe26b
App 3143429 output: 86b4a8
App 3143429 output: ) [0x7f
App 3143429 output: e26b86b4
App 3143429 output: a8]
App 3143429 output: /s
App 3143429 output: rv/app
App 3143429 output: /shared/bundle/
App 3143429 output: ruby/2.
App 3143429 output: 7.0/ge
App 3143429 output: ms/grpc
App 3143429 output: -1.56.2
App 3143429 output: -x86_6
App 3143429 output: 4-linux
App 3143429 output: /src/r
App 3143429 output: uby/lib
App 3143429 output: /grpc/
App 3143429 output: 2.7/grp
App 3143429 output: c_c.so(
App 3143429 output: 0x7fe2
App 3143429 output: 6b85724
App 3143429 output: 2) [0x
App 3143429 output: 7fe26b8
App 3143429 output: 57242]
App 3143429 output: 
App 3143429 output: /srv/
App 3143429 output: app
App 3143429 output: m/shar
App 3143429 output: ed/bund
App 3143429 output: le/ruby/
App 3143429 output: 2.7.0/g
App 3143429 output: ems/grp
App 3143429 output: c-1.56.
App 3143429 output: 2-x86_
App 3143429 output: 64-lin
App 3143429 output: ux/src/
App 3143429 output: ruby/li
App 3143429 output: b/grpc
App 3143429 output: /2.7/grp
App 3143429 output: c_c.so(
App 3143429 output: 0x7fe26b
App 3143429 output: 85a24b) [
App 3143429 output: 0x7fe26b
App 3143429 output: 85a24b]
App 3143429 output: 
App 3143429 output: /srv/
App 3143429 output: app
App 3143429 output: om/shar
App 3143429 output: ed/bund
App 3143429 output: le/ruby/2.
App 3143429 output: 7.0/gem
App 3143429 output: s/grpc-1.
App 3143429 output: 56.2-x
App 3143429 output: 86_64-l
App 3143429 output: inux/s
App 3143429 output: rc/ruby/li
App 3143429 output: b/grpc/
App 3143429 output: 2.7/gr
App 3143429 output: pc_c.so
App 3143429 output: (0x7fe2
App 3143429 output: 6b86647
App 3143429 output: 3) [0x7
App 3143429 output: fe26b8
App 3143429 output: 66473]
App 3143429 output: /srv/app/
App 3143429 output: shared/
App 3143429 output: bundle/r
App 3143429 output: uby/2.7
App 3143429 output: .0
App 3143429 output: /gems/g
App 3143429 output: rpc-1.5
App 3143429 output: 6.2-x86
App 3143429 output: _64-linu
App 3143429 output: x/src/
App 3143429 output: ruby/lib
App 3143429 output: /grpc/2
App 3143429 output: .7/grp
App 3143429 output: c_c.so(
App 3143429 output: 0x7fe2
App 3143429 output: 6bae08c
App 3143429 output: c) [0x7
App 3143429 output: fe26bae
App 3143429 output: 08cc]
App 3143429 output: /
App 3143429 output: srv/app
App 3143429 output: ls.com/
App 3143429 output: shared/
App 3143429 output: bundle/r
App 3143429 output: uby/2.
App 3143429 output: 7.0/gem
App 3143429 output: s/grpc-
App 3143429 output: 1.56.2
App 3143429 output: -x86_64
App 3143429 output: -linux
App 3143429 output: /src/ru
App 3143429 output: by/lib/
App 3143429 output: grpc/2
App 3143429 output: .7/grpc
App 3143429 output: _c.so(0
App 3143429 output: x7fe26
App 3143429 output: bae0d8
App 3143429 output: f) [0x7
App 3143429 output: fe26b
App 3143429 output: ae0d8f]
App 3143429 output: 
App 3143429 output: /srv/app
App 3143429 output: /shared
App 3143429 output: /bundle/r
App 3143429 output: uby/2.7.
App 3143429 output: 0/gems/
App 3143429 output: grpc-1.5
App 3143429 output: 6.2-x86_
App 3143429 output: 64-linu
App 3143429 output: x/src/ru
App 3143429 output: by/lib
App 3143429 output: /grpc/2
App 3143429 output: .7/grpc
App 3143429 output: _c.so(
App 3143429 output: 0x7fe26b
App 3143429 output: 8e65c5)
App 3143429 output:  [0x7f
App 3143429 output: e26b8e6
App 3143429 output: 5c5]
App 3143429 output: /
App 3143429 output: srv/app
App 3143429 output: ls.com/s
App 3143429 output: hared/b
App 3143429 output: undle/r
App 3143429 output: uby/2.7
App 3143429 output: .0/gems
App 3143429 output: /grpc-1
App 3143429 output: .56.2-
App 3143429 output: x86_64-lin
App 3143429 output: ux/src/
App 3143429 output: ruby/lib
App 3143429 output: /grpc/
App 3143429 output: 2.7/grp
App 3143429 output: c_c.so(
App 3143429 output: 0x7fe2
App 3143429 output: 6b8e670
App 3143429 output: 6) [0x7fe26
App 3143429 output: b8e6706]
App 3143429 output: 
App 3143429 output: /srv/app
App 3143429 output: /shared
App 3143429 output: /bundle
App 3143429 output: /ruby/2.7.
App 3143429 output: 0/gems/
App 3143429 output: grpc-1
App 3143429 output: .56.2-x86_64-lin
App 3143429 output: ux/src/
App 3143429 output: ruby/l
App 3143429 output: ib/grpc/
App 3143429 output: 2.7/grp
App 3143429 output: c_c.so
App 3143429 output: (0x7fe2
App 3143429 output: 6bae11
App 3143429 output: 53) [0x
App 3143429 output: 7fe26bae11
App 3143429 output: 53]
App 3143429 output: /sr
App 3143429 output: v/appls
App 3143429 output: .com/sh
App 3143429 output: ared/bu
App 3143429 output: ndle/ru
App 3143429 output: by/2.7.
App 3143429 output: 0/gems/g
App 3143429 output: rpc-1.5
App 3143429 output: 6.2-x86
App 3143429 output: _64-linux/s
App 3143429 output: rc/ruby/
App 3143429 output: lib/grpc/
App 3143429 output: 2.7/grpc_
App 3143429 output: c.so(0x7
App 3143429 output: fe26bac
App 3143429 output: 79e6) [
App 3143429 output: 0x7fe2
App 3143429 output: 6bac79
App 3143429 output: e6]
App 3143429 output: /sr
App 3143429 output: v/appls
App 3143429 output: .com/sh
App 3143429 output: ared/b
App 3143429 output: undle/ruby
App 3143429 output: /2.7.0/
App 3143429 output: gems/grp
App 3143429 output: c-1.56.
App 3143429 output: 2-x86_6
App 3143429 output: 4-linux/
App 3143429 output: src/rub
App 3143429 output: y/lib/g
App 3143429 output: rpc/2.7
App 3143429 output: /grpc_
App 3143429 output: c.so(0x
App 3143429 output: 7fe26b8
App 3143429 output: ea655)
App 3143429 output:  [0x7fe
App 3143429 output: 26b8ea
App 3143429 output: 655]
App 3143429 output: /
App 3143429 output: srv/app
App 3143429 output: ls.com
App 3143429 output: /share
App 3143429 output: d/bundl
App 3143429 output: e/ruby/
App 3143429 output: 2.7.0/ge
App 3143429 output: ms/grpc
App 3143429 output: -1.56.2
App 3143429 output: -x86_64
App 3143429 output: -linux
App 3143429 output: /src/ru
App 3143429 output: by/lib
App 3143429 output: /grpc/2
App 3143429 output: .7/grpc
App 3143429 output: _c.so(0
App 3143429 output: x7fe26
App 3143429 output: bbae4d
App 3143429 output: 9) [0x7fe26bb
App 3143429 output: ae4d9]
App 3143429 output: /srv/app
App 3143429 output: /shared
App 3143429 output: /bundl
App 3143429 output: e/ruby/
App 3143429 output: 2.7.0/
App 3143429 output: gems/gr
App 3143429 output: pc-1.56
App 3143429 output: .2-x86
App 3143429 output: _64-lin
App 3143429 output: ux/src/
App 3143429 output: ruby/li
App 3143429 output: b/grpc
App 3143429 output: /2.7/grpc_
App 3143429 output: c.so(0x
App 3143429 output: 7fe26b
App 3143429 output: bae8a2
App 3143429 output: ) [0x7fe
App 3143429 output: 26bbae8a
App 3143429 output: 2]
App 3143429 output: /srv/
App 3143429 output: appm/s
App 3143429 output: hared/b
App 3143429 output: undle/r
App 3143429 output: uby/2.7
App 3143429 output: .0/gems
App 3143429 output: /grpc-1
App 3143429 output: .56.2-x
App 3143429 output: 86_64-l
App 3143429 output: inux/src/r
App 3143429 output: uby/lib
App 3143429 output: /grpc/2
App 3143429 output: .7/grpc
App 3143429 output: _c.so(
App 3143429 output: 0x7fe2
App 3143429 output: 6b8e9e2
App 3143429 output: 2) [0x
App 3143429 output: 7fe26b8
App 3143429 output: e9e22]
App 3143429 output: 
App 3143429 output: /srv/app
App 3143429 output: /share
App 3143429 output: d/bundle/
App 3143429 output: ruby/2.
App 3143429 output: 7.0/gems
App 3143429 output: /grpc-
App 3143429 output: 1.56.2
App 3143429 output: -x86_64
App 3143429 output: -linux
App 3143429 output: /src/ruby/
App 3143429 output: lib/grp
App 3143429 output: c/2.7/gr
App 3143429 output: pc_c.so(
App 3143429 output: 0x7fe26b
App 3143429 output: bb6822) [0
App 3143429 output: x7fe26b
App 3143429 output: bb6822
App 3143429 output: ]
App 3143429 output: /srv/
App 3143429 output: appm/s
App 3143429 output: hared/bu
App 3143429 output: ndle/ru
App 3143429 output: by/2.7
App 3143429 output: .0/gems
App 3143429 output: /grpc-1.
App 3143429 output: 56.2-x86_6
App 3143429 output: 4-linux
App 3143429 output: /src/r
App 3143429 output: uby/lib
App 3143429 output: /grpc/2.7/g
App 3143429 output: rpc_c.s
App 3143429 output: o(0x7fe
App 3143429 output: 26b942f
App 3143429 output: ea) [0x
App 3143429 output: 7fe26b942fea]
App 3143429 output: /srv
App 3143429 output: /app
App 3143429 output: m/shar
App 3143429 output: ed/bundle/
App 3143429 output: ruby/2.
App 3143429 output: 7.0/gem
App 3143429 output: s/grpc-1
App 3143429 output: .56.2-x
App 3143429 output: 86_64-li
App 3143429 output: nux/src
App 3143429 output: /ruby/l
App 3143429 output: ib/grp
App 3143429 output: c/2.7/g
App 3143429 output: rpc_c.s
App 3143429 output: o(0x7fe26b
App 3143429 output: 84b15d)
App 3143429 output:  [0x7fe
App 3143429 output: 26b84b1
App 3143429 output: 5d]
App 3143429 output: /ho
App 3143429 output: me/ubuntu/.rv
App 3143429 output: m/rubi
App 3143429 output: es/ruby
App 3143429 output: -2.7.8/
App 3143429 output: lib/li
App 3143429 output: bruby.s
App 3143429 output: o.2.7(r
App 3143429 output: b_nogvl
App 3143429 output: +0x92)
App 3143429 output:  [0x7f
App 3143429 output: e2728186
App 3143429 output: 22] thr
App 3143429 output: ead.c:
App 3143429 output: 1474
App 3143429 output: /
App 3143429 output: srv/app
App 3143429 output: ls.com/
App 3143429 output: shared/
App 3143429 output: bundle/
App 3143429 output: ruby/2.
App 3143429 output: 7.0/gems
App 3143429 output: /grpc-
App 3143429 output: 1.56.2-
App 3143429 output: x86_64-
App 3143429 output: linux/
App 3143429 output: src/ru
App 3143429 output: by/lib/
App 3143429 output: grpc/2
App 3143429 output: .7/grpc
App 3143429 output: _c.so(0
App 3143429 output: x7fe26
App 3143429 output: b84b22c
App 3143429 output: ) [0x7f
App 3143429 output: e26b84b
App 3143429 output: 22c]
App 3143429 output: /
App 3143429 output: srv/app
App 3143429 output: ls.com
App 3143429 output: /shared
App 3143429 output: /bundl
App 3143429 output: e/ruby/
App 3143429 output: 2.7.0/g
App 3143429 output: ems/grp
App 3143429 output: c-1.56
App 3143429 output: .2-x86_
App 3143429 output: 64-linux
App 3143429 output: /src/ru
App 3143429 output: by/lib
App 3143429 output: /grpc/2
App 3143429 output: .7/grpc
App 3143429 output: _c.so(0
App 3143429 output: x7fe26b
App 3143429 output: 8478b5)
App 3143429 output:  [0x7fe26b84
App 3143429 output: 78b5]
App 3143429 output: [0
App 3143429 output: x7fe27283f4
App 3143429 output: a4]
App 3143429 output: [0x
App 3143429 output: 7fe272853a9b]
App 3143429 output: 
App 3143429 output: /home
App 3143429 output: /ubuntu/.rvm
App 3143429 output: /rubies/
App 3143429 output: ruby-2.7
App 3143429 output: .8/lib
App 3143429 output: /librub
App 3143429 output: y.so.2.
App 3143429 output: 7(vm_s
App 3143429 output: endish+
App 3143429 output: 0x76) [
App 3143429 output: 0x7fe27
App 3143429 output: 283a606
App 3143429 output: ] vm_i
App 3143429 output: nsnhelp
App 3143429 output: er.c:4023
App 3143429 output: [0x7fe
App 3143429 output: 27284b25
App 3143429 output: a]
App 3143429 output: [0x7
App 3143429 output: fe2728515e2]
App 3143429 output: [0x
App 3143429 output: 7fe272852088]
App 3143429 output: 
App 3143429 output: /home/
App 3143429 output: ubuntu/.rvm/r
App 3143429 output: ubies/rub
App 3143429 output: y-2.7.8
App 3143429 output: /lib/li
App 3143429 output: bruby.s
App 3143429 output: o.2.7(vm_c
App 3143429 output: all_bme
App 3143429 output: thod+0x
App 3143429 output: da) [0x
App 3143429 output: 7fe2728525c
App 3143429 output: a] vm_i
App 3143429 output: nsnhelpe
App 3143429 output: r.c:257
App 3143429 output: 0
App 3143429 output: [0x7f
App 3143429 output: e272853a9b]
App 3143429 output: /home/u
App 3143429 output: buntu/.
App 3143429 output: rvm/rubies
App 3143429 output: /ruby-2
App 3143429 output: .7.8/li
App 3143429 output: b/libru
App 3143429 output: by.so.2
App 3143429 output: .7(vm_se
App 3143429 output: ndish+
App 3143429 output: 0x76) [0x
App 3143429 output: 7fe2728
App 3143429 output: 3a606] 
App 3143429 output: vm_insn
App 3143429 output: helper.
App 3143429 output: c:4023
App 3143429 output: [0x7fe27284b25a
App 3143429 output: ]
App 3143429 output: [0x7fe272
App 3143429 output: 8515e2]
App 3143429 output: [0x7fe
App 3143429 output: 272855647]
App 3143429 output: /hom
App 3143429 output: e/ubuntu/.rvm/r
App 3143429 output: ubies/r
App 3143429 output: uby-2.7.8/lib/libr
App 3143429 output: uby.so.
App 3143429 output: 2.7(rb
App 3143429 output: _vm_ca
App 3143429 output: ll0+0xc
App 3143429 output: 3) [0x7fe2
App 3143429 output: 72855a4
App 3143429 output: 3] vm_e
App 3143429 output: val.c:5
App 3143429 output: 2
App 3143429 output: /hom
App 3143429 output: e/ubuntu/.rvm/r
App 3143429 output: ubies/ru
App 3143429 output: by-2.7
App 3143429 output: .8/lib/libr
App 3143429 output: uby.so.
App 3143429 output: 2.7(rb_
App 3143429 output: vm_call
App 3143429 output: _kw+0x
App 3143429 output: 6c) [0x
App 3143429 output: 7fe2728
App 3143429 output: 55e1c] 
App 3143429 output: vm_eval.c:2
App 3143429 output: 68
App 3143429 output: /home
App 3143429 output: /ubuntu/.rvm/
App 3143429 output: rubies/
App 3143429 output: ruby-2
App 3143429 output: .7.8/lib/l
App 3143429 output: ibruby.
App 3143429 output: so.2.7(
App 3143429 output: send_i
App 3143429 output: nternal
App 3143429 output: +0x33a) 
App 3143429 output: [0x7fe2
App 3143429 output: 728594f
App 3143429 output: a] vm_e
App 3143429 output: val.c:392
App 3143429 output: /
App 3143429 output: home/ubuntu/
App 3143429 output: .rvm/ru
App 3143429 output: bies/ru
App 3143429 output: by-2.7.
App 3143429 output: 8/lib/
App 3143429 output: librub
App 3143429 output: y.so.
App 3143429 output: 2.7(sen
App 3143429 output: d_inte
App 3143429 output: rnal_k
App 3143429 output: w+0x4c) [0
App 3143429 output: x7fe272
App 3143429 output: 859989
App 3143429 output: ] vm_eva
App 3143429 output: l.c:115
App 3143429 output: 8
App 3143429 output: /hom
App 3143429 output: e/ubuntu/.rv
App 3143429 output: m/rubie
App 3143429 output: s/ruby-
App 3143429 output: 2.7.8/
App 3143429 output: lib/lib
App 3143429 output: ruby.so
App 3143429 output: .2.7(r
App 3143429 output: b_f_public
App 3143429 output: _send) 
App 3143429 output: vm_eva
App 3143429 output: l.c:121
App 3143429 output: 0
App 3143429 output: [0x7
App 3143429 output: fe27283f4a4]
App 3143429 output: [0x7fe2
App 3143429 output: 72853a9
App 3143429 output: b]
App 3143429 output: /ho
App 3143429 output: me/ubuntu/.r
App 3143429 output: vm/rub
App 3143429 output: ies/rub
App 3143429 output: y-2.7.8
App 3143429 output: /lib/librub
App 3143429 output: y.so.2.7
App 3143429 output: (vm_send
App 3143429 output: ish+0x76
App 3143429 output: ) [0x7fe
App 3143429 output: 27283a60
App 3143429 output: 6] vm_
App 3143429 output: insnhelper.
App 3143429 output: c:4023
App 3143429 output: [0x7f
App 3143429 output: e27284b
App 3143429 output: 25a]
App 3143429 output: [0
App 3143429 output: x7fe2728515e2]
App 3143429 output: 
App 3143429 output: [0x7f
App 3143429 output: e272855647]
App 3143429 output: 
App 3143429 output: /home/u
App 3143429 output: buntu/.rvm/r
App 3143429 output: ubies/r
App 3143429 output: uby-2.
App 3143429 output: 7.8/lib
App 3143429 output: /librub
App 3143429 output: y.so.2
App 3143429 output: .7(rb_vm_c
App 3143429 output: all0+0x
App 3143429 output: c3) [0
App 3143429 output: x7fe272
App 3143429 output: 855a43
App 3143429 output: ] vm_e
App 3143429 output: val.c:5
App 3143429 output: 2
App 3143429 output: /home
App 3143429 output: /ubuntu/.rvm/
App 3143429 output: rubies/
App 3143429 output: ruby-2.7
App 3143429 output: .8/lib
App 3143429 output: /librub
App 3143429 output: y.so.2.
App 3143429 output: 7(rb_v
App 3143429 output: m_call_k
App 3143429 output: w+0x6c
App 3143429 output: ) [0x7
App 3143429 output: fe27285
App 3143429 output: 5e1c] 
App 3143429 output: vm_eval
App 3143429 output: .c:268
App 3143429 output: 
App 3143429 output: /home/
App 3143429 output: ubuntu/.rvm/
App 3143429 output: rubies
App 3143429 output: /ruby-2
App 3143429 output: .7.8/l
App 3143429 output: ib/libr
App 3143429 output: uby.so.
App 3143429 output: 2.7(sen
App 3143429 output: d_inte
App 3143429 output: rnal+0x
App 3143429 output: 33a) [0
App 3143429 output: x7fe27
App 3143429 output: 28594fa
App 3143429 output: ] vm_e
App 3143429 output: val.c:
App 3143429 output: 392
App 3143429 output: /ho
App 3143429 output: me/ubuntu/.rvm
App 3143429 output: /rubies/
App 3143429 output: ruby-2.7.8/lib/li
App 3143429 output: bruby.s
App 3143429 output: o.2.7(s
App 3143429 output: end_int
App 3143429 output: ernal_k
App 3143429 output: w+0x4c)
App 3143429 output:  [0x7f
App 3143429 output: e27285
App 3143429 output: 9989] v
App 3143429 output: m_eval.
App 3143429 output: c:1158
App 3143429 output: 
App 3143429 output: /home/
App 3143429 output: ubuntu/.rvm/
App 3143429 output: rubies
App 3143429 output: /ruby-2
App 3143429 output: .7.8/li
App 3143429 output: b/libr
App 3143429 output: uby.so.
App 3143429 output: 2.7(r
App 3143429 output: b_f_pub
App 3143429 output: lic_se
App 3143429 output: nd) vm
App 3143429 output: _eval.c
App 3143429 output: :1210
App 3143429 output: [0x7
App 3143429 output: fe27283f4a4]
App 3143429 output: /
App 3143429 output: home/ubuntu/
App 3143429 output: .rvm/ru
App 3143429 output: bies/r
App 3143429 output: uby-2.7.
App 3143429 output: 8/lib/l
App 3143429 output: ibruby.
App 3143429 output: so.2
App 3143429 output: .7(vm_s
App 3143429 output: endish+
App 3143429 output: 0x76) [
App 3143429 output: 0x7fe27283
App 3143429 output: a606] v
App 3143429 output: m_insnhe
App 3143429 output: lper.c:
App 3143429 output: 4023
App 3143429 output: [0
App 3143429 output: x7fe27284b2d1
App 3143429 output: ]
App 3143429 output: [0x7
App 3143429 output: fe2728515e2]
App 3143429 output: 
App 3143429 output: [0x7f
App 3143429 output: e272855647]
App 3143429 output: /home/u
App 3143429 output: buntu/.
App 3143429 output: rvm/ru
App 3143429 output: bies/ru
App 3143429 output: by-2.7.
App 3143429 output: 8/lib/l
App 3143429 output: ibruby
App 3143429 output: .so.2.7
App 3143429 output: (rb_vm_
App 3143429 output: call0+
App 3143429 output: 0xc3) [
App 3143429 output: 0x7fe27
App 3143429 output: 2855a4
App 3143429 output: 3] vm_e
App 3143429 output: val.c:52
App 3143429 output: /h
App 3143429 output: ome/ubuntu/.rvm/
App 3143429 output: rubies/
App 3143429 output: ruby-2.
App 3143429 output: 7.8/lib/
App 3143429 output: libruby.so
App 3143429 output: .2.7(rb
App 3143429 output: _vm_cal
App 3143429 output: l_kw+0
App 3143429 output: x6c) [
App 3143429 output: 0x7fe2
App 3143429 output: 72855e1
App 3143429 output: c] vm_
App 3143429 output: eval.c:
App 3143429 output: 268
App 3143429 output: /hom
App 3143429 output: e/ubuntu/.rvm
App 3143429 output: /rubies
App 3143429 output: /ruby-
App 3143429 output: 2.7.8/l
App 3143429 output: ib/libr
App 3143429 output: uby.so
App 3143429 output: .2.7(se
App 3143429 output: nd_inte
App 3143429 output: rnal+0x
App 3143429 output: 33a) [
App 3143429 output: 0x7fe27
App 3143429 output: 28594f
App 3143429 output: a] vm_e
App 3143429 output: val.c:
App 3143429 output: 392
App 3143429 output: /h
App 3143429 output: ome/ubuntu/.
App 3143429 output: rvm/rub
App 3143429 output: ies/rub
App 3143429 output: y-2.7.8/
App 3143429 output: lib/lib
App 3143429 output: ruby.s
App 3143429 output: o.2.7(s
App 3143429 output: end_in
App 3143429 output: ternal_
App 3143429 output: kw+0x4
App 3143429 output: c) [0x7
App 3143429 output: fe2728
App 3143429 output: 59989] 
App 3143429 output: vm_eval
App 3143429 output: .c:115
App 3143429 output: 8
App 3143429 output: /home/ub
App 3143429 output: untu/.rvm/rub
App 3143429 output: ies/ru
App 3143429 output: by-2.7.
App 3143429 output: 8/lib/li
App 3143429 output: bruby.so
App 3143429 output: .2.7(r
App 3143429 output: b_f_pub
App 3143429 output: lic_se
App 3143429 output: nd) vm
App 3143429 output: _eval.c
App 3143429 output: :1210
App 3143429 output: [
App 3143429 output: 0x7fe27283f
App 3143429 output: 4a4]
App 3143429 output: /home
App 3143429 output: /ubuntu/.rvm/ru
App 3143429 output: bies/ru
App 3143429 output: by-2.7.
App 3143429 output: 8/lib/l
App 3143429 output: ibruby.s
App 3143429 output: o.2.7(vm
App 3143429 output: _sendish
App 3143429 output: +0x76)
App 3143429 output:  [0x7f
App 3143429 output: e27283a
App 3143429 output: 606] v
App 3143429 output: m_insnhe
App 3143429 output: lper.c:
App 3143429 output: 4023
App 3143429 output: [
App 3143429 output: 0x7fe27284b
App 3143429 output: 2d1]
App 3143429 output: [0
App 3143429 output: x7fe2728515e2]
App 3143429 output: [0x7
App 3143429 output: fe27285564
App 3143429 output: 7]
App 3143429 output: /hom
App 3143429 output: e/ubuntu/.rv
App 3143429 output: m/rubie
App 3143429 output: s/ruby
App 3143429 output: -2.7.8
App 3143429 output: /lib/li
App 3143429 output: bruby.s
App 3143429 output: o.2.7(
App 3143429 output: rb_vm_c
App 3143429 output: all0+0
App 3143429 output: xc3) [0x7
App 3143429 output: fe2728
App 3143429 output: 55a43] v
App 3143429 output: m_eval.c
App 3143429 output: :52
App 3143429 output: /
App 3143429 output: home/ubuntu/.
App 3143429 output: rvm/rub
App 3143429 output: ies/ruby-2
App 3143429 output: .7.8/li
App 3143429 output: b/librub
App 3143429 output: y.so.2.
App 3143429 output: 7(rb_v
App 3143429 output: m_call_
App 3143429 output: kw+0x6
App 3143429 output: c) [0x7fe2
App 3143429 output: 72855e1
App 3143429 output: c] vm_e
App 3143429 output: val.c:2
App 3143429 output: 68
App 3143429 output: /hom
App 3143429 output: e/ubuntu/.rvm
App 3143429 output: /rubies
App 3143429 output: /ruby-2
App 3143429 output: .7.8/l
App 3143429 output: ib/libr
App 3143429 output: uby.so
App 3143429 output: .2.7(se
App 3143429 output: nd_inte
App 3143429 output: rnal+0x
App 3143429 output: 33a) [0
App 3143429 output: x7fe2728
App 3143429 output: 594fa]
App 3143429 output:  vm_eva
App 3143429 output: l.c:39
App 3143429 output: 2
App 3143429 output: /hom
App 3143429 output: e/ubuntu/.rvm
App 3143429 output: /rubies
App 3143429 output: /ruby-2
App 3143429 output: .7.8/li
App 3143429 output: b/librub
App 3143429 output: y.so.2.7
App 3143429 output: (send_in
App 3143429 output: ternal_kw
App 3143429 output: +0x4c) 
App 3143429 output: [0x7fe
App 3143429 output: 2728599
App 3143429 output: 89] vm_
App 3143429 output: eval.c
App 3143429 output: :1158
App 3143429 output: /hom
App 3143429 output: e/ubuntu/.rv
App 3143429 output: m/rubie
App 3143429 output: s/ruby-
App 3143429 output: 2.7.8/l
App 3143429 output: ib/lib
App 3143429 output: ruby.so
App 3143429 output: .2.7(rb
App 3143429 output: _f_pu
App 3143429 output: blic_se
App 3143429 output: nd) vm_
App 3143429 output: eval.c
App 3143429 output: :1210
App 3143429 output: [
App 3143429 output: 0x7fe27283f4
App 3143429 output: a4]
App 3143429 output: /home/
App 3143429 output: ubuntu/.rvm/r
App 3143429 output: ubies
App 3143429 output: /ruby-2
App 3143429 output: .7.8/li
App 3143429 output: b/libr
App 3143429 output: uby.so.
App 3143429 output: 2.7(vm_
App 3143429 output: sendish
App 3143429 output: +0x76) 
App 3143429 output: [0x7fe
App 3143429 output: 27283a6
App 3143429 output: 06] vm_
App 3143429 output: insnhel
App 3143429 output: per.c:4023
App 3143429 output: 
App 3143429 output: [0x7fe2
App 3143429 output: 7284b2d1]
App 3143429 output: [0x7
App 3143429 output: fe2728515e2]
App 3143429 output: /home/
App 3143429 output: ubuntu/
App 3143429 output: .rvm/ru
App 3143429 output: bies/rub
App 3143429 output: y-2.7.8
App 3143429 output: /
App 3143429 output: lib/lib
App 3143429 output: ruby.s
App 3143429 output: o.2.7(rb_y
App 3143429 output: ield+0x
App 3143429 output: 271) [
App 3143429 output: 0x7fe2
App 3143429 output: 7285e6a
App 3143429 output: 1] vm.
App 3143429 output: c:1044
App 3143429 output: /home/u
App 3143429 output: buntu/.
App 3143429 output: rvm/rub
App 3143429 output: ies/rub
App 3143429 output: y-2.7.8
App 3143429 output: /lib/li
App 3143429 output: bruby.s
App 3143429 output: o.2.7(rb_o
App 3143429 output: bj_tap+0
App 3143429 output: xe) [0
App 3143429 output: x7fe2727
App 3143429 output: 6b8ce] obje
App 3143429 output: ct.c:911
App 3143429 output: [0x7fe27
App 3143429 output: 283f4a4
App 3143429 output: ]
App 3143429 output: /home
App 3143429 output: /ubuntu/.rvm/rub
App 3143429 output: ies/rub
App 3143429 output: y-2.7.8
App 3143429 output: /lib/li
App 3143429 output: bruby.s
App 3143429 output: o.2.7(v
App 3143429 output: m_sendi
App 3143429 output: sh+0x7
App 3143429 output: 6) [0x7
App 3143429 output: fe27283
App 3143429 output: a606] 
App 3143429 output: vm_insn
App 3143429 output: helper
App 3143429 output: .c:4023
App 3143429 output: 
App 3143429 output: [0x7fe27284b2d1
App 3143429 output: ]
App 3143429 output: [0x7fe2728
App 3143429 output: 515e2]
App 3143429 output: /home/
App 3143429 output: ubuntu/.rvm/
App 3143429 output: rubies
App 3143429 output: /ruby-2
App 3143429 output: .7.8/li
App 3143429 output: b/libr
App 3143429 output: uby.so.
App 3143429 output: 2.7(yie
App 3143429 output: ld_unde
App 3143429 output: r+0x3d5
App 3143429 output: ) [0x7f
App 3143429 output: e272860
App 3143429 output: 3c5] v
App 3143429 output: m.c:104
App 3143429 output: 4
App 3143429 output: [0x7fe
App 3143429 output: 27283f4a4]
App 3143429 output: [
App 3143429 output: 0x7fe272854
App 3143429 output: 00c]
App 3143429 output: /h
App 3143429 output: ome/ubuntu/.r
App 3143429 output: vm/rubi
App 3143429 output: es/ruby
App 3143429 output: -2.7.8
App 3143429 output: /lib/li
App 3143429 output: bruby.s
App 3143429 output: o.2.7(
App 3143429 output: vm_sendish
App 3143429 output: +0x76) 
App 3143429 output: [0x7fe2
App 3143429 output: 7283a60
App 3143429 output: 6] vm_i
App 3143429 output: nsnhelp
App 3143429 output: er.c:4
App 3143429 output: 023
App 3143429 output: [0
App 3143429 output: x7fe27284b2d
App 3143429 output: 1]
App 3143429 output: [0x7
App 3143429 output: fe2728515e2]
App 3143429 output: /
App 3143429 output: home/ubuntu/
App 3143429 output: .rvm/ru
App 3143429 output: bies/ru
App 3143429 output: by-2.7.8
App 3143429 output: /lib/lib
App 3143429 output: ruby.so.
App 3143429 output: 2.7(rb_y
App 3143429 output: ield+0
App 3143429 output: x271) [
App 3143429 output: 0x7fe2
App 3143429 output: 7285e6
App 3143429 output: a1] vm.
App 3143429 output: c:1044
App 3143429 output: 
App 3143429 output: /home
App 3143429 output: /ubuntu/.rvm/rub
App 3143429 output: ies/rub
App 3143429 output: y-2.7
App 3143429 output: .8/lib/
App 3143429 output: libruby
App 3143429 output: .so.2.7
App 3143429 output: (rb_ar
App 3143429 output: y_each+
App 3143429 output: 0x3c) 
App 3143429 output: [0x7fe
App 3143429 output: 2726649
App 3143429 output: ec] ar
App 3143429 output: ray.c:
App 3143429 output: 2135
App 3143429 output: [
App 3143429 output: 0x7fe27283f4
App 3143429 output: a4]
App 3143429 output: /h
App 3143429 output: ome/ubuntu/.
App 3143429 output: rvm/rub
App 3143429 output: ies/ru
App 3143429 output: by-2.7.
App 3143429 output: 8/lib/libr
App 3143429 output: uby.so.2
App 3143429 output: .7(vm_
App 3143429 output: sendish+
App 3143429 output: 0x76) [
App 3143429 output: 0x7fe2
App 3143429 output: 7283a60
App 3143429 output: 6] vm_
App 3143429 output: insnhel
App 3143429 output: per.c:
App 3143429 output: 4023
App 3143429 output: [0
App 3143429 output: x7fe27284b2
App 3143429 output: d1]
App 3143429 output: [0
App 3143429 output: x7fe2728515
App 3143429 output: e2]
App 3143429 output: /ho
App 3143429 output: me/ubuntu/.
App 3143429 output: rvm/rub
App 3143429 output: ies/rub
App 3143429 output: y-2.7.
App 3143429 output: 8/lib/l
App 3143429 output: ibruby
App 3143429 output: .so.2.7
App 3143429 output: (catch_
App 3143429 output: i+0x2ca
App 3143429 output: ) [0x7
App 3143429 output: fe27285d71
App 3143429 output: a] vm.c
App 3143429 output: :1044
App 3143429 output: /h
App 3143429 output: ome/ubuntu/.rvm
App 3143429 output: /rubies/
App 3143429 output: ruby-2
App 3143429 output: .7.8/li
App 3143429 output: b/librub
App 3143429 output: y.so.2
App 3143429 output: .7(vm_cat
App 3143429 output: ch_protec
App 3143429 output: t+0xbc)
App 3143429 output:  [0x7f
App 3143429 output: e272844
App 3143429 output: 12c] vm
App 3143429 output: _eval.
App 3143429 output: c:2310
App 3143429 output: /ho
App 3143429 output: me/ubuntu/.rvm
App 3143429 output: /rubies
App 3143429 output: /ruby-
App 3143429 output: 2.7.8/l
App 3143429 output: ib/libruby
App 3143429 output: .so.2.7
App 3143429 output: (rb_ca
App 3143429 output: tch_ob
App 3143429 output: j+0x30
App 3143429 output: ) [0x7
App 3143429 output: fe27284
App 3143429 output: 4240] 
App 3143429 output: vm_eval
App 3143429 output: .c:2336
App 3143429 output: [0x7fe
App 3143429 output: 27283f4
App 3143429 output: a4]
App 3143429 output: /ho
App 3143429 output: me/ubuntu/.rvm/rubi
App 3143429 output: es/rub
App 3143429 output: y-2.7.
App 3143429 output: 8/lib/l
App 3143429 output: ibruby
App 3143429 output: .so.2.7
App 3143429 output: (vm_sen
App 3143429 output: dish+0x
App 3143429 output: 76) [0x
App 3143429 output: 7fe27283
App 3143429 output: a606] 
App 3143429 output: vm_insn
App 3143429 output: helper.
App 3143429 output: c:4023
App 3143429 output: [0x7fe
App 3143429 output: 27284b
App 3143429 output: 2d1]
App 3143429 output: [0
App 3143429 output: x7fe2728515
App 3143429 output: e2]
App 3143429 output: [0
App 3143429 output: x7fe27285564
App 3143429 output: 7]
App 3143429 output: /hom
App 3143429 output: e/ubuntu/.r
App 3143429 output: vm/rubi
App 3143429 output: es/rub
App 3143429 output: y-2.7.8
App 3143429 output: /lib/libru
App 3143429 output: by.so.2
App 3143429 output: .7(rb_vm
App 3143429 output: _call0+0xc3
App 3143429 output: ) [0x7fe
App 3143429 output: 272855a
App 3143429 output: 43] vm
App 3143429 output: _eval.
App 3143429 output: c:52
App 3143429 output: /
App 3143429 output: home/ubuntu/.
App 3143429 output: rvm/ru
App 3143429 output: bies/rub
App 3143429 output: y-2.7.8
App 3143429 output: /lib/li
App 3143429 output: bruby.so.
App 3143429 output: 2.7(rb_
App 3143429 output: vm_call_kw+0x
App 3143429 output: 6c) [0x7
App 3143429 output: fe2728
App 3143429 output: 55e1c] 
App 3143429 output: vm_eval.c:
App 3143429 output: 268
App 3143429 output: /ho
App 3143429 output: me/ubuntu/.r
App 3143429 output: vm/rubi
App 3143429 output: es/ruby-
App 3143429 output: 2.7.8/l
App 3143429 output: ib/lib
App 3143429 output: ruby.s
App 3143429 output: o.2.7(s
App 3143429 output: end_intern
App 3143429 output: al+0x33
App 3143429 output: a) [0x
App 3143429 output: 7fe2728
App 3143429 output: 594fa] 
App 3143429 output: vm_eva
App 3143429 output: l.c:392
App 3143429 output: 
App 3143429 output: /home
App 3143429 output: /ubuntu/.rv
App 3143429 output: m/rubie
App 3143429 output: s/ruby-
App 3143429 output: 2.7.8/l
App 3143429 output: ib/lib
App 3143429 output: ruby.so
App 3143429 output: .2.7(s
App 3143429 output: end_in
App 3143429 output: ternal_
App 3143429 output: kw+0x4
App 3143429 output: c) [0x7
App 3143429 output: fe27285
App 3143429 output: 9989] vm_ev
App 3143429 output: al.c:1158
App 3143429 output: 
App 3143429 output: /home/
App 3143429 output: ubuntu/.rvm/
App 3143429 output: rubies/
App 3143429 output: ruby-2.
App 3143429 output: 7.8/lib/li
App 3143429 output: bruby.s
App 3143429 output: o.2.7(r
App 3143429 output: b_f_pub
App 3143429 output: lic_sen
App 3143429 output: d) vm_ev
App 3143429 output: al.c:1
App 3143429 output: 210
App 3143429 output: [0x7f
App 3143429 output: e27283f4a4]
App 3143429 output: /home/u
App 3143429 output: buntu/.
App 3143429 output: rvm/rub
App 3143429 output: ies/ru
App 3143429 output: by-2.7.
App 3143429 output: 8/lib/l
App 3143429 output: ibruby
App 3143429 output: .so.2.7(vm
App 3143429 output: _sendis
App 3143429 output: h+0x76) 
App 3143429 output: [0x7fe2
App 3143429 output: 7283a60
App 3143429 output: 6] vm_i
App 3143429 output: nsnhelp
App 3143429 output: er.c:40
App 3143429 output: 23
App 3143429 output: [0x7
App 3143429 output: fe27284b2d1
App 3143429 output: ]
App 3143429 output: [0x7fe
App 3143429 output: 2728515e2]
App 3143429 output: /
App 3143429 output: home/ubuntu/
App 3143429 output: .rvm/ru
App 3143429 output: bies/ru
App 3143429 output: by-2.7
App 3143429 output: .8/lib
App 3143429 output: /librub
App 3143429 output: y.so.2
App 3143429 output: .7(rb_
App 3143429 output: vm_invo
App 3143429 output: ke_proc
App 3143429 output: +0x1f6
App 3143429 output: ) [0x7f
App 3143429 output: e272855
App 3143429 output: 046] v
App 3143429 output: m.c:1044
App 3143429 output: [
App 3143429 output: 0x7fe2728169
App 3143429 output: a3]
App 3143429 output: [0x
App 3143429 output: 7fe272818bd0
App 3143429 output: ]
App 3143429 output: /home
App 3143429 output: /ubuntu/.rvm
App 3143429 output: /rubies
App 3143429 output: /ruby-
App 3143429 output: 2.7.8/l
App 3143429 output: ib/libr
App 3143429 output: uby.so.2.7(threa
App 3143429 output: d_star
App 3143429 output: t_func_1+0
App 3143429 output: xbd) [0x
App 3143429 output: 7fe272819
App 3143429 output: 03d] th
App 3143429 output: read_pt
App 3143429 output: hread.
App 3143429 output: c:969
App 3143429 output: /lib/x8
App 3143429 output: 6_64-li
App 3143429 output: nux-gnu/
App 3143429 output: libpthr
App 3143429 output: ead.so.
App 3143429 output: 0(start
App 3143429 output: _threa
App 3143429 output: d+0xd9) [
App 3143429 output: 0x7fe27
App 3143429 output: 23fb609
App 3143429 output: ]
App 3143429 output: /lib/
App 3143429 output: x86_64-linu
App 3143429 output: x-gnu/l
App 3143429 output: ibc.so.
App 3143429 output: 6(clone
App 3143429 output: +0x43)
App 3143429 output:  [0x7fe
App 3143429 output: 2725511
App 3143429 output: 33]

@alto-ruby
Copy link
Contributor

I see you are running jemalloc, there are several known issues regarding using jemalloc with ruby and grpc, can you try if disable jemalloc works or any of the workarounds in those issues help?

@shadydealer
Copy link
Author

@alto-ruby Thanks, that helped. I guess we have 2 options:

  1. Use LD_PRELOAD=$LD_PRELOAD:/lib/x86_64-linux-gnu/libjemalloc.so.2 - tried and it worked
  2. Upgrade to ruby 3.1 (haven't tried, Segfault when running ruby 3.0.0 with jemalloc #25450 (comment) said it contains the fix)

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

No branches or pull requests

3 participants