Mailinglist Archive: opensuse-bugs (13448 mails)
| < Previous | Next > |
[Bug 332048] kernel freeze - "kernel: BUG: scheduling while atomic: swapper "
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 16 Oct 2007 12:04:53 -0600 (MDT)
- Message-id: <20071016180453.89D8CCC7AC@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=332048#c9
Jeff Mahoney <jeffm@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
Info Provider|reisenweber@xxxxxx |
--- Comment #9 from Jeff Mahoney <jeffm@xxxxxxxxxx> 2007-10-16 12:04:53 MST ---
Actually, nevermind. I see it in the output now:
qinpos = 65, SCB index = 3
Kernel panic - not syncing: Loop 1
That's printed at ./drivers/scsi/aic7xxx/aic7xxx_core.c:5312:
while (qinpos != qintail) {
scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]);
if (scb == NULL) {
printf("qinpos = %d, SCB index = %d\n",
qinpos, ahc->qinfifo[qinpos]);
panic("Loop 1\n");
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Jeff Mahoney <jeffm@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |ASSIGNED
Info Provider|reisenweber@xxxxxx |
--- Comment #9 from Jeff Mahoney <jeffm@xxxxxxxxxx> 2007-10-16 12:04:53 MST ---
Actually, nevermind. I see it in the output now:
qinpos = 65, SCB index = 3
Kernel panic - not syncing: Loop 1
That's printed at ./drivers/scsi/aic7xxx/aic7xxx_core.c:5312:
while (qinpos != qintail) {
scb = ahc_lookup_scb(ahc, ahc->qinfifo[qinpos]);
if (scb == NULL) {
printf("qinpos = %d, SCB index = %d\n",
qinpos, ahc->qinfifo[qinpos]);
panic("Loop 1\n");
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |