On 23 November 2011 20:45, <[email protected]> wrote: > When executing gdb /usr/bin/rosegarden there isn't anithing utile: > GNU gdb (Gentoo 7.2 p1) 7.2 > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "x86_64-pc-linux-gnu". > For bug reporting instructions, please see: > <http://bugs.gentoo.org/>... > Reading symbols from /usr/bin/rosegarden...(no debugging symbols > found)...done. > (gdb)
At least in the log shown above, you started gdb but didn't actually run the program being debugged. Maybe it's just missing from the log, but I'd like to check that you type "run" at the gdb prompt and see what happens then. If you do this and it just runs and exits, returning you back to the gdb prompt, then try (gdb) break _exit (gdb) run (gdb) where Chris ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Rosegarden-user mailing list [email protected] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-user
