[gdb 0005251]: Symbol info not loaded when attaching to a running process
Mantis Bug Tracker via bug-notifications
bug-notifications at lists.opencsw.org
Thu Sep 3 19:39:39 CEST 2015
The following issue has been SUBMITTED.
======================================================================
https://www.opencsw.org/mantis/view.php?id=5251
======================================================================
Reported By: brianvandenberg
Assigned To:
======================================================================
Project: gdb
Issue ID: 5251
Category: regular use
Reproducibility: always
Severity: major
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-09-03 19:39 CEST
Last Modified: 2015-09-03 19:39 CEST
======================================================================
Summary: Symbol info not loaded when attaching to a running
process
Description:
I believe the following bug post describes the exact same issue:
https://sourceware.org/bugzilla/show_bug.cgi?id=17903
This works:
~ gdb my_executable --pid=1234
/* ... */
(gdb) where
/* stack trace gets listed correctly */
This does not:
~ gdb
(gdb) attach 1234
/* ... */
(gdb) where
/* stack trace with lots of addresses and question marks */
======================================================================
More information about the bug-notifications
mailing list