|
From: Albert S. <fu...@gm...> - 2011-07-28 19:02:38
|
Hello all I have been testing Valgrind 3.6.1 and the latest from SVN with some Go binaries. A bug I reported against 3.6.0 still seems to exit: https://bugs.kde.org/show_bug.cgi?id=262916 Running Go binaries under Valgrind lead to a segfault in vgPlain_get_StackTrace_wrk. To reproduce: Follow instructions at http://golang.org/doc/install.html cd $GOROOT/src/pkg/ebnf make test valgrind ./6.out Are there any developers that could take a look? It would be really nice to have Valgrind working with Go binaries that call C libraries. Thanks! Regards Albert |