|
From: Alan D. <AD...@de...> - 2014-09-15 11:31:32
|
Florian and Philippe, As you both suggested, I changed the HOST variable to a value that did not include a '/' (slash). That fixed the problem. Thank you very much!!! xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Hi, I just installed valgrind-3.10.0. I'm getting these results when I execute the program: 2700ISP> valgrind ./alx2 ==23669== Memcheck, a memory error detector ==23669== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==23669== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info ==23669== Command: ./alx2 ==23669== ==23669== error 2 No such file or directory ==23669== cannot create shared_mem file /tmp/vgdb-pipe-shared-mem-vgdb-23669-by- aduda-on-/home/developer/files 2700ISP> Can anybody tell me what I need to do to get this to run? Alan CONFIDENTIALITY NOTICE -- This transmission (and/or the attached documents) may contain confidential information belonging to Demoulas Super Markets, Inc. which is intended solely for the named recipient. If you are not the named recipient, you are hereby notified that any unauthorized use, disclosure, duplication and/or distribution of the following contents are strictly prohibited. If you have received this transmission in error, please notify us immediately by telephone. |
|
From: Florian K. <fl...@ei...> - 2014-09-15 12:21:28
|
This issue will be fixed in the next valgrind release. So you won't have
to work around it anymore.
Florian
On 15.09.2014 13:31, Alan Duda wrote:
>
> Florian and Philippe,
>
> As you both suggested, I changed
> the HOST variable to a value that
> did not include a '/' (slash).
>
> That fixed the problem.
>
> Thank you very much!!!
>
>
> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
> Hi,
>
> I just installed valgrind-3.10.0.
>
> I'm getting these results when I execute the program:
>
> 2700ISP> valgrind ./alx2
> ==23669== Memcheck, a memory error detector
> ==23669== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
> ==23669== Using Valgrind-3.10.0 and LibVEX; rerun with -h for copyright info
> ==23669== Command: ./alx2
> ==23669==
> ==23669== error 2 No such file or directory
> ==23669== cannot create shared_mem file /tmp/vgdb-pipe-shared-mem-vgdb-23669-by-
> aduda-on-/home/developer/files
> 2700ISP>
>
> Can anybody tell me what I need to do to get this to run?
>
>
>
> Alan
|
|
From: Philippe W. <phi...@sk...> - 2014-09-15 19:47:54
|
On Mon, 2014-09-15 at 14:21 +0200, Florian Krohm wrote: > This issue will be fixed in the next valgrind release. So you won't have > to work around it anymore. Note that the fix consists in ignoring USER or HOST/HOSTNAME values containing / characters, and use "???" in such a case. Philippe |