NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-evbarm/51591: NetBSD 7.0.1/evbarm & USB FS errors
The following reply was made to PR port-evbarm/51591; it has been noted by GNATS.
From: Benjamin Lorenz <inbox@benjaminlorenz.email>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-evbarm/51591: NetBSD 7.0.1/evbarm & USB FS errors
Date: Sat, 5 Nov 2016 09:33:34 +0100
--=-QZfjP3LuN7XuNBAfNICq
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Another panic while deleting a file on the stick:
dev =3D 0xa800, bno =3D 4160552959 bsize =3D 16384, size =3D 16384, fs =3D =
/mnt/stick=20
panic: ffs_blkfree: bad size=20
cpu0: Begin traceback...=20
0x9b22b97c: netbsd:db_panic+0xc=20
0x9b22b9ac: netbsd:vpanic+0x134=20
0x9b22b9c4: netbsd:snprintf=20
0x9b22ba34: netbsd:ffs_check_bad_allocation+0x108=20
0x9b22ba8c: netbsd:ffs_blkfree+0x84=20
0x9b22bb44: netbsd:ffs_indirtrunc+0x308=20
0x9b22bbfc: netbsd:ffs_indirtrunc+0x3e4=20
0x9b22bd44: netbsd:ffs_truncate+0xe74=20
0x9b22bda4: netbsd:ufs_truncate+0x12c=20
0x9b22bdd4: netbsd:ufs_inactive+0x18c=20
0x9b22bdf4: netbsd:VOP_INACTIVE+0x30=20
0x9b22be2c: netbsd:vrelel+0x468=20
0x9b22be5c: netbsd:ufs_remove+0xb4=20
0x9b22be7c: netbsd:VOP_REMOVE+0x34=20
0x9b22beec: netbsd:do_sys_unlinkat+0xec=20
0x9b22bf04: netbsd:sys_unlink+0x24=20
0x9b22bf74: netbsd:syscall+0x8c=20
0x9b22bfac: netbsd:swi_handler+0x94=20
cpu0: End traceback...
Kernel was BTW compiled with these additional parameters:
rpi% cat /home/bjjl/src/sys/arch/evbarm/conf/RPI.local=20
# Wedge support=20
options =C2=A0 =C2=A0 =C2=A0 =C2=A0 DKWEDGE_AUTODISCOVER=C2=A0 =C2=A0 # Aut=
omatically add dk(4) instances=20
options =C2=A0 =C2=A0 =C2=A0 =C2=A0 DKWEDGE_METHOD_GPT=C2=A0 =C2=A0 =C2=A0 =
# Supports GPT partitions as wedges=20
rpi%=C2=A0
=
--=-QZfjP3LuN7XuNBAfNICq
Content-Type: text/html; charset="utf-8"
<html><head></head><body>Another panic while deleting a file on the stick:<div><br></div><div><p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">dev = 0xa800, bno = 4160552959 bsize = 16384, size = 16384, fs = /mnt/stick</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">panic: ffs_blkfree: bad size</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">cpu0: Begin traceback...</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22b97c: netbsd:db_panic+0xc</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22b9ac: netbsd:vpanic+0x134</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22b9c4: netbsd:snprintf</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22ba34: netbsd:ffs_check_bad_allocation+0x108</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22ba8c: netbsd:ffs_blkfree+0x84</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22bb44: netbsd:ffs_indirtrunc+0x308</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22bbfc: netbsd:ffs_indirtrunc+0x3e4</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22bd44: netbsd:ffs_truncate+0xe74</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22bda4: netbsd:ufs_truncate+0x12c</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22bdd4: netbsd:ufs_inactive+0x18c</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22bdf4: netbsd:VOP_INACTIVE+0x30</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22be2c: netbsd:vrelel+0x468</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22be5c: netbsd:ufs_remove+0xb4</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22be7c: netbsd:VOP_REMOVE+0x34</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22beec: netbsd:do_sys_unlinkat+0xec</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22bf04: netbsd:sys_unlink+0x24</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22bf74: netbsd:syscall+0x8c</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">0x9b22bfac: netbsd:swi_handler+0x94</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">cpu0: End traceback...</p></div><div><br></div><div>Kernel was BTW compiled with these additional parameters:</div><div><br></div><div><p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">rpi% cat /home/bjjl/src/sys/arch/evbarm/conf/RPI.local</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);"># Wedge support</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">options DKWEDGE_AUTODISCOVER # Automatically add dk(4) instances</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">options DKWEDGE_METHOD_GPT # Supports GPT partitions as wedges</p>
<p style="margin: 0px; font-size: 16px; line-height: normal; font-family: Menlo; background-color: rgb(235, 246, 255);">rpi% </p></div><div><br></div></body></html>
--=-QZfjP3LuN7XuNBAfNICq--
Home |
Main Index |
Thread Index |
Old Index