This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: boehm-gc test failure on sparc-linux


On Thu, 7 Feb 2002, Christian Jönsson wrote:
> Sure, But, since gctest is a bourne shell wrapper for
> .libs/gctest, how do I run the wrapper gctest in gdb?

Something like

env LD_LIBRARY_PATH=`pwd`/.libs gdb .libs/gctest

ought to work.  Make sure you continue past the first SIGSEGV in
GC_SysVGetDataStart; that one is expected.

Jeff


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