|
|
#1 | |
|
Mageia packager
|
Hi all!
There are several seemingly related crasher regressions related to using the 260.xx driver version. First, a simple issue of Code:
SDL_Init(SDL_INIT_AUDIO); It requires at least the following conditions:
Especially the last several conditions seem quite interesting, but I guess they could be just coincidental. I've confirmed the issue on Mandriva cooker x86_64 and Mandriva 2010.1 x86_64 systems (plus 2010.1 32bit chroot), and I've gotten reports from others indicating their Mandriva 2010.1 x86_64 and Fedora 32-bit installations are also affected (and here's another Fedora 32-bit affected: http://forum.xbmc.org/showthread.php?t=83924). The issue is reproducable also in a simple chroot environment (tested: Mandriva 2010.1 64bit and Mandriva 2010.1 32bit) without any NVIDIA hardware / X server, where you only have the NVIDIA GL library installed. I've also put an affected chroot tarball available: http://onse.fi/files/2010.1-x86_64-N...DLtest.tar.bz2 (279MB) The test program (as described above, only calling SDL_Init(SDL_INIT_AUDIO)) is in /home/anssi/SDLtest.c, which can simply by compiled with Code:
gcc -o SDLtest SDLtest.c -lSDL -lGL gcc -o SDLtest+pulse SDLtest.c -lSDL -lGL -lpulse There is also a related (260.x only) crash when trying to use VDPAU in xbmc (backtrace attached). I've not debugged this one in detail, but it seems that building glibc with -fno-align-functions will workaround this one as well. However, using __GL_SINGLE_THREADED=1 has no effect, and the crash happens regardless. Attached is also nvidia-bug-report.log.gz from one of the system experiencing this issue. Kernels tested were 2.6.36 and 2.6.35.4. Feel free to ask for any additional information.
__________________
Anssi Hannula (anssi@mageia.org) Mageia packager of NVIDIA drivers XBMC developer Last edited by Anssi; 11-01-10 at 06:23 PM. Reason: fixed conditions: happens even with pulseaudio autospawn enabled, also needs SDL pulse driver selection |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Jun 2006
Posts: 24
|
I have also seen issues like this. Please release a new version of the driver that fixes them.
|
|
|
|
|
|
|
#3 |
|
Mageia packager
|
I noticed that at least this specific issue can be workarounded by "SDL_AUDIODRIVER=alsa". So I added the SDL driver selection to the conditions needed to experience the issue.
__________________
Anssi Hannula (anssi@mageia.org) Mageia packager of NVIDIA drivers XBMC developer |
|
|
|
|
|
#4 | |
|
Mageia packager
|
Attached is a better stacktrace with more debug symbols.
__________________
Anssi Hannula (anssi@mageia.org) Mageia packager of NVIDIA drivers XBMC developer |
|
|
|
|
|
|
#5 |
|
Mageia packager
|
This seems to be fixed in 260.19.21.
__________________
Anssi Hannula (anssi@mageia.org) Mageia packager of NVIDIA drivers XBMC developer |
|
|
|
![]() |
| Thread Tools | |
|
|