|
From: Bahle, K. <KB...@ms...> - 2008-11-11 13:01:31
|
Greetings, My team would very much like to employ a tool such as valgrind. Our main platform is AIX 5.3 and I see that AIX support is listed in the manual as "experimental". Just how "experimental" is it and should we perform tests independently? Regards Kenneth Bahle Senior Application Manager Management Science Associates (412) 362-8929 x1868 KB...@ms... |
|
From: Nicholas N. <nj...@cs...> - 2008-11-15 00:11:29
|
On Tue, 11 Nov 2008, Bahle, Ken wrote: > My team would very much like to employ a tool such as valgrind. Our main > platform is AIX 5.3 and I see that AIX support is listed in the manual as > "experimental". Just how "experimental" is it and should we perform tests > independently? I think it's fairly robust, but trying it yourself is the easiest way to work out if it meets your needs. Nick |
|
From: Julian S. <js...@ac...> - 2008-11-15 14:11:32
|
On Saturday 15 November 2008, Nicholas Nethercote wrote: > On Tue, 11 Nov 2008, Bahle, Ken wrote: > > My team would very much like to employ a tool such as valgrind. Our main > > platform is AIX 5.3 and I see that AIX support is listed in the manual as > > "experimental". Just how "experimental" is it and should we perform > > tests independently? > > I think it's fairly robust, but trying it yourself is the easiest way to > work out if it meets your needs. The machine needs to be running a 64-bit kernel, even if you only want to Valgrindify 32-bit executables. J |