|
From: Jeremy F. <je...@go...> - 2005-03-26 02:18:57
|
Paul Smith wrote:
>The environment works well, and all the normal tools we build all run
>properly, etc. so I'm pretty confident that all the
>path/compile/link/runtime/etc. issues are all worked out.
>
>
I also build Valgrind in a cross environment; that should be OK.
> ==975==
> ==975== Process terminating with default action of signal 11 (SIGSEGV): dumping core
> ==975== Access not within mapped region at address 0xBF7FFC61
> ==975== at 0x1B8E4A50: (within /lib/ld-2.3.2.so)
>
>
This address (0xBF7FFC61) is within Valgrind's address space, so it
looks like a Valgrind-internal error, though for some reason it didn't
trigger the normal internal-error printing code.
>Anyone have any ideas, or pointers for me to move forward solving this
>problem?
>
>
We've never tested running inside UML, so that's one unknown. Does it
happen with other tools (try --tool=none)?
J
|