Re: debugging link_map corruption
Maule Mark <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Unfortunately, no. We run in a very limited diskless software environment, so there is not much opportunity for external profiling. I'm not confident that our sw stack would run under valgrind. > On Wednesday, June 4, 2014 3:21 PM, Philippe Waroquiers <[email protected]> wrote: > > On Wed, 2014-06-04 at 06:36 -0700, Maule Mark wrote: > >> Tried this on libc-help, no response, so trying gdb ... >> >> I have a heavily threaded program linked against many (~50) shared > libraries which occasionally experiences memory corruption >> such that the link_map list gets trashed rendering the core mostly > undebuggable. I'm looking for ways to debug these sorts >> of problems. My operating environment is Linux. > Already tried Valgrind ? > > Philippe >