-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Labels
Comments
Log:
|
Looks like it's dereferencing a null pointer, do you happen to have the C level backtrace? |
here it is @alto-ruby :
|
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? |
@alto-ruby Thanks, that helped. I guess we have 2 options:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
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.
The text was updated successfully, but these errors were encountered: