Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Crash in symbolize_unittest on Ubuntu 18.04 x86_64 #435

@emmenlau

Description

@emmenlau

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions