blueprint testing # gnunet-gtk Segmentation fault blueprint testing # valgrind --vgdb=yes --vgdb-error=0 gnunet-gtk ==15251== Memcheck, a memory error detector ==15251== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. ==15251== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info ==15251== Command: gnunet-gtk ==15251== ==15251== (action at startup) vgdb me ... ==15251== ==15251== TO DEBUG THIS PROCESS USING GDB: start GDB like this ==15251== /path/to/gdb gnunet-gtk ==15251== and then give GDB the following command ==15251== target remote | /usr/lib64/valgrind/../../bin/vgdb --pid=15251 ==15251== --pid is optional if only one valgrind process is running ==15251== ==15251== Invalid read of size 1 ==15251== at 0x4C2CC86: strlen (vg_replace_strmem.c:412) ==15251== by 0x606FFF5: getenv (getenv.c:36) ==15251== by 0x505A2D1: GNUNET_CONFIGURATION_load (configuration_loader.c:50) ==15251== by 0x50889AA: GNUNET_PROGRAM_run2 (program.c:258) ==15251== by 0x5088C51: GNUNET_PROGRAM_run (program.c:339) ==15251== by 0x4E399C2: GNUNET_GTK_main_loop_start (eventloop.c:928) ==15251== by 0x40239C: main (gnunet-gtk.c:370) ==15251== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==15251== ==15251== (action on error) vgdb me ...