You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
When glog is built with Bazel, failure signal handler is unable to print stack trace.
*** Aborted at 1531880485 (unix time) try "date -d @1531880485" if you are using GNU date ***
PC: @ 0x0 (unknown)
zsh: segmentation fault bazel run :hello
On Linux, no stacktrace is shown. On macOS, it enters deadlock for some reason and can be killed only with SIGKILL (no Ctrl+C), which is worse.