Displaying 1 result from an estimated 1 matches for "load_complet".
2008 Aug 06
1
pid$target::malloc:entry does not work
...);
}
and got stack traces from my application calling malloc as expected. In
Solaris 10 8/07 I only see stack traces from functions inside libc
calling a function called lmalloc() but not my malloc calls:
ld.so.1`lmalloc
ld.so.1`tsort+0xb4
ld.so.1`load_completion+0x7c
ld.so.1`elf_bndr+0x3d8
ld.so.1`elf_rtbndr+0x10
libc.so.1`0xff36f30c
libc.so.1`_ndoprnt+0x32c
libc.so.1`printf+0xf4
memleak`fun1+0x94
memleak`main+0x4
memleak`_start+0x5c...