[Bug 1210271] New: nouveau: RIP: 0010:__handle_irq_event_percpu+0x150/0x1a0
http://bugzilla.opensuse.org/show_bug.cgi?id=1210271 Bug ID: 1210271 Summary: nouveau: RIP: 0010:__handle_irq_event_percpu+0x150/0x1a0 Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel Assignee: kernel-bugs@opensuse.org Reporter: dufresnep@zoho.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Created attachment 866217 --> http://bugzilla.opensuse.org/attachment.cgi?id=866217&action=edit first dmesg.txt This is a GTX 660 card I acquired in the last few days. Seems stable under Windows 11, although one of the 2 fans stops seconds after starting computer. Have issued with nouveau driver on probably all distributions tested when using drm-nouveau (softwre renderer seems fine, but too slow). Usually about CTX_SWITCH, (happend just now while doing Alt-Tab), but this one is an error in a irq_event: oh well, much more complex that I thought: journalctl -b -1 > err3.txt localhost:~ # ls -lh err3.txt -rw-r--r-- 1 root root 604K Apr 9 20:35 err3.txt localhost:~ # I'll try to attach the file. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210271 http://bugzilla.opensuse.org/show_bug.cgi?id=1210271#c1 --- Comment #1 from Paul Dufresne <dufresnep@zoho.com> --- Computer connected on VGA monitor through DVS-VGA dongle. (remember a message about someone saying it was working on HDMI but not DVI) Might be linked to: https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/-/issues/339 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210271 http://bugzilla.opensuse.org/show_bug.cgi?id=1210271#c2 --- Comment #2 from Paul Dufresne <dufresnep@zoho.com> --- While watching this bug: [ 36.556325] Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC) [ 36.645183] systemd-journald[507]: File /var/log/journal/37ca514cd33c4bf4966d5b9221327843/user-1000.journal corrupted or uncleanly shut down, renaming and replacing. [ 36.752695] r8169 0000:05:00.0 enp5s0: Link is Down [ 38.420255] r8169 0000:05:00.0 enp5s0: Link is Up - 100Mbps/Full - flow control rx/tx [ 38.420280] IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0: link becomes ready [ 39.662823] NET: Registered PF_PACKET protocol family [ 52.264842] nouveau 0000:01:00.0: Direct firmware load for nouveau/nve6_fuc084 failed with error -2 [ 52.264920] nouveau 0000:01:00.0: Direct firmware load for nouveau/nve6_fuc084d failed with error -2 [ 52.264927] nouveau 0000:01:00.0: msvld: unable to load firmware data [ 52.264939] nouveau 0000:01:00.0: msvld: init failed, -19 [ 59.902866] rfkill: input handler disabled [ 640.809424] nouveau 0000:01:00.0: Direct firmware load for nouveau/nve6_fuc084 failed with error -2 [ 640.809452] nouveau 0000:01:00.0: Direct firmware load for nouveau/nve6_fuc084d failed with error -2 [ 640.809454] nouveau 0000:01:00.0: msvld: unable to load firmware data [ 640.809457] nouveau 0000:01:00.0: msvld: init failed, -19 [ 687.979830] BTRFS info (device sda1): qgroup scan completed (inconsistency flag cleared) [ 1988.538761] nouveau 0000:01:00.0: fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] [ 1988.538802] nouveau 0000:01:00.0: fifo:000000:0007:[Renderer[2144]] rc scheduled [ 1988.538804] nouveau 0000:01:00.0: fifo:000000: rc scheduled [ 1988.538811] nouveau 0000:01:00.0: fifo:000000:0007:0007:[Renderer[2144]] errored - disabling channel [ 1988.538816] nouveau 0000:01:00.0: Renderer[2144]: channel 7 killed! [ 2016.335847] rfkill: input handler enabled [ 2091.913848] rfkill: input handler disabled paul@localhost:~> After that Firefox stop responding... had to kill it. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210271 Paul Dufresne <dufresnep@zoho.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|nouveau: RIP: |nouveau: fifo: SCHED_ERROR |0010:__handle_irq_event_per |0a [CTXSW_TIMEOUT] |cpu+0x150/0x1a0 | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210271 http://bugzilla.opensuse.org/show_bug.cgi?id=1210271#c3 --- Comment #3 from Paul Dufresne <dufresnep@zoho.com> --- Created attachment 866231 --> http://bugzilla.opensuse.org/attachment.cgi?id=866231&action=edit a stacktrace in EXA accel, with some full channel info -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210271 http://bugzilla.opensuse.org/show_bug.cgi?id=1210271#c5 --- Comment #5 from Paul Dufresne <dufresnep@zoho.com> --- Because https://bugzilla.opensuse.org/show_bug.cgi?id=1210271#attach_866231 had NVC0EXAPrepareComposite in the stacktrace, I now use: localhost:~ # cat /etc/X11/xorg.conf.d/12-driver.conf Section "Device" Identifier "paulDriver" Driver "nouveau" Option "AccelMethod" "exa" Option "EXANoComposite" "Yes" EndSection localhost:~ # And this seems to avoid this particular bug... but still having similar bugs. Up to now, I commented on: https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/-/issues/339 But I might try to reproduce it again, now that I have more debug symbols installed, and open an issue particularly about: NVC0EXAPrepareComposite -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1210271 http://bugzilla.opensuse.org/show_bug.cgi?id=1210271#c6 --- Comment #6 from Paul Dufresne <dufresnep@zoho.com> --- I believe the cause could be linked to the NKVM interrupt. I don't know what it is, but it is generated by my graphic card. Open https://gitlab.freedesktop.org/drm/nouveau/-/issues/206 about it. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com