Hi all, First of all thank you for making this nice ncurses based program. With the recent release though I have been getting these sort of errors a few times.
$ htop htop 1.0 aborting. Please report bug at http://htop.sf.net Backtrace: htop[0x407c24] /lib/x86_64-linux-gnu/libc.so.6(+0x324f0)[0x7f309b9cf4f0] [0x14e9a80] Aborted although if I try to go via gdb haven't been able to catch anything abnormal :- $ gdb htop GNU gdb (GDB) 7.3-debian Copyright (C) 2011 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-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/htop...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/htop [Inferior 1 (process 6666) exited normally] (gdb) bt No stack. As can be seen there are no debugging symbols for htop. I am on Debian sid. I do have libc6 -dbg installed though. $ dpkg -S /lib/x86_64-linux-gnu/libc.so.6 libc6: /lib/x86_64-linux-gnu/libc.so.6 $ aptitude search libc6 i libc6 - Embedded GNU C Library: Shared libraries i libc6-dbg - Embedded GNU C Library: detached debugging symbols i A libc6-dev - Embedded GNU C Library: Development Libraries and Header File p libc6-dev-i386 - Embedded GNU C Library: 32-bit development libraries for AMD6 i libc6-i386 - Embedded GNU C Library: 32-bit shared libraries for AMD64 p libc6-pic - Embedded GNU C Library: PIC archive library p libc6-prof - Embedded GNU C Library: Profiling Libraries Looking forward to know more. -- Regards, Shirish Agarwal शिरीष अग्रवाल My quotes in this email licensed under CC 3.0 http://creativecommons.org/licenses/by-nc/3.0/ http://flossexperiences.wordpress.com 065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17 ------------------------------------------------------------------------------ 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
