Re: System freeze, 2.6.17+87.62
From your bug report, you've got some resource management issues:
###########
irq 5: nobody cared (try booting with the "irqpoll" option)
[<c013bb5a>] __report_bad_irq+0x2a/0x90
[<c013b329>] handle_IRQ_event+0x39/0x70
[<c013bc80>] note_interrupt+0xa0/0x100
[<c013b458>] __do_IRQ+0xf8/0x120
[<c0105029>] do_IRQ+0x19/0x30
[<c01033c2>] common_interrupt+0x1a/0x20
[<c0106011>] do_gettimeofday+0x31/0xb0
[<c01208f4>] getnstimeofday+0x14/0x30
[<c013372b>] ktime_get_ts+0x1b/0x60
[<c013368b>] ktime_get+0x1b/0x50
[<c0133cee>] hrtimer_run_queues+0x2e/0x140
[<c012538c>] run_timer_softirq+0xc/0x210
[<c013b329>] handle_IRQ_event+0x39/0x70
[<c0120b83>] __do_softirq+0x43/0x90
[<c0120bf6>] do_softirq+0x26/0x30
[<c0120cb5>] irq_exit+0x35/0x40
[<c010502e>] do_IRQ+0x1e/0x30
[<c01033c2>] common_interrupt+0x1a/0x20
[<c0351170>] schedule+0x0/0x670
[<c0351896>] preempt_schedule_irq+0x46/0x70
[<c010313e>] need_resched+0x1f/0x21
[<e10ef5f0>] os_memcpy_from_user+0x13/0x2d [nvidia]
[<e0e95582>] _nv002574rm+0x1a/0x20 [nvidia]
[<e0e95568>] _nv002574rm+0x0/0x20 [nvidia]
[<e0e7d9ff>] _nv001896rm+0x9f/0x120 [nvidia]
[<e0e78555>] _nv003351rm+0x71/0xa4 [nvidia]
[<e0e9f2ed>] _nv001809rm+0x3d/0x5d0 [nvidia]
[<e0e9f503>] _nv001809rm+0x253/0x5d0 [nvidia]
[<e10e9dd3>] verify_pci_bars+0xb3/0x14b [nvidia]
[<e0e9dc4c>] rm_ioctl+0x1c/0x24 [nvidia]
[<e10ec493>] nv_kern_ioctl+0x365/0x3b9 [nvidia]
[<c0130b60>] autoremove_wake_function+0x0/0x60
[<c0204638>] acpi_ds_build_internal_package_obj+0x4b/0x110
[<e10ec510>] nv_kern_unlocked_ioctl+0x29/0x2d [nvidia]
[<c0204638>] acpi_ds_build_internal_package_obj+0x4b/0x110
[<c0172b3e>] do_ioctl+0x9e/0xb0
[<c0204638>] acpi_ds_build_internal_package_obj+0x4b/0x110
[<c0204638>] acpi_ds_build_internal_package_obj+0x4b/0x110
[<c0172ce5>] vfs_ioctl+0x65/0x200
[<c0204638>] acpi_ds_build_internal_package_obj+0x4b/0x110
[<c0172f08>] sys_ioctl+0x88/0xa0
[<c0204638>] acpi_ds_build_internal_package_obj+0x4b/0x110
[<c01031f5>] syscall_call+0x7/0xb
[<c0204638>] acpi_ds_build_internal_package_obj+0x4b/0x110
handlers:
[<c02a96a0>] (usb_hcd_irq+0x0/0x70)
[<e10ec541>] (nv_kern_isr+0x0/0x73 [nvidia])
Disabling IRQ #5
#########
This isn't an nvidia driver bug, this is a BIOS or possibly kernel bug. I'd suggest verifying that you're using the latest BIOS. You could also try doing as the error suggests, and boot with the irqpoll parameter.
Thanks,
Lonni
|