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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
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

Closed by  Eric Belanger (Snowman)
Tuesday, 05 July 2011, 04:04 GMT
Reason for closing:  Upstream
Comment by Karol Błażewicz (karol) - Thursday, 30 June 2011, 22:31 GMT
Have you reported the bug upstream? Or is it just Arch package that has this problem?
Comment by Simon Archipoff (zylabon) - Thursday, 30 June 2011, 22:37 GMT
No, I didn't, should I ?

I don't if its an Arch typical problem.
Comment by Karol Błażewicz (karol) - Thursday, 30 June 2011, 22:40 GMT
Errr, have you read the error message?

htop 0.9 aborting. Please report bug at http://htop.sf.net
Comment by Simon Archipoff (zylabon) - Thursday, 30 June 2011, 22:44 GMT
Yep, But I didn't read that : https://wiki.archlinux.org/index.php/Reporting_Bug_Guidelines#Upstream_or_Arch.3F

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

Loading...