Re: [htop-general] getting errors sometimes while using htop
Brought to you by:
loderunner
|
From: James S. <ja...@in...> - 2012-02-02 20:52:27
|
On Fri, 3 Feb 2012 02:04:16 +0530 shirish शिरीष <shi...@gm...> 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 |