|
From: Maurice v. d. P. <gri...@ge...> - 2004-12-18 17:47:03
|
Hi, I've seen a few reports of the following problem: http://bugs.gentoo.org/show_bug.cgi?id=3D74716 Basically, running valgrind on any executable on an nptl-only system segfaults with the following message: error while loading shared libraries: libpthread.so.0: cannot enable executable stack as shared object requires: Invalid argument To fix this, I had to edit the makefile in the coregrind directory and=20 add -Wa,--noexecstack to vg_libpthread.o's additional CFLAGS.=20 Is this the correct fix for this problem? If so, please add it to cvs. Thanks, Maurice. --=20 Maurice van der Pot Gentoo Linux Developer gri...@ge... http://www.gentoo.org Creator of BiteMe! gri...@kf... http://www.kfk4ever.com |