|
From: Ken F. <fo...@op...> - 2003-11-06 12:44:05
|
I have a problem piece of code that I brought home to test on and I could not run valgrind on it: valgrind: vg_ldt.c:167 (vgPlain_do_useseg): Assertion `(seg_selector & 7) == 7' failed. I just rebooted into Kernel 2.4 and it is now slogging away to find my bug. I found two other instances of this message on the web however there were no answers on them. -- Thanks KenF OpenOffice.org developer |
|
From: Tom H. <th...@cy...> - 2003-11-06 13:06:59
|
In message <106...@ga...>
Ken Foskey <fo...@op...> wrote:
> I have a problem piece of code that I brought home to test on and I
> could not run valgrind on it:
>
> valgrind: vg_ldt.c:167 (vgPlain_do_useseg): Assertion `(seg_selector &
> 7) == 7' failed.
>
> I just rebooted into Kernel 2.4 and it is now slogging away to find my
> bug.
Get a more recent version of valgrind that understand how to
disable NPTL.
> I found two other instances of this message on the web however there
> were no answers on them.
Funny, because it's answered on a regular basis here, which reminds
me, can we *please* get this put in the FAQ...
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|
|
From: Ken F. <fo...@op...> - 2003-11-06 13:11:14
|
On Fri, 2003-11-07 at 00:05, Tom Hughes wrote: > Funny, because it's answered on a regular basis here, which reminds > me, can we *please* get this put in the FAQ... I did check the FAQ. I also scanned the archives, could not see how to search. -- Thanks KenF OpenOffice.org developer |
|
From: <ar...@de...> - 2003-11-06 17:37:26
|
Tom Hughes <th...@cy...> writes: > In message <106...@ga...> > Ken Foskey <fo...@op...> wrote: > >> I have a problem piece of code that I brought home to test on and I >> could not run valgrind on it: >> >> valgrind: vg_ldt.c:167 (vgPlain_do_useseg): Assertion `(seg_selector & >> 7) == 7' failed. >> >> I just rebooted into Kernel 2.4 and it is now slogging away to find my >> bug. > > Get a more recent version of valgrind that understand how to > disable NPTL. I could not find where to disable NPTL in the valgrind cvs. Can you give me a light? > >> I found two other instances of this message on the web however there >> were no answers on them. > > Funny, because it's answered on a regular basis here, which reminds > me, can we *please* get this put in the FAQ... > > Tom > > -- > Tom Hughes (th...@cy...) > Software Engineer, Cyberscience Corporation > http://www.cyberscience.com/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users -- Andres Roldan Fluidsignal Group <ar...@fl...> The Debian Project <ar...@de...> GPG Key-ID: 0xB29396EB Home Page http://people.fluidsignal.com/~aroldan |
|
From: Tom H. <th...@cy...> - 2003-11-06 18:41:14
|
In message <87e...@vo...>
Andrés Roldán <ar...@de...> wrote:
> Tom Hughes <th...@cy...> writes:
>
> > Get a more recent version of valgrind that understand how to
> > disable NPTL.
>
> I could not find where to disable NPTL in the valgrind cvs. Can you give
> me a light?
The valgrind shell script does it automatically by setting LD_ASSUME_KERNEL
if your system appears to be using NPTL.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|