[EMAIL PROTECTED] <> wrote: > On Sat, Dec 03, 2005 at 10:02:16PM +0100, Torbjörn Jansson wrote: >> >> I have coredumps turned on, but i can never get anything usefull >> from them with gdb. To load a coredump i use "gdb -c >> the_core_dump_file" >> I can get a backtrace but they never contain any symbol info, it's >> like gdb have forgotten to load the debug symbols or something. >> Or maybe i'm doing something wrong. > > gdb program corefile > > In my case it's normally > > gdb /usr/local/bin/mythfrontend core.12345 > > The full path to the program is important. > > > Stuart
Thanks, i missed the program part. Makes sens that it cant load the debug symbols if it doesn't have the program. Next time i get a coredump i'll give this a try. _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
