Date: Sat, 30 Dec 2017 22:48:19 +0100 From: Matthias Apitz <guru@unixarea.de> To: freebsd-current@freebsd.org Subject: Re: panic: invalid bcd 194 Message-ID: <20171230214819.GA2191@c720-r314251> In-Reply-To: <20171230211154.GT1684@kib.kiev.ua> References: <20171230210711.GA75976@c720-r314251> <20171230211154.GT1684@kib.kiev.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
--EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable El d=C3=ADa s=C3=A1bado, diciembre 30, 2017 a las 11:11:54p. m. +0200, Kons= tantin Belousov escribi=C3=B3: > > > > static inline u_char > > > > bcd2bin(int bcd) > > > > { > > > >=20 > > > > KASSERT(bcd >=3D 0 && bcd < LIBKERN_LEN_BCD2BIN, > > > > ("invalid bcd %d", bcd)); > > > > return (bcd2bin_data[bcd]); > > > > } > > > >=20 > > > > Any idea what could be damaged the system and what to do or check b= efore > > > > re-setup? > > >=20 > > > Show the backtrace. > >=20 > > Thanks, here we have it as photo: http://www.unixarea.de/download_23822= 2137_147226.jpg >=20 > For an immediate relief, enter the BIOS setup and set up the date. Try to > change it even if the BIOS date looks fine. >=20 > artc(4) should do more validation of the date read from CMOS, but this is > a known issue. The problem with this hardware (Acer C720 Chromebook) is, there is no BIOS setup, only somekind of SeaBIOS w/o any setup. Btw: An older CURRENT from an USB key r285885 boots fine. Any hints? matthias --=20 Matthias Apitz, =E2=9C=89 guru@unixarea.de, =E2=8C=82 http://www.unixarea.d= e/ =F0=9F=93=B1 +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXmn7rBYYViyzy/vBR8z35Hb+nREFAlpICZwACgkQR8z35Hb+ nRFApw/9GONGr8+CDbTDV8scHjCFZtvV6XBw2ZzTc/gg8sT5j70SwzhHL0Z04nTD DYOo4ACBEDH8T+X/4BbcwG03u8hyGDPIuVAytZTMiCU5w+ux3F0lzmkfV0X0fWAw 8exRHwI78WLN5YL++qSxZoYO0H8ymKeo83dz/S+0lRlysgKxS/51BtMZatZ2klxB paWqapyUIMe4L+FriYfRAImv0rYUfQq1YQTK5HRv46zbAFoFQW3lGIA9cc3YltHS 2zmqrc8sVtzisAcAVNg9BvashLzQkTkbEBY8jfrI6SrKFKb8g4BIpXBM03C8XfL3 a2oOulXwU06wh1jVfH0g12+40r6RP81dWP9/u1Sa7m8AXi7tvY+9dGI+9kgBV0LI aW64wRVBvft7d6Ig3RqI6ffW+To41Wy6rr1OZSJWzDIt5JHjKKhjByH2cDVSB+eX ZtGjxrUrBJkHZpRYbhHOzjnYD4iDVUD0EcvG4sZf6xcgkkHSAnf5R3SFZz5Pxq2W drnJvDv4ehasW/p5xR+RLwafKaNHunNjKddh9wpmgohRUfHh/5AWzVAjvKXijGBI 37FR1kBeaDHcs6KxZE4XyIgLWd2nfLZJ3vnxnIQ64b8EQKvi/adA9uBDqrXlcxY8 lcHwmqlT4nQAHxqlBCyXzfaSy2bNuVqEgCPggnGgVfKqZ0PoUZU= =ORdz -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20171230214819.GA2191>