|
From: linux u. <lin...@gm...> - 2009-02-19 15:54:53
|
Has anybody had any success with Valgrind 3.4 on PPC32?I'd appreciate your input. Thanks. |
|
From: Bart V. A. <bar...@gm...> - 2009-02-19 16:07:22
|
On Thu, Feb 19, 2009 at 4:54 PM, linux user <lin...@gm...> wrote: > Has anybody had any success with Valgrind 3.4 on PPC32?I'd appreciate your > input. According to the e-mails posted on the valgrind-users mailing list during the last few weeks, several people are running Valgrind 3.4 successfully on embedded PPC32 systems. Bart. |
|
From: Julian S. <js...@ac...> - 2009-02-19 16:14:29
|
On Thursday 19 February 2009, Bart Van Assche wrote: > On Thu, Feb 19, 2009 at 4:54 PM, linux user <lin...@gm...> wrote: > > Has anybody had any success with Valgrind 3.4 on PPC32?I'd appreciate > > your input. > > According to the e-mails posted on the valgrind-users mailing list > during the last few weeks, several people are running Valgrind 3.4 > successfully on embedded PPC32 systems. It might however be the case that malloc/free intercepting does not work for 3.4.x on ppc32 systems when the system is running glibc-2.3.x. I think I have reports of this from 2 independent sources now. And so if malloc/free intercepting is broken for ppc32 + 3.4.x + glibc-2.3.x then perhaps all the threading function intercepts are broken as well (just a guess). J |