Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 1996 00:57:31 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        avl@kiam1.rssi.ru (Lapinsky Alexander)
Cc:        bugs@FreeBSD.ORG
Subject:   Re: /usr/bin/mt core dumped
Message-ID:  <199602202357.AAA17497@uriah.heep.sax.de>
In-Reply-To: <199602201558.SAA27041@flox.kiam1.rssi.ru> from "Lapinsky Alexander" at Feb 20, 96 06:58:16 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Lapinsky Alexander wrote:
> 
> Some times mt utility "core dumped" (it is right, for example,
> for Archive/Wangtek QIC-02 tape controller).

>   		printf("%s=%o", s, v);
>   	else
>   		printf("%s=%x", s, v);
>   	if (v && bits) {

The fix in -current was to insert the lines

	if (!bits)
		return;

right above the ++bits.  Basically the same as your fix.

FreeBSD should define a real register description instead.  This is on
my whiteboard for the `wt', but doesn't have a very high priority.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602202357.AAA17497>