Re: [Valgrind-users] Query regarding Valgrind mailer list

2024-09-05 Thread Paul Floyd via Valgrind-users
> On 5 Sep 2024, at 11:18, Isharat Mahmood wrote: > > Dear Team, > > We have a query regarding Valgrind working model. > Is it the right mailer list to ask? If it is a Valgrind User question then this is the right list. Otherwise there is a mailing list for Valgrind developers. A+ Paul

[Valgrind-users] Query regarding Valgrind mailer list

2024-09-05 Thread Isharat Mahmood
Dear Team, We have a query regarding Valgrind working model. Is it the right mailer list to ask? Thanks, Md Isharat ___ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users

[Valgrind-users] Query on valkyrie

2016-01-12 Thread kantheti prajyodh
Hi Team, >From the latest tar file provided on the valgrinds downloads page. I have performed build and install.I could not find any binary vk_logmerge. How to use vk_logmerge tool from the package. If in case I am mailing to the wromg mail. Could you please redirect me to the correct one. Reg

Re: [Valgrind-users] Query on Numa architecture friendly memory allocation profiling

2015-04-21 Thread Josef Weidendorfer
Am 21.04.2015 um 11:35 schrieb rajsing mohapatro: > This mail is to check if currently Valgrind provides any tool/option > which can be utilized to do profiling of a running process to know what > % of memory allocation made by the process is NUMA optimized. Not that I know of. However, physical

[Valgrind-users] Query on Numa architecture friendly memory allocation profiling

2015-04-21 Thread rajsing mohapatro
      Hi there, This mail is to check if currently Valgrind  provides any tool/option which can be utilized to do profiling of a running process to know what % of memory allocation made by the process is NUMA optimized. By "NUMA optimized" allocation I mean, "if a process running on a processor

Re: [Valgrind-users] Query regarding valgrind build for Octeon MIPS 64 using cross compiler.

2015-03-17 Thread Maran Pakkirisamy
On 03/16/2015 10:23 AM, MUHAMMADSAHEER C wrote: > Hi, > I am trying to build valgrind for Octeon MIPS 64 architecture using cross > compiler. > While linking, build gives following error, > m_main.c:(.text+0xc): undefined reference to `_gp_disp' > Can anyone suggest how to resolve this? > I sear

[Valgrind-users] Query regarding valgrind build for Octeon MIPS 64 using cross compiler.

2015-03-15 Thread MUHAMMADSAHEER C
Hi, I am trying to build valgrind for Octeon MIPS 64 architecture using cross compiler. While linking, build gives following error, m_main.c:(.text+0xc): undefined reference to `_gp_disp' Can anyone suggest how to resolve this? I searched in net, but could not find a proper solution. I used follo

Re: [Valgrind-users] Query about Invalid reads

2011-10-03 Thread David Chapman
On 10/3/2011 7:23 AM, Andrew Cooper wrote: > Hello, > > I am using valgrind-3.6.0.SVN-Debian, and cant work out why I am getting > Invalid read errors. > > The routine is one which is adding symbols to a std::map, indexed by > their virtual address. As multiple symbols may share the same virtual >

Re: [Valgrind-users] Query about Invalid reads

2011-10-03 Thread Andrew Cooper
On 03/10/11 16:07, Tom Hughes wrote: > On 03/10/11 16:04, Andrew Cooper wrote: > >> Is there a useful location to put an FAQ/equiv stating that an apparent >> error in __GI_strlen might suggest that you are not working with NULL >> terminating strings? Google was no use which is why I emailed the l

Re: [Valgrind-users] Query about Invalid reads

2011-10-03 Thread Andrew Cooper
On 03/10/11 15:52, David Chapman wrote: > On 10/3/2011 7:23 AM, Andrew Cooper wrote: >> Hello, >> >> I am using valgrind-3.6.0.SVN-Debian, and cant work out why I am getting >> Invalid read errors. >> >> The routine is one which is adding symbols to a std::map, indexed by >> their virtual address.

Re: [Valgrind-users] Query about Invalid reads

2011-10-03 Thread Tom Hughes
On 03/10/11 16:04, Andrew Cooper wrote: > Is there a useful location to put an FAQ/equiv stating that an apparent > error in __GI_strlen might suggest that you are not working with NULL > terminating strings? Google was no use which is why I emailed the list. It's kind of valgrind 101 really - re

Re: [Valgrind-users] Query about Invalid reads

2011-10-03 Thread Andrew Cooper
On 03/10/11 15:41, Tom Hughes wrote: > On 03/10/11 15:23, Andrew Cooper wrote: > >> Where the two errors are referring to the two strlen() calls when >> calculating newsize. >> >> Are these errors indicating a supposed bug in my code, or are they >> complaining about something in the __GI_strlen re

Re: [Valgrind-users] Query about Invalid reads

2011-10-03 Thread Tom Hughes
On 03/10/11 15:23, Andrew Cooper wrote: > Where the two errors are referring to the two strlen() calls when > calculating newsize. > > Are these errors indicating a supposed bug in my code, or are they > complaining about something in the __GI_strlen replaced code. If so, > does this mean there i

[Valgrind-users] Query about Invalid reads

2011-10-03 Thread Andrew Cooper
Hello, I am using valgrind-3.6.0.SVN-Debian, and cant work out why I am getting Invalid read errors. The routine is one which is adding symbols to a std::map, indexed by their virtual address. As multiple symbols may share the same virtual address, I need to concatenate the symbol names in the a

[Valgrind-users] Query regarding the logs of valgrind on target

2010-09-29 Thread suman gupta
Hello, 1. While running the memcheck and helgrind on target, logs does not show the line number and filename where the actually bug is present(it only shows the name of executable). 2. Running a code with memory leak by using tool memcheck, no leaks are detected. 3. Memory consumption while runn

Re: [Valgrind-users] Query

2010-05-12 Thread Oliver Schneider
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi there, yes you can do it with Valgrind. All you need to do is to skim over the first few pages of the manual. Since memcheck is the default tool, not much prior knowledge is needed ... Frankly I source two different functions in my bash profile

[Valgrind-users] Query

2010-05-12 Thread ajit gunge
Hi, I have a small project with few C,C++ files in it.I want to chk if the whole project has a memleak or not.Can I do this using valgrind.If yes How and where can i find more info on this. Please help. Thanks -