Summary: | X server crashes when launch Savage XR | ||
---|---|---|---|
Product: | Mesa | Reporter: | Stanislav German-Evtushenko <ginermail> |
Component: | Drivers/DRI/nouveau | Assignee: | Nouveau Project <nouveau> |
Status: | RESOLVED MOVED | QA Contact: | |
Severity: | major | ||
Priority: | medium | CC: | ginermail |
Version: | 9.1 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | dmesg |
Description
Stanislav German-Evtushenko
2013-05-12 14:43:58 UTC
The PGRAPH messages listed are harmless and do not cause your issues :) Although there are a few things you can do 1. Find out which component did you update when the issue occurred * The game, X, xf86-video-nouveau, mesa, kernel ? 2. Check if the software renderer produces the same result * export LIBGL_ALWAYS_SOFTWARE=1 && savage... 3. Attach better logs * http://nouveau.freedesktop.org/wiki/Bugs Created attachment 79217 [details] dmesg > 1. Find out which component did you update when the issue occurred > * The game, X, xf86-video-nouveau, mesa, kernel ? Unfortunately I can't remember. I'd been using proprietary driver before today as I didn't get luck with nouveau. > 2. Check if the software renderer produces the same result > * export LIBGL_ALWAYS_SOFTWARE=1 && savage... Same result (In reply to comment #2) > > 2. Check if the software renderer produces the same result > > * export LIBGL_ALWAYS_SOFTWARE=1 && savage... > Same result If X crashes while using the swrast (i.e. when LIBGL_ALWAYS_SOFTWARE is set), then the issue is not nouveau but mesa related. If you're interested in getting this sorted you could track the package and commit that caused this :) Hint - seems like the package is mesa and/or xorg-server [ 4863.494] (EE) Segmentation fault at address 0xde5 This is likely a simple null pointer dereference. Install the debug versions of the libraries (xf86-video-nouveau, mesa, X), and run X inside gdb (or just use gdb to look up where in the code it's dying based on the addresses it prints). Not sure about the assertion that LIBGL_ALWAYS_SOFTWARE=1 + X crash = not a bug in nouveau. There's still the ddx... -- 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/mesa/mesa/issues/1053. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.