-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Stacktrace is not printed by failure signal handler when built with Bazel #1111
Comments
According to #851 this should be working. What glog version are you using? |
My mistake. The stacktrace is indeed printed, but it's not interpreted as symbols (function names), I'm using version 0.7.1 on bazel central registry: https://registry.bazel.build/modules/glog, building in debug mode
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When glog is built with Bazel, failure signal handler is unable to print stack trace.
*** Aborted at 1720166741 (unix time) try "date -d @1720166741" if you are using GNU date ***
PC: @ 0x0 (unknown)
*** SIGSEGV (@0x3e8000070c7) received by PID 28701 (TID 0x7ffff478aa40) from PID 28871; stack trace: ***
This problem has occurred before and has been fixed, but now it has reappeared. #346
The text was updated successfully, but these errors were encountered: