Re: [Valgrind-users] unhandled system call

2009-07-14 Thread Ivan Novick
great, thanks! On Tue, Jul 14, 2009 at 1:02 PM, Tom Hughes wrote: > On 14/07/09 20:21, Ivan Novick wrote: > >> I am getting: >> >> WARNING: unhandled syscall: 142 >> >> My machine is Ubuntu: Linux paloalto 2.6.27-9-generic #1 SMP Thu Nov >> 20 22:15:32

[Valgrind-users] unhandled system call

2009-07-14 Thread Ivan Novick
Hi, I am getting: WARNING: unhandled syscall: 142 My machine is Ubuntu: Linux paloalto 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 GNU/Linux Is system call 142 handled in the most recent codebase of valgrind? Thank you, Ivan

[Valgrind-users] Fwd: False Sharing Detection

2009-05-27 Thread Ivan Novick
-- Forwarded message -- From: Ivan Novick Date: Wed, May 27, 2009 at 4:52 PM Subject: Re: [Valgrind-users] False Sharing Detection To: Nicholas Nethercote A report that would be very help full for application developers would be like this: LINE OF CODE

[Valgrind-users] False Sharing Detection

2009-05-27 Thread Ivan Novick
threads even though there are enough CPU's to do the work. Are there any tools in valgrind to do this? Regards, Ivan Novick -- Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech

Re: [Valgrind-users] Valgrind malloc problem

2009-05-14 Thread Ivan Novick
is it a 32 bit or 64 bit OS? On Thu, May 14, 2009 at 1:55 PM, wrote: > Hi, > > I am using valgrind 3.4.1 to try to find a memory leak. My > program has an initial routine which allocates a lot of memory - > around 1 GB. When I run the program by itself it runs fine, however > when I run it unde

[Valgrind-users] is sched_setparam system call supported in some version of Valgrind

2009-04-07 Thread Ivan Novick
Hi, I am getting an unsupported system call error for the info below.  Is this system call supported already in your codebase or do you want a patch for it? Thanks, Ivan Novick = grep 142 /usr/include/asm/unistd_64.h