On Wed, 2015-10-28 at 13:23 +0000, Marco Cisternino wrote: > Program received signal SIGTRAP, Trace/breakpoint trap. > 0x0000000006018417 in __libc_writev (fd=9, vector=0x6af6710, count=3) > at ../sysdeps/unix/sysv/linux/writev.c:50 > 50 ../sysdeps/unix/sysv/linux/writev.c: File o directory non > esistente. > where "non esistente" means "doesn't exist"
An additional note for what concerns the 'non existent' file: either the libc sources are not installed on your system, or, if they are installed, gdb does not find them. In the last case, you can tell to gdb where to find the files, using the gdb 'dir' command to add a directory to gdb source files search path. Philippe ------------------------------------------------------------------------------ _______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users