On Fri, 2014-09-12 at 11:02 +0000, Alan Duda wrote:
> ==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

vgdb FIFO names are build using pid, user name and host name.
2 env variables are examined for host name:
first HOST
if HOST is not set, then HOSTNAME

So, probably you have HOST or HOSTNAME set to
/home/developer/files.
Such a hostname value makes an invalid FIFO path/filename.

=> either put an acceptable value in the relevant env variable
or alternatively, use --vgdb=no to disable the gdb server
and vgdb commands.

Philippe




------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to