Issues.00205 - lordmundi/wikidoctest GitHub Wiki
00205: DOUG seg faults with 190.xx series of NVIDIA drivers
Summary: DOUG seg faults with 190.xx series of NVIDIA drivers
Created: 2009–12–02 15:26
Status: Released
Category: Bug
From: frankie
Version: 2.0
Released_In: 2.1
Description:
obviously, NVIDIA has changed something with the 190 series that is causing DOUG to seg fault. Running with the "-verbose" option printed out a section of GL settings and the version field is obviously corrupted suggesting something isn't lining up with the new driver versions. Testing was on 64 bit platforms if that makes a difference.
Comments
frankie December 02, 2009, at 03:28 PM: Workaround is to move to the 185.xx version of the NVIDIA driver.
brad December 10, 2009, at 05:18 PM: Well, I've fixed EDGE so it no longer segfaults with the latest 195 Nvidia drivers. The problem was caused by the extension string to OpenGL getting so large that it was overflowing a 4K buffer I was using to parse it. The buffer is now dynamically allocated to a size that will accommodate any future bloat in the extension string that will occur. The affected files include:
- lib_Linux_FC3/libviewer.a
- lib_Linux_FC3/libviewer_s.so
Associated Commits
| commit | 0f03cfe5f8e67005c670ea57e42d30c62032c203
link6 |
||
| Author: | Frankie Graffagnino
|
| Date: | Thu Dec 10 17:17:30 2009 -0600
|
| Message: | [@Issue 00205: Fixed seg fault for NVIDIA driver > 190+
@] |
Affected Files:
lib_Linux_FC3/libviewer.a | Bin 1010930 -> 1011230 bytes
lib_Linux_FC3/libviewer_s.so | Bin 848753 -> 848890 bytes
2 files changed, 0 insertions(+), 0 deletions(-)