|
From: Arpit <arp...@or...> - 2011-04-09 02:55:43
|
Hello I want to use valgrind to debug my memory leaking application on PowerPC 64 bit machine running AIX 5.3. Can someone please tell me if valgrind is supported on AIX or not. If yes which version I should use. Thanks and Regards Arpit |
|
From: Christian L. <chr...@le...> - 2011-04-09 10:59:41
|
On Sat, Apr 09, 2011 at 08:25:29AM +0530, Arpit wrote: Hello Arpit > I want to use valgrind to debug my memory leaking application on PowerPC > 64 bit machine running AIX 5.3. > Can someone please tell me if valgrind is supported on AIX or not. Took me like 10 sec of googling to find out that there is experimental support in the latest release, whatever that means. Regards Christian -- Christian Leber <chr...@le...> or <le...@un...> |
|
From: Julian S. <js...@ac...> - 2011-04-11 10:26:09
|
> I want to use valgrind to debug my memory leaking application on PowerPC > 64 bit machine running AIX 5.3. > Can someone please tell me if valgrind is supported on AIX or not. If > yes which version I should use. Basically, no. The last version that worked was 3.4.1, and support for AIX is likely to get removed from future releases (>= 3.7.0). J |