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
I get the following backtrace from a crash in symbolize_unittest on Ubuntu 18.04 x86_64 with gcc-7.3:
#0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
#1 0x00007ffff7264801 in __GI_abort () at abort.c:79
#2 0x000055555556e7e1 in google::DumpStackTraceAndExit () at /data/Debug/glog-0.3.5/src/utilities.cc:152
#3 0x0000555555562a3b in google::LogMessage::Fail () at /data/Debug/glog-0.3.5/src/logging.cc:1488
#4 0x0000555555566a9a in google::LogMessage::SendToLog (this=0x7fffffffd9c0) at /data/Debug/glog-0.3.5/src/logging.cc:1442
#5 0x000055555556279e in google::LogMessage::Flush (this=0x7fffffffd9c0) at /data/Debug/glog-0.3.5/src/logging.cc:1311
#6 0x0000555555562f43 in google::LogMessageFatal::~LogMessageFatal (this=<optimized out>, __in_chrg=<optimized out>)
at /data/Debug/glog-0.3.5/src/logging.cc:2023
#7 0x0000555555560b7d in TestWithPCInsideNonInlineFunction () at /data/Debug/glog-0.3.5/src/symbolize_unittest.cc:315
#8 0x0000555555560d8c in main (argc=<optimized out>, argv=<optimized out>) at /data/Debug/glog-0.3.5/src/symbolize_unittest.cc:353
I build with default cmake flags, and with gflags installed.
The text was updated successfully, but these errors were encountered:
I get the following backtrace from a crash in symbolize_unittest on Ubuntu 18.04 x86_64 with gcc-7.3:
I build with default cmake flags, and with gflags installed.
The text was updated successfully, but these errors were encountered: