Closed
Bug 1678511
Opened 5 years ago
Closed 5 years ago
"_M_dataplus" in gdb, bootstrap does not install debug symbols for libstdc++ on Ubuntu (libstdc++-*-dbg)
Categories
(Firefox Build System :: Bootstrap Configuration, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ng, Unassigned)
Details
clang doesn't emit debug symbols for the std library by default, in order to see into types in std::* one needs to install those symbols. This was not the case with gcc. The following seemed to work on Ubuntu 19.04 apt install libstdc++X-Y-dbg. It doesn't seem sufficient for 20.10.
| Reporter | ||
Comment 1•5 years ago
|
||
I was wrong about it working for 19.04. I can't remember what I did to get this working the first time. I am closing this for now.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•