On Fri, 3 Feb 2012 02:04:16 +0530 shirish शिरीष <[email protected]> wrote: > found)...done. (gdb) run > Starting program: /usr/bin/htop > [Inferior 1 (process 6666) exited normally]
This means that the program exited. The stack is no longer there after it exits, so you need to interrupt it somehow. Typing ^C sends it SIGINT, which is a good way to interrupt, and then typing ^L clears the display. James ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ htop-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/htop-general
