-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi Adam
A new tarball of valgrind modified to work with WINE is available from the valgrind home page:
http://developer.kde.org/~sewardj/ http://developer.kde.org/~sewardj/valgrind-20031012-wine.tar.bz2
this is based on the latest stable valgrind release.
use a current CVS or the latest snapshot of WINE.
Seeya, Adam
Trying to run valgrind on wine directx (running Unreal2 with nvidia openGL drivers)
- -> valgrind --workaround-gcc296-bugs=yes wine -- Unreal2.exe
<snip> ==13022== Conditional jump or move depends on uninitialised value(s) ==13022== at 0x40008BCA: _dl_relocate_object_internal (do-rel.h:117) ==13022== by 0x4038244E: (within /lib/i686/libc-2.3.2.so) ==13022== by 0x4000ABD7: _dl_catch_error_internal (dl-error.c:162) ==13022== by 0x4038212D: _dl_open (in /lib/i686/libc-2.3.2.so) ==13022== Warning: noted but unhandled ioctl 0x30B with no size/direction hints ==13022== This could cause spurious value errors to appear. ==13022== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a proper wrapper. <snip> ==13022== ==13022== Conditional jump or move depends on uninitialised value(s) ==13022== at 0x4000F6E9: strlen (strlen.S:112) ==13022== by 0x40382223: _dl_open (in /lib/i686/libc-2.3.2.so) ==13022== by 0x403A8000: (within /lib/libdl-2.3.2.so) ==13022== by 0x4000ABD7: _dl_catch_error_internal (dl-error.c:162) ==13022== discard syms in /etc/ld.so.cache due to munmap() ==13022== valgrind's libpthread.so: UNIMPLEMENTED FUNCTION: pthread_attr_setstack ==13022==
after it exit :( How to get it working ?
Regards, Raphael