[Bug 497544] New: top shows wrong values on 32bit arch
http://bugzilla.novell.com/show_bug.cgi?id=497544 Summary: top shows wrong values on 32bit arch Classification: openSUSE Product: openSUSE 11.2 Version: Alpha 0 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: tiwai@novell.com QAContact: qa@suse.de Found By: --- top in procps-3.2.7-152.2 shows wrong values on 32bit archs such as: Mem: 2038280k total, 0k used, 1781692k free, 0k buffers Swap: 2104472k total, 0k used, 2640k free, 0k cached It's because unsigned long long values are passed while printf expects unsigned long. The fix patch is below. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=497544 User tiwai@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=497544#c1 --- Comment #1 from Takashi Iwai <tiwai@novell.com> 2009-04-23 00:13:54 MDT --- Created an attachment (id=287669) --> (http://bugzilla.novell.com/attachment.cgi?id=287669) Patch to fix wrong outputs of top -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=497544 Leon Wang <llwang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |llwang@novell.com AssignedTo|bnc-team-screening@forge.pr |kernel-maintainers@forge.pr |ovo.novell.com |ovo.novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=497544 Takashi Iwai <tiwai@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.pr |werner@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=497544 User werner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=497544#c2 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Dr. Werner Fink <werner@novell.com> 2009-05-08 07:53:43 MDT --- fixed -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=497544 User werner@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=497544#c3 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mwenzel@novell.com --- Comment #3 from Dr. Werner Fink <werner@novell.com> 2009-09-08 08:39:22 MDT --- *** Bug 535226 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=535226 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com