Re: memprof problem (backtrace)

2005-10-26 Thread Allin Cottrell
I think I've tracked down where the hang is occurring, using memprof with glibc 2.3.5 on Linux 2.6.13.4 (though I don't undestand _why_ it's occurring). The do_malloc function in memprof's libmemintercept calls mi_call_with_backtrace(), which in turns calls the glibc function backtrace(),

Re: memprof problem

2005-10-25 Thread Olivier Sessink
Allin Cottrell wrote: I've successfully used memprof for leak-checking my app in the past, but on trying it recently something odd happens: memprof starts up OK, and it also starts up the target program, but the target program is not visible (doesn't appear on screen) and memprof records no

Re: memprof problem

2005-10-25 Thread Allin Cottrell
On Tue, 25 Oct 2005, Olivier Sessink wrote: Allin Cottrell wrote: I've successfully used memprof for leak-checking my app in the past, but on trying it recently something odd happens: memprof starts up OK, and it also starts up the target program, but the target program is not visible (doesn't

memprof problem

2005-10-24 Thread Allin Cottrell
I've successfully used memprof for leak-checking my app in the past, but on trying it recently something odd happens: memprof starts up OK, and it also starts up the target program, but the target program is not visible (doesn't appear on screen) and memprof records no memory usage. I tried

Re: memprof problem

2005-10-24 Thread Gus Koppel
Allin Cottrell wrote: I've successfully used memprof for leak-checking my app in the past, but on trying it recently something odd happens: memprof starts up OK, and it also starts up the target program, but the target program is not visible (doesn't appear on screen) and memprof records

Re: memprof problem

2005-10-24 Thread Allin Cottrell
On Mon, 24 Oct 2005, Gus Koppel wrote: Allin Cottrell wrote: I've successfully used memprof for leak-checking my app in the past, but on trying it recently something odd happens: memprof starts up OK, and it also starts up the target program, but the target program is not visible (doesn't