Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#24972 - htop crash on heavy loaded machine
Attached to Project:
Arch Linux
Opened by Simon Archipoff (zylabon) - Thursday, 30 June 2011, 21:45 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 05 July 2011, 04:04 GMT
Opened by Simon Archipoff (zylabon) - Thursday, 30 June 2011, 21:45 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 05 July 2011, 04:04 GMT
|
DetailsDescription:
htop crash with this error message htop 0.9 aborting. Please report bug at http://htop.sf.net Backtrace: htop[0x408fe2] /lib/libc.so.6(+0x34810)[0x7f1252eeb810] /lib/libc.so.6(_IO_vfscanf+0x6b)[0x7f1252f0a90b] /lib/libc.so.6(fscanf+0x87)[0x7f1252f17fc7] htop[0x4132e0] htop[0x40c3a6] htop(Header_draw+0x11b)[0x40b16b] htop(main+0x4d4)[0x4058f4] /lib/libc.so.6(__libc_start_main+0xed)[0x7f1252ed817d] htop[0x407879] Abandon Additional info: * package version(s) 0.9-2 (extra current) Steps to reproduce: launch this stupid ruby script with 1000000 as argument, and use htop to see the computer being overloaded. #!/usr/bin/ruby suite= 1,1 (1..ARGV[0].to_i).each { | i | suite << suite[ i - 1 ] + suite[ i ] } puts suite[ARGV[0].to_i] |
This task depends upon
I don't if its an Arch typical problem.
htop 0.9 aborting. Please report bug at http://htop.sf.net
Each bug tracker have differents politics, some collect bugs for upstream. So, I am sorry :-) I am gonna send it at htop.sf.net.
Thank you