[Bug gdb/34047] gdb Fatal signal: Bus error | SIGBUS (Misaligned address error)
simark at simark dot ca via Gdb-prs <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.discuss |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34047 --- Comment #11 from Simon Marchi <simark at simark dot ca> --- > Your backtrace does not have symbols? Maybe you don't have debuginfod > properly configured > or something? I don't recall if I used debuginfod, but anyway I would need DEBUGINFOD_URLS to point to the right server, I have no idea which server has the debug info for these specific artifacts. > Could you please tell me how to package up a crash dump, in > general, and > send it such that whoever is looking at it has a symbolicated backtrace? I > am literarly > at a loss at this point. Surely this should be most common use-case of all > time, yet > I cannot find a reproducable way to do it. What am I missing? I don't really know how to do that since I never needed to. I guess the best way would be to collect the required libraries (like you did), but preserving the filesystem structure of the machine (e.g. have the libraries as <root>/usr/lib/*.so). And then use the "set sysroot" command. I don't know if there exists a tool that does this automatically, given a core dump, that would sound useful. -- You are receiving this mail because: You are on the CC list for the bug.