|
From: Kai X. <xi...@wo...> - 2004-11-11 21:36:25
|
When I use valgrind --tool=memcheck to check my program, it fails with the following error, ==31019== Memcheck, a memory error detector for x86-linux. ==31019== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al. ==31019== Using valgrind-2.2.0, a program supervision framework for x86-linux. ==31019== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al. ==31019== For more details, rerun with: -v ==31019== ==31019== valgrind's libpthread.so: UNIMPLEMENTED FUNCTION: sem_open ==31019== valgrind's libpthread.so: unimplemented function Please report this bug at: valgrind.kde.org Since I am running KDE3.1, I can't report this bug at kde.org. However, I think the bug has nothing to do with KDE. Would you please let me know if it's possible to fix the bug by implementing the sem_open() and other related functions ? I use shared memory in my program so replacing sem_open() is not an option to me. Thanks and regards, Kai |
|
From: Tom H. <th...@cy...> - 2004-11-11 22:16:26
|
In message <419...@wo...>
Kai Xin <xi...@wo...> wrote:
> ==31019== Memcheck, a memory error detector for x86-linux.
> ==31019== Copyright (C) 2002-2004, and GNU GPL'd, by Julian Seward et al.
> ==31019== Using valgrind-2.2.0, a program supervision framework for
> x86-linux.
> ==31019== Copyright (C) 2000-2004, and GNU GPL'd, by Julian Seward et al.
> ==31019== For more details, rerun with: -v
> ==31019==
> ==31019== valgrind's libpthread.so: UNIMPLEMENTED FUNCTION: sem_open
> ==31019==
> valgrind's libpthread.so: unimplemented function
> Please report this bug at: valgrind.kde.org
>
> Since I am running KDE3.1, I can't report this bug at kde.org. However,
> I think the bug has nothing to do with KDE.
Eh? Why does what version of KDE you're running have anything to
do with whether you can report the bug?
Please do follow the links on the web site and report this.
Thanks,
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|