bugzilla-daemon at freedesktop.org
2014-Feb-14 16:59 UTC
[Nouveau] [Bug 74992] New: display freeze
https://bugs.freedesktop.org/show_bug.cgi?id=74992 Priority: medium Bug ID: 74992 Assignee: nouveau at lists.freedesktop.org Summary: display freeze QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: All Reporter: martin.meridius at gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: unspecified Component: Driver/nouveau Product: xorg Created attachment 94080 --> https://bugs.freedesktop.org/attachment.cgi?id=94080&action=edit dmesg Description: After some time of normal use of Gnome Shell with nouveau driver the screen gets frozen and I have to restart the GS from another TTY. Additional info: xf86-video-nouveau 1.0.10-2 xorg-server 1.15.0-5 linux 3.12.9-2 I use nVidia GeForce 8200 I'm including Xorg.0.log and outputs from dmesg, `journalctl -b` and `journalctl --since=${time_of_freeze}` Steps to reproduce: This behavior seems to happen randomly. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140214/9a8e1d17/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Feb-14 17:01 UTC
[Nouveau] [Bug 74992] display freeze
https://bugs.freedesktop.org/show_bug.cgi?id=74992 --- Comment #1 from Martin Luke? <martin.meridius at gmail.com> --- Created attachment 94081 --> https://bugs.freedesktop.org/attachment.cgi?id=94081&action=edit journalctl_error -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140214/582a9843/attachment-0001.html>
bugzilla-daemon at freedesktop.org
2014-Feb-14 17:01 UTC
[Nouveau] [Bug 74992] display freeze
https://bugs.freedesktop.org/show_bug.cgi?id=74992 --- Comment #2 from Martin Luke? <martin.meridius at gmail.com> --- Created attachment 94082 --> https://bugs.freedesktop.org/attachment.cgi?id=94082&action=edit journalctl_boot -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140214/7692ff94/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Feb-14 17:02 UTC
[Nouveau] [Bug 74992] display freeze
https://bugs.freedesktop.org/show_bug.cgi?id=74992 --- Comment #3 from Martin Luke? <martin.meridius at gmail.com> --- Created attachment 94083 --> https://bugs.freedesktop.org/attachment.cgi?id=94083&action=edit Xorg_0_log -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140214/35fd7e42/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Feb-14 19:16 UTC
[Nouveau] [Bug 74992] [NVAA] gnome-shell freezes with vram_list validate fail, texture traps
https://bugs.freedesktop.org/show_bug.cgi?id=74992 Ilia Mirkin <imirkin at alum.mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|display freeze |[NVAA] gnome-shell freezes | |with vram_list validate | |fail, texture traps --- Comment #4 from Ilia Mirkin <imirkin at alum.mit.edu> --- [30028.608886] nouveau E[gnome-shell[1661]] fail ttm_validate [30028.608894] nouveau E[gnome-shell[1661]] validate vram_list [30028.608938] nouveau E[gnome-shell[1661]] validate: -12 [30029.187282] nouveau E[gnome-shell[1661]] fail ttm_validate [30029.187290] nouveau E[gnome-shell[1661]] validate vram_list [30029.187306] nouveau E[gnome-shell[1661]] validate: -12 [30029.706353] nouveau E[ PGRAPH][0000:02:00.0] magic set 0: [30029.706364] nouveau E[ PGRAPH][0000:02:00.0] 0x00408604: 0x20081401 [30029.706368] nouveau E[ PGRAPH][0000:02:00.0] 0x00408608: 0x00000000 [30029.706372] nouveau E[ PGRAPH][0000:02:00.0] 0x0040860c: 0x40000432 [30029.706376] nouveau E[ PGRAPH][0000:02:00.0] 0x00408610: 0x00000000 [30029.706380] nouveau E[ PGRAPH][0000:02:00.0] TRAP_TEXTURE - TP0: Unhandled ustatus 0x00000003 [30029.706383] nouveau E[ PGRAPH][0000:02:00.0] TRAP [30029.706390] nouveau E[ PGRAPH][0000:02:00.0] ch 4 [0x000797f000 gnome-shell[1661]] subc 3 class 0x8397 mthd 0x15e0 data 0x00000000 [30029.706400] nouveau E[ PFB][0000:02:00.0] trapped read at 0x0000000000 on channel 0x0000797f [gnome-shell[1661]] PGRAPH/TEXTURE/00 reason: PT_NOT_PRESENT [30029.706563] nouveau E[ PGRAPH][0000:02:00.0] magic set 0: [30029.706566] nouveau E[ PGRAPH][0000:02:00.0] 0x00408604: 0x20086701 [30029.706570] nouveau E[ PGRAPH][0000:02:00.0] 0x00408608: 0x00000000 [30029.706573] nouveau E[ PGRAPH][0000:02:00.0] 0x0040860c: 0x40000432 [30029.706577] nouveau E[ PGRAPH][0000:02:00.0] 0x00408610: 0x00000000 [30029.706580] nouveau E[ PGRAPH][0000:02:00.0] TRAP_TEXTURE - TP0: Unhandled ustatus 0x00000003 [30029.706583] nouveau E[ PGRAPH][0000:02:00.0] TRAP [30029.706588] nouveau E[ PGRAPH][0000:02:00.0] ch 4 [0x000797f000 gnome-shell[1661]] subc 3 class 0x8397 mthd 0x15e0 data 0x00000000 To me, this reads like "you ran out of vram and the driver did not handle this at all gracefully". "Unhandled ustatus 3" means "FAULT" as best I can tell. And of course since gnome-shell also acts as a compositor, that means your display is shot. The question is how can this happen though... I guess something was requested to be migrated to vram and that request failed, but the driver didn't notice? Not sure. Your second log shows a pushbuf submission failure that caused a validate fail. I don't remember if that means that something was claimed to be in VRAM and wasn't or if it means that something was requested to be moved to vram and the move failed. The fact that you can even go to another TTY and restart GS indicates that the card is in no way hung, which is nice. You don't mention what version of mesa you're using... but I'm assuming something pretty recent, like 10.0.3 or maybe even 10.1-rc1? -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140214/ab4e7f76/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Feb-14 22:50 UTC
[Nouveau] [Bug 74992] [NVAA] gnome-shell freezes with vram_list validate fail, texture traps
https://bugs.freedesktop.org/show_bug.cgi?id=74992 --- Comment #5 from Martin Luke? <martin.meridius at gmail.com> --- Yes, I forgot to mention Mesa version, it is 10.0.3-1 on Arch Linux. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140214/e8264943/attachment.html>
bugzilla-daemon at freedesktop.org
2014-May-23 09:02 UTC
[Nouveau] [Bug 74992] [NVAA] gnome-shell freezes with vram_list validate fail, texture traps
https://bugs.freedesktop.org/show_bug.cgi?id=74992 --- Comment #6 from Roman Himmes <himmes at idev.de> --- Created attachment 99622 --> https://bugs.freedesktop.org/attachment.cgi?id=99622&action=edit Kernel log -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140523/0f0709bb/attachment.html>
bugzilla-daemon at freedesktop.org
2014-May-23 09:53 UTC
[Nouveau] [Bug 74992] [NVAA] gnome-shell freezes with vram_list validate fail, texture traps
https://bugs.freedesktop.org/show_bug.cgi?id=74992 --- Comment #7 from Roman Himmes <himmes at idev.de> --- The above comment is missing a description. Here it is: On my system (ARCH) I run to texture problems on gnome-shell with very similar errors. When I have a certain amount of widgets open, the task switcher shows black squares instead of previews of my widgets. Used versions: - xf86-video-nouveau 1.0.10-2 - mesa 10.1.4-1 - nouveau-dri 10.1.4-1 - libdrm 2.4.54-1 - Linux 3.14.4-1 x86_64 -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140523/68e808fe/attachment.html>
bugzilla-daemon at freedesktop.org
2014-May-24 12:15 UTC
[Nouveau] [Bug 74992] [NVAA] gnome-shell freezes with vram_list validate fail, texture traps
https://bugs.freedesktop.org/show_bug.cgi?id=74992 --- Comment #8 from Martin Luke? <martin.meridius at gmail.com> --- So I resigned on using Nouveau and went back to nVidia, specially its 304xx version on Arch Linux. local/lib32-libcl 1.1-1 local/lib32-libvdpau 0.7-2 local/lib32-nvidia-304xx-libgl 304.121-2 local/lib32-nvidia-304xx-utils 304.121-2 local/lib32-opencl-nvidia 337.19-1 local/libcl 1.1-3 local/libvdpau 0.7-1 local/nvidia-304xx 304.121-3 local/nvidia-304xx-libgl 304.121-2 local/nvidia-304xx-utils 304.121-2 local/opencl-nvidia 337.19-1 I'm also using these Mesa libs: local/glu 9.0.0-2 local/lib32-glu 9.0.0-2 local/lib32-mesa 10.1.3-1 local/lib32-mesa-demos 8.1.0-3 local/mesa 10.1.3-1 local/mesa-demos 8.1.0-2 -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140524/bc15f3b5/attachment.html>
bugzilla-daemon at freedesktop.org
2014-Jun-13 10:27 UTC
[Nouveau] [Bug 74992] [NVAA] gnome-shell freezes with vram_list validate fail, texture traps
https://bugs.freedesktop.org/show_bug.cgi?id=74992 --- Comment #9 from Fabien Bourigault <bourigaultfabien at gmail.com> --- I also had this bug on Arch Linux with my onboard GeForce 7300. I increased the shared memory in the BIOS settings from 256M to 512M and problems are gone ! -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140613/fbffd50b/attachment.html>
bugzilla-daemon at freedesktop.org
2019-Dec-04 08:43 UTC
[Nouveau] [Bug 74992] [NVAA] gnome-shell freezes with vram_list validate fail, texture traps
https://bugs.freedesktop.org/show_bug.cgi?id=74992 Martin Peres <martin.peres at free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |MOVED Status|NEW |RESOLVED --- Comment #10 from Martin Peres <martin.peres at free.fr> --- -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/issues/92. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/nouveau/attachments/20191204/4b257504/attachment.html>
Possibly Parallel Threads
- Fix for vblank on nvc0
- [PATCH] drm/nv50/graph: add more trap names to print on error
- [Bug 41585] New: X freeze and PGRAPH errors in dmesg
- [PATCH 1/2] drm/nv50: Make ctxprog wait until interrupt handler is done.
- [Bug 75776] New: Hearthstone displays corrupted buffers on NVA5