panic: invalid bcd 194

Matthias Apitz guru at unixarea.de
Sat Dec 30 21:02:50 UTC 2017


> > 
> > $ vim sys/sys/libkern.h
> > ...
> > #define LIBKERN_LEN_BCD2BIN     154
> > #define LIBKERN_LEN_BIN2BCD     100
> > #define LIBKERN_LEN_HEX2ASCII   36
> > 
> > static inline u_char
> > bcd2bin(int bcd)
> > {
> > 
> >         KASSERT(bcd >= 0 && bcd < LIBKERN_LEN_BCD2BIN,
> >             ("invalid bcd %d", bcd));
> >         return (bcd2bin_data[bcd]);
> > }
> > 
> > Any idea what could be damaged the system and what to do or check before
> > re-setup?
> 
> Show the backtrace.

attached as JPG (sorry);

	matthias

-- 
Matthias Apitz, ✉ guru at unixarea.de, ⌂ http://www.unixarea.de/  📱 +49-176-38902045
Public GnuPG key: http://www.unixarea.de/key.pub
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-current/attachments/20171230/1431150c/attachment.sig>


More information about the freebsd-current mailing list