On Mon, Jun 11, 2012 at 05:28:41PM +0200, Janusz Pyzio wrote: > Hello, > I had half a day turned on the htop. After a while the htop was turned > off, there was a breach of memory error. In the logs I have something > like this: > > Jun 11 12:14:40 ViX-Ubuntu kernel: [ 8956.161398] do_general_protection: > 12 callbacks suppressed > Jun 11 12:14:40 ViX-Ubuntu kernel: [ 8956.161402] htop[4334] general > protection ip:7fdb08c85046 sp:7fff790e18b0 error:0 in > libgcc_s.so.1[7fdb08c76000+15000] > > What can I do with this? I have Ubuntu 11.10.
Hi, Install/compile htop with debug symbols, then in the shell you start htop from, do: $ ulimit -c unlimited $ htop Then make htop segfault. Then: echo bt full | gdb htop ./core Send the backtrace to the list, removing any sensitive data as you deem appropriate. Thanks, Rob ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ htop-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/htop-general
