#12377 closed bug (fixed)
PANIC: calculated irq routing doesn't match bios for PCI 24:0:0
Reported by: | vidrep | Owned by: | tqh |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta1 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | Cc: | tqh | |
Blocked By: | Blocking: | #12378 | |
Platform: | All |
Description (last modified by )
Attachments (3)
Change History (21)
by , 9 years ago
Attachment: | DSC00034.JPG added |
---|
comment:1 by , 9 years ago
by , 9 years ago
comment:2 by , 9 years ago
Cc: | added |
---|---|
Component: | - General → System/Kernel |
Milestone: | Unscheduled → R1/beta1 |
Owner: | changed from | to
Status: | new → assigned |
Summary: | hrev49638 update causes KDL on boot → PANIC: calculated irq routing doesn't match bios for PCI 24:0:0 |
comment:3 by , 9 years ago
Blocking: | 12378 added |
---|
comment:4 by , 9 years ago
Description: | modified (diff) |
---|
comment:5 by , 9 years ago
Owner: | changed from | to
---|
Obviously something changed in the info we get from ACPICA. I don't think that it is generally broken, as that should throw much earlier (i.e. not finding a mapping at all, not finding one that doesn't match the BIOS). In any case more info is needed. The attached syslog isn't really helpful since the syslog from a boot is only flushed to disk once the syslog_daemon runs and it therefore doesn't contain any info from the failed boot. Instead please get a syslog via the bootloader menu (reboot using the reboot command in KDL and get the syslog as described in ReportingBugs).
comment:6 by , 9 years ago
I have this PC set up for serial debugging. Would capturing the output during boot help?
comment:8 by , 9 years ago
I can reproduce the issue in a 32 bit build. If the errors just before is a hint the passed in buffer to ACPI is not big enough. I'll see what I can do.
Unfortunatly the boot from USB didn't preserve the syslog, and the syslog in this bug don't seem to be from a failed boot.
comment:9 by , 9 years ago
It would help to provide a image of syslog: Type 'syslog' in KDL and scroll to end, then take image of that.
comment:10 by , 9 years ago
There has been a change in address size in ACPI, 'temporary' fix coming once I've verified.
comment:11 by , 9 years ago
I tried to type commands after it went into KDL, but there are no keyboard functions. All I could do was reboot. I'll try to get a serial debug log tonight after work, if you haven't already fixed the problem by then.
by , 9 years ago
Attachment: | 09142015.txt added |
---|
comment:15 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for reporting! Closing this, will do some more work related to this later though.
comment:16 by , 9 years ago
Maybe keep the ticket open so the later work isn't forgotten, as sometimes happens ;) Thanks for the fix
comment:17 by , 9 years ago
That would only lead to this bug being forgotten. Then you have two problems :)
I booted into x86_64 and grabbed the syslog from the non-booting x86_gcc2 partition (attached). Hopefully it will be of some help.