[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#58687: marked as done (hwtools; wrong memtest86 display and patch)



Your message dated Fri, 02 Sep 2022 17:32:23 +0000
with message-id <[🔎] E1oUAWl-00AN1t-PH@fasolo.debian.org>
and subject line Bug#1016189: Removed package(s) from unstable
has caused the Debian Bug report #58687,
regarding hwtools; wrong memtest86 display and patch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
58687: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=58687
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: hwtools
Version: 0.4-2
Severity: normal

memtest86 writes slightly garbled output when it finds an error, because
of a trivial error in the placement of strings on the screen.  While I
was looking at the caus of the error, I also found what looks like a small
bug, mostly innocuous: half of the times, it prints an extra space in front
of those integer numbers that needs more space to be printed than
anticipated.

--- mtest.c.orig	Wed Jun 17 17:48:11 1998
+++ mtest.c	Tue Feb 22 11:01:45 2000
@@ -570,15 +570,15 @@ void error(long *adr, long good, long ba
 
 	cnt = 1;
 	cprint(v->msg_line, 0, "Error - Addrs:");
-	hprint(v->msg_line, 11, (long)adr);
-	cprint(v->msg_line, 21, "Good:");
-	hprint(v->msg_line, 26, good);
-	cprint(v->msg_line, 36, "Bad:");
-	hprint(v->msg_line, 40, bad);
-	cprint(v->msg_line, 50, "Xor:");
-	hprint(v->msg_line, 54, xor);
-	cprint(v->msg_line, 64, "Count:");
-	dprint(v->msg_line, 70, cnt, 5);
+	hprint(v->msg_line, 14, (long)adr);
+	cprint(v->msg_line, 24, "Good:");
+	hprint(v->msg_line, 29, good);
+	cprint(v->msg_line, 39, "Bad:");
+	hprint(v->msg_line, 43, bad);
+	cprint(v->msg_line, 53, "Xor:");
+	hprint(v->msg_line, 57, xor);
+	cprint(v->msg_line, 67, "Count:");
+	dprint(v->msg_line, 73, cnt, 5);
 	v->eadr = adr;
 	v->exor = xor;
 	dprint(1, 71, ++(v->ecount), 5);
@@ -698,7 +698,9 @@ void serial_echo_print(char *p)
   }
 }
 /*
- * Print a decimal number on screen
+ * Print the decimal number VAL at screen position X,Y
+ *   use as many character positions as necessary,
+ *   with a minimum of LEN, padding with spaces on the left
  */
 void dprint(int y, int x, unsigned long val, int len)
 {
@@ -711,7 +713,7 @@ void dprint(int y, int x, unsigned long 
         for (i=0; j>0; j/=10) {
                 k = val/j;
                 if (k > 9) {
-                        j *= 100;
+                        j *= 10;
                         continue;
                 }
                 if (flag || k || j == 1) {


-- System Information
Debian Release: 2.2
Kernel Version: Linux pot 2.2.13 #13 Fri Jan 28 18:31:46 CET 2000 i686 unknown

Versions of the packages hwtools depends on:
ii  libc6          2.1.3-4        GNU C Library: Shared libraries and Timezone

--- End Message ---
--- Begin Message ---
Version: 4.3.7-4+rm

Dear submitter,

as the package memtest86 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1016189

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)

--- End Message ---

Reply to: