Kreyren / kreyren

Personal tracking for issues that i need to resolve to be used as a reference for someone else and/or for peer-review of the solution
GNU General Public License v3.0
3 stars 0 forks source link

Nouveau crashes the system #75

Open Kreyren opened 3 years ago

Kreyren commented 3 years ago
kreyren@dreamon:~$ sudo grep nouveau /var/log/kern.log | grep "^Mar 11" | xclip -se C
Mar 11 04:14:25 dreamon kernel: [47541.310753] nouveau 0000:01:00.0: gr: DATA_ERROR 0000000c [INVALID_BITFIELD] ch 11 [103df15000 Xorg[2638]] subc 0 class b197 mthd 0a18 data 0007c080
...
Mar 11 09:43:03 dreamon kernel: [67259.473141] nouveau 0000:01:00.0: fifo: PBDMA0: 00040000 [PBENTRY] ch 14 [103dedb000 Xorg[2638]] subc 0 mthd 0000 data 00000000
Mar 11 09:43:03 dreamon kernel: [67259.473157] nouveau 0000:01:00.0: gr: TRAP ch 14 [103dedb000 Xorg[2638]]
Mar 11 09:43:03 dreamon kernel: [67259.473161] nouveau 0000:01:00.0: gr: DISPATCH 80000002 [CLASS_SUBCH_MISMATCH]
Mar 11 09:43:03 dreamon kernel: [67259.473169] nouveau 0000:01:00.0: fifo: PBDMA0: 00200000 [METHOD] ch 14 [103dedb000 Xorg[2638]] subc 0 mthd 000c data 00000040
Mar 11 09:43:03 dreamon kernel: [67259.473182] nouveau 0000:01:00.0: fifo: PBDMA0: 02000000 [SEMAPHORE] ch 14 [103dedb000 Xorg[2638]] subc 0 mthd 001c data 2001054e
Mar 11 09:43:03 dreamon kernel: [67259.473196] nouveau 0000:01:00.0: fifo: PBDMA0: 00200000 [METHOD] ch 14 [103dedb000 Xorg[2638]] subc 0 mthd 0038 data 80ff0e04
...
Mar 11 09:43:03 dreamon kernel: [67259.473397] nouveau 0000:01:00.0: fifo: PBDMA0: 00400000 [METHODCRC] ch 14 [103dedb000 Xorg[2638]] subc 0 mthd 007c data 800004bb
...
Mar 11 09:43:03 dreamon kernel: [67259.476541] nouveau 0000:01:00.0: gr: DATA_ERROR 0000000c [INVALID_BITFIELD] ch 14 [103dedb000 Xorg[2638]] subc 0 class b197 mthd 0104 data 20030370
Mar 11 09:43:03 dreamon kernel: [67259.476559] nouveau 0000:01:00.0: fifo: fault 01 [WRITE] at 0000007000000000 engine 00 [GR] client 04 [HUB/FE] reason 00 [PDE] on channel 14 [103dedb000 Xorg[2638]]
Mar 11 09:43:03 dreamon kernel: [67259.476567] nouveau 0000:01:00.0: fifo: channel 14: killed
Mar 11 09:43:03 dreamon kernel: [67259.476569] nouveau 0000:01:00.0: fifo: runlist 0: scheduled for recovery
Mar 11 09:43:03 dreamon kernel: [67259.476572] nouveau 0000:01:00.0: fifo: engine 0: scheduled for recovery
Mar 11 09:43:03 dreamon kernel: [67259.476576] nouveau 0000:01:00.0: fifo: engine 7: scheduled for recovery
Mar 11 09:43:03 dreamon kernel: [67259.476582] nouveau 0000:01:00.0: Xorg[2638]: channel 14 killed!
Mar 11 10:23:14 dreamon kernel: [69669.801094] nouveau 0000:01:00.0: gr: DATA_ERROR 0000000c [INVALID_BITFIELD] ch 13 [103df17000 Xorg[2638]] subc 0 class b197 mthd 0a18 data 000fdbfd

Full Log: https://gist.githubusercontent.com/Kreyren/aa36852ff24095ce175da3892494b1d6/raw/22234c09aa1ddea46242eed743e369a8be514202/gistfile1.txt

Relevant

  1. https://bugs.freedesktop.org/show_bug.cgi?id=105117
  2. https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/-/issues/410
  3. https://bugzilla.redhat.com/show_bug.cgi?id=1769617
  4. https://www.google.com/search?q=nouveau+INVALID_BITFIELD
  5. https://github.com/karolherbst/nouveau/tree/clk_cleanup_for_real
Kreyren commented 3 years ago

Normal priority as i am using proprietary driver for gaming atm until the nouveau is patched.