|
From: Philippe W. <phi...@sk...> - 2012-11-16 18:08:07
|
On Fri, 2012-11-16 at 09:09 +0800, lchquan wrote: > By using "--vgdb=no", it works . Good that it bypasses the problem. Still, there is a latent bug in the mmap area which would be nice to understand. I am amazed that the --trace-syscalls=yes did not give any output. (at least on my setup, it gives a lot of output before it reaches the gdbsrv code). Also, strace -f valgrind ./maintest should also be able to tell why the mmap fails. Philippe |