From owner-freebsd-stable@FreeBSD.ORG Wed Nov 16 10:40:49 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 615C8106566C for ; Wed, 16 Nov 2011 10:40:49 +0000 (UTC) (envelope-from freebsd-stable@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id E05948FC0A for ; Wed, 16 Nov 2011 10:40:48 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RQcv7-0007ni-TD for freebsd-stable@freebsd.org; Wed, 16 Nov 2011 11:40:45 +0100 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Nov 2011 11:40:45 +0100 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Nov 2011 11:40:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-stable@freebsd.org From: Ivan Voras Date: Wed, 16 Nov 2011 11:40:30 +0100 Lines: 110 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig6D0B63AE6ED5528827DC7506" X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0.1) Gecko/20111004 Thunderbird/7.0.1 In-Reply-To: X-Enigmail-Version: 1.1.2 Subject: Re: ATA/Cdrom(?) panic X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Nov 2011 10:40:49 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig6D0B63AE6ED5528827DC7506 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 16/11/2011 07:43, Bjoern A. Zeeb wrote: > Hey, >=20 > we have seen this or a very similar panic for about 1 year now once in > a while and I think I reported it before; this is FreeBSD as guest on Yes, IIRC I've also reported it before; it crashes randomly, when the machine is not doing anything with the cdrom. As a workaround, I now remove the cdrom device from vmware instances. > vmware. Seems it was a double panic this time. Could someone please= > see what's going on there? It was on 8.x-STABLE in the past and this= > is 8.2-RELEASE-p4. >=20 > Thanks > /bz >=20 > acd0: WARNING - READ_TOC taskqueue timeout - completing request directl= y >=20 >=20 > Fatal trap 12: page fault while in kernel mode > cpuid =3D 4; apic id =3D 04 > fault virtual address =3D 0x1f4 > fault code =3D supervisor read, page not present > instruction pointer =3D 0x20:0xc08a1e9f >=20 > stack pointer =3D 0x28:0xe6ad5b9c > Fatal trap 12: page fault while in kernel mode > frame pointer =3D 0x28:0xe6ad5bb4 > cpuid =3D 2; > code segment =3D base 0x0, limit 0xfffff, type 0x1bapic id =3D= 02 > =3D DPL 0, pres 1, def32 1, gran 1 > fault virtual address =3D 0x1f4 > processor eflags =3D > fault code =3D supervisor read, page not presentinterrupt > enabled, > instruction pointer =3D 0x20:0xc08a1e9fresume, > stack pointer =3D 0x28:0xe8e9e808IOPL =3D 0 > frame pointer =3D 0x28:0xe8e9e820 > current process =3D > code segment =3D base 0x0, limit 0xfffff, type 0x1b12 (swi6:= > task queue) > =3D DPL 0, pres 1, def32 1, gran 1 > trap number =3D 12 > processor eflags =3D interrupt enabled, > panic: page faultresume, > cpuid =3D 4IOPL =3D 0 > current process =3D > KDB: stack backtrace:25162 (bsnmpd) >=20 > trap number =3D 12#0 0xc08e0d07 at kdb_backtrace+0x47 >=20 > #1 0xc08b1dc7 at panic+0x117 > #2 0xc0be4b53 at trap_fatal+0x323 > #3 0xc0be4dd0 at trap_pfault+0x270 > #4 0xc0be5315 at trap+0x465 > #5 0xc0bcbecc at calltrap+0x6 > #6 0xc08b0d86 at _sema_post+0x46 > #7 0xc056fa47 at ata_completed+0x727 > #8 0xc08eb97a at taskqueue_run_locked+0xca > #9 0xc08ebc8a at taskqueue_run+0xaa > #10 0xc08ebd53 at taskqueue_swi_run+0x13 > #11 0xc088903b at intr_event_execute_handlers+0x13b > #12 0xc088a75b at ithread_loop+0x6b > #13 0xc0886d51 at fork_exit+0x91 > #14 0xc0bcbf44 at fork_trampoline+0x8 > Uptime: 5d20h1m56s >=20 >=20 > (gdb) l *ata_completed+0x727 > 489 (request->callback)(request); > 490 else > 491 sema_post(&request->done); > 492 > 493 /* only call ata_start if channel is present */ > 494 if (ch) > 495 ata_start(ch->dev); > 496 } > 497 > 498 void >=20 >=20 --------------enig6D0B63AE6ED5528827DC7506 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk7Dkx8ACgkQldnAQVacBcg48QCg3jLvw5kLVODybNhYw70UiewR lSUAnRT021vdutgA5/MGnLLbZPs91vI6 =AaC6 -----END PGP SIGNATURE----- --------------enig6D0B63AE6ED5528827DC7506--