From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020314 Description of problem: installing glibc-debug, and trying to run a program, results in segment violation. some programs run, some easily crash, reproduceably. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. install glibc-debug-2.2.5-27 2. export LD_LIBRARY_PATH=/usr/lib/debug 3. ls -l will crash: Actual Results: ls -l crashed Expected Results: ls -l shouldn't crash Additional info: 1) not knowing whether to or not, I tried adding /usr/lib/debug to /etc/ld.so.conf, and reran ldconfig, but teh results are unchanged. ls -l still crashes. note that a simple "ls" will work. 2) I ran valgrind to see where it is crashing. It appears that the problem is in dl-open.c - see attachment
Created attachment 51504 [details] valgrind output showing where the crash is
Cannot reproduce this with glibc-debug-2.2.5-28 (the one I have installed on my box). Do you still have problems with current glibc (2.2.5-30)?
problem fixed in glibc-debug-2.2.5-30