Re: [Valgrind-users] [vgdb - gdbserver] FIFO name mismatch...

2012-04-15 Thread Philippe Waroquiers
On Sun, 2012-04-15 at 00:26 +0100, Plug Gulp wrote: I tried starting apache webserver and gdb from root login. Did not help, because the valgrind is still launched from under apache user. So I set the LOGNAME and HOST to ??? as suggested above and started the webserver and gdb from root

[Valgrind-users] [vgdb - gdbserver] FIFO name mismatch...

2012-04-14 Thread PLUG GULP
Hi, I am new to valgrind. I am trying to debug my web application (testwtdbg.wt) using valgrind. But there is a mismatch between the FIFO name valgrind generates and the FIFO vgdb tries to use. I am using a FastCGI (Apache's mod_fcgid) application developed using Wt (www.webtoolkit.eu). Valgrind

Re: [Valgrind-users] [vgdb - gdbserver] FIFO name mismatch...

2012-04-14 Thread Plug Gulp
On Sat, Apr 14, 2012 at 4:52 PM, Philippe Waroquiers philippe.waroqui...@skynet.be wrote: snip The FIFOs and shared mem used by vgdb are based on the user name and the host name. The logic to find the user name is:  First try the env variable LOGNAME  if not set, try the env variable USER