Comment 3 for bug 217624

Revision history for this message
Peter Nelson (peter+launchpad) wrote :

This is because procinfo.c limits the read of the intr line is /proc/stat to 1024 characters, but on recent systems the line is longer than this. Not enough IRQ entries are allocated and an overflow occurs.

The patch below doubles the limit and also understands PCI-MSI-edge interrupts.