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
When LOG(FATAL) is executed glog calls abort function and if configured properly it will generate a core dump, but you have to configure your environment. By default on most Linux systems generating core dump is turned off that's why you don't get a core dump when LOG(FATAL) is executed.
In certain environment, it's pretty hard to debug any problem once the process has aborted due to LOG(FATAL).
Can we add some support to optionally generate a coredump before calling exit()?
The text was updated successfully, but these errors were encountered: