Memory fault using Memory Analysis Tool

I am trying to use the Memory Analysis tool and I am getting the following
memory fault on an application that runs without loading with
libmalloc_g.so.

Process 1024015 (ListenerTest) terminated SIGSEGV code=1 fltno=11
ip=fe385220(libmalloc.so.2@_malloc_event+0x4a4) mapaddr=00012220.
ref=00360201
Memory fault

I get some initial results in the Memory Analysis persepective, however,
none of the allocations appear to be from the application. I am using the
following command line:

MALLOC_DEBUG=1 MALLOC_EVENTFILE=/dev/dbgmem MALLOC_TRACE=/dev/dbgmem
LD_PRELOAD=/home/flood/lib/libmalloc_g.so ListenerTest

When starting with the debugger with the Memory Analysis tool, the thread
that has the problem show “” with no backtrace.

The target system is ppcbe.

I suspect that I am not linking properly or I am missing a library at
runtime.

Any suggestions as to what to do next would be appreciated.

Thanks
Jerry Flood
Eastern Research, Inc.