Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292287 - minimal install cds hangs while shutdown/reboot with "No irq handler for vector (irq -1)" messages
Summary: minimal install cds hangs while shutdown/reboot with "No irq handler for vect...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: InstallCD (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-07 18:00 UTC by Ivan Yatskevich
Modified: 2011-11-07 01:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
uname and lspci output (system-info,20.64 KB, text/plain)
2009-11-07 18:01 UTC, Ivan Yatskevich
Details
dmesg output (dmesg-output,30.10 KB, text/plain)
2009-11-11 09:13 UTC, Ivan Yatskevich
Details
dmesg with nomsi (dmesg_nomsi,30.12 KB, text/plain)
2009-12-03 08:18 UTC, Ivan Yatskevich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Yatskevich 2009-11-07 18:00:44 UTC
I've burnt install-x86-minimal-20091103.iso on dvd.
Then gentoo kernel without any options has been booted successfully.

After issuing reboot command the system starts to shutdown but hangs after the following message appears:
Remounting remaining filesystems read only [ok]


Reproducible: Always

Steps to Reproduce:
1. burn minimal install cd on dvd
2. boot from it
3. wait until system starts
4. type "reboot -f"

Actual Results:  
sd 2:0:0:0: [sda] Synchronizing SCSI cache
Restarting system.
machine restart
do_IRQ: 0.108 No irq handler for vector (irq -1)
do_IRQ: 0.110 No irq handler for vector (irq -1)
do_IRQ: 0.110 No irq handler for vector (irq -1)
do_IRQ: 0.110 No irq handler for vector (irq -1)
do_IRQ: 0.110 No irq handler for vector (irq -1)
do_IRQ: 0.110 No irq handler for vector (irq -1)
do_IRQ: 0.110 No irq handler for vector (irq -1)
do_IRQ: 0.110 No irq handler for vector (irq -1)
do_IRQ: 0.110 No irq handler for vector (irq -1)
do_IRQ: 0.110 No irq handler for vector (irq -1)

and the system hangs

Expected Results:  
the system is rebooted
Comment 1 Ivan Yatskevich 2009-11-07 18:01:58 UTC
Created attachment 209560 [details]
uname and lspci output
Comment 2 Andrew Gaffney (RETIRED) gentoo-dev 2009-11-07 21:14:22 UTC
This sounds like a kernel issue.
Comment 3 Ivan Yatskevich 2009-11-08 08:21:31 UTC
(In reply to comment #2)
> This sounds like a kernel issue.
> 

You are right. install-x86-minimal-20091013.iso has the same issue.
Comment 4 George Kadianakis (RETIRED) gentoo-dev 2009-11-11 01:42:37 UTC
That message basically means that the hardware sent vector 0x110 to cpu0 but it couldn't be handled. That's quite weird.

Did you upgrade your BIOS recently?
Can you trace the last kernel version, if any, which could reboot successfully?
Also, give us a full copy of your dmesg before trying to reboot.
Comment 5 Ivan Yatskevich 2009-11-11 08:55:35 UTC
(In reply to comment #4)
> That message basically means that the hardware sent vector 0x110 to cpu0 but it
> couldn't be handled. That's quite weird.
> 
> Did you upgrade your BIOS recently?
> Can you trace the last kernel version, if any, which could reboot successfully?
> Also, give us a full copy of your dmesg before trying to reboot.
> 

No, I didn't upgrade my BIOS recently.

Booting up Ubuntu 9.04 (kernel 2.6.28) and Ubuntu 9.10 (kernel 2.6.31) is OK.

I'll provide copy of my dmesg in an hour.
Comment 6 Ivan Yatskevich 2009-11-11 09:13:52 UTC
Created attachment 209886 [details]
dmesg output
Comment 7 George Kadianakis (RETIRED) gentoo-dev 2009-11-30 13:24:34 UTC
Even tho I don't have your kernel config and I can't see if you have MSI enabled, judging by this line in your dmesg "r8169 0000:02:00.0: no MSI. Back to INTx." I guess that you don't. You may be getting MSIs that can't be interpreted correctly because you miss CONFIG_PCI_MSI.
Try booting with the "nomsi" parameter and see if you get any changes in your dmesg.
Comment 8 Ivan Yatskevich 2009-12-03 08:18:00 UTC
I've booted with nomsi, but there are no major differences in dmesg.
Comment 9 Ivan Yatskevich 2009-12-03 08:18:42 UTC
Created attachment 211844 [details]
dmesg with nomsi
Comment 10 George Kadianakis (RETIRED) gentoo-dev 2009-12-06 21:15:18 UTC
(In reply to comment #8)
> I've booted with nomsi, but there are no major differences in dmesg.
> 

Hmmm, so when you try to reboot with the nomsi kernel you still get the "do_IRQ: 0.108 No irq handler for vector (irq -1)" messages and the hang?

Try switching between the different options of the "PCI access mode" kernel configuration and also attach the kernel .config that you use.

Thanks!
Comment 11 Ivan Yatskevich 2009-12-16 19:01:45 UTC
(In reply to comment #10)
> (In reply to comment #8)
> > I've booted with nomsi, but there are no major differences in dmesg.
> > 
> 
> Hmmm, so when you try to reboot with the nomsi kernel you still get the
> "do_IRQ: 0.108 No irq handler for vector (irq -1)" messages and the hang?
> 
> Try switching between the different options of the "PCI access mode" kernel
> configuration and also attach the kernel .config that you use.
> 
> Thanks!
> 

George, I use install-x86-minimal-20091013.iso
This problem occurs with already built kernel which is used by the minimal cd. So I'm not able to change kernel build options.
Comment 12 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-06-19 13:31:35 UTC
Does this still happen with the latest installcd version?
Comment 13 Jorge Manuel B. S. Vicetto (RETIRED) Gentoo Infrastructure gentoo-dev 2011-11-07 01:07:00 UTC
RESOLVED NEEDINFO