valgrind

  1. P

    C++ Valgrind feature poll

    Some explanation of these choices. FeatureDifficultyDescription lldb serverunknown, but probably a large projectcurrently Valgrind only has support for gdb server (with the bundled vgdb tool). lldb server is possible but difficult to set up and only for lldb experts fair schedulereasythe...
  2. Nyantastic

    C Unexpected error from Valgrind

    I am using Freebsd 10.4-RELEASE-p9 on i386. Today after a hiatus from programming work, I tried to use Valgrind and got the following error: valgrind: I failed to allocate space for the application's stack. valgrind: This may be the result of a very large --main-stacksize= valgrind: setting...
  3. Maxfx

    Valgrind Segmentation fault

    Hello i have problem with port valgrind-3.10.1.20160113_4,1. I cannot launch valgrind for memory check valgrind printed Segmentation fault $ valgrind --version Segmentation fault (core dumped) Do you have any experience with this problem (fish: 'valgrind' terminated by signal SIGSEGV...
Back
Top