|
From: Dimitri Papadopoulos-O. <pap...@sh...> - 2003-11-14 13:39:22
|
Hi, I'm trying to run valgrind-2.0.0 on a program that makes use of OpenGL on Red Hat Linux 9. This is a dual-processor Dell with NVidia card and latest drivers 1.0-4496. Valgrind dies. Any clue? $ setenv __GL_FORCE_GENERIC_CPU 1 $ valgrind anatomist.bin ==14331== Memcheck, a.k.a. Valgrind, a memory error detector for x86-linux. ==14331== Copyright (C) 2002-2003, and GNU GPL'd, by Julian Seward. ==14331== Using valgrind-2.0.0, a program supervision framework for x86-linux. ==14331== Copyright (C) 2000-2003, and GNU GPL'd, by Julian Seward. ==14331== Estimated CPU clock rate is 1996 MHz ==14331== For more details, rerun with: -v ==14331== valgrind: vg_ldt.c:167 (vgPlain_do_useseg): Assertion `(seg_selector & 7) == 7' failed. sched status: Thread 1: status = Runnable, associated_mx = 0x0, associated_cv = 0x0 ==14331== at 0x41643641: __nvsym18200 (in /usr/lib/tls/libGL.so.1.0.4496) Note: see also the FAQ.txt in the source distribution. It contains workarounds to several common problems. If that doesn't help, please report this bug to: js...@ac... In the bug report, send all the above text, the valgrind version, and what Linux distro you are using. Thanks. $ -- Dimitri |