On Friday 04 November 2011 19:23:34, Worley, Dale R (Dale) wrote: > Is there any simple way, given a core file, to extract an > explicit list of loaded libraries? What's "explicit"? $ gdb /path/to/program -c /path/to/core (gdb) info sharedlibrary Or were you thinking of something else? -- Pedro Alves