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 on Ruby 2.7.0 and GAE Flex #5721

Closed
isabanin opened this issue Apr 28, 2020 · 3 comments
Closed

Segmentation fault on Ruby 2.7.0 and GAE Flex #5721

isabanin opened this issue Apr 28, 2020 · 3 comments
Assignees
Labels
api: clouddebugger Issues related to the Cloud Debugger API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@isabanin
Copy link

Environment details

  • OS: App Engine Ruby Flexible Environment.
  • Ruby version: 2.7.0
  • Gem name and version: stackdriver 0.16.1

Steps to reproduce

  1. Try to use Cloud Debugger, the app segfaults right away.

Full backtrace

https://gist.github.com/isabanin/8062b6d5f640d3da40e083dd4597dc5d

@dazuma
Copy link
Member

dazuma commented Apr 28, 2020

The google-protobuf gem (which Debugger, and indeed most of the other client libraries depends on) doesn't yet have a build for Ruby 2.7. Until that gets resolved, we're a bit stuck. You can follow protocolbuffers/protobuf#7070.

@dazuma dazuma added api: clouddebugger Issues related to the Cloud Debugger API. priority: p2 Moderately-important priority. Fix may not be included in next release. status: blocked Resolving the issue is dependent on other work. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Apr 28, 2020
@isabanin
Copy link
Author

Got it, thanks for the reply. We'll downgrade to 2.6 for now.

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed 🚨 This issue needs some love. labels Jul 27, 2020
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Oct 25, 2020
@dazuma
Copy link
Member

dazuma commented Oct 26, 2020

Sorry we forgot to update this issue. This should have been resolved some months ago with google-protobuf 3.12 or later, and google-cloud-debugger 0.36.3 or later.

@dazuma dazuma closed this as completed Oct 26, 2020
@dazuma dazuma removed 🚨 This issue needs some love. status: blocked Resolving the issue is dependent on other work. labels Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: clouddebugger Issues related to the Cloud Debugger API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants