Date: Wed, 29 Dec 2004 16:53:05 +0100 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) To: geom@freebsd.org Subject: GEOM_VOL panics when audio CD is present Message-ID: <xzpfz1pksny.fsf@dwp.des.no>
next in thread | raw e-mail | index | archive | help
g_vol_ffs_taste() tries to taste audio CDs, triggering a KASSERT in g_io_request() because 65536 is not a valid offset on a medium with 2352-byte sectors. The exact panic message is "wrong offset 65536 for sectorsize 2352" (sys/geom/geom_io.c lines 250-251). None of this code has been touched recently, so I suspect the same bug is present in 5.3, though I haven't had a chance to test it yet. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzpfz1pksny.fsf>