This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: `make check' failure in 2.1.93


SL Baur <steve@turbolinux.co.jp> writes:

> and the straightforward:
> GCONV_PATH=/home/work/turbo/BUILD/libc/build-alpha-linux/iconvdata LC_ALL=C MALLOC_TRACE=/home/work/turbo/BUILD/libc/build-alpha-linux/iconvdata/tst-loading.mtrace gdb /home/work/turbo/BUILD/libc/build-alpha-linux/iconvdata/tst-loading

You should not set the environment variables for the debugger.  Instead:

gdb /home/work/turbo/BUILD/libc/build-alpha-linux/iconvdata/tst-loading
(gdb) set env GCONV_PATH /home/work/turbo/BUILD/libc/build-alpha-linux/iconvdata
(gdb) set env LC_ALL C
(gdb) set evn MALLOC_TRACE /home/work/turbo/BUILD/libc/build-alpha-linux/iconvdata/tst-loading.mtrace
(gdb) r


Note that this only works if the ld.so which is picked up and the
library path is correct.  Statically linking the application might
completely change the behavior.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]