|
From: Petar T. <pet...@gm...> - 2009-06-10 02:48:12
|
Hello there, I recently started using Valgrind to do some dynamic analysis. I'm using version 3.5.0 on my desktop, which is running Kubuntu 8.04, and valgrind is working without any problems. I also installed the exact same valgrind version on my laptop, which is running Kubuntu 9.04, and valgrind shows a segmentation fault when I try to run it. Does anybody know any kubuntu 9.04 packages that conflict with valgrind? Thanks. Petar |
|
From: Nicholas N. <n.n...@gm...> - 2009-06-10 04:17:48
|
On Wed, Jun 10, 2009 at 10:42 AM, Petar Tsankov<pet...@gm...> wrote: > > I recently started using Valgrind to do some dynamic analysis. I'm using > version 3.5.0 on my desktop, Presumably you mean the SVN trunk version, which describes itself as "valgrind-3.5.0.SVN"? > which is running Kubuntu 8.04, and valgrind is > working without any problems. I also installed the exact same valgrind > version on my laptop, which is running Kubuntu 9.04, and valgrind shows a > segmentation fault when I try to run it. > Does anybody know any kubuntu 9.04 packages that conflict with valgrind? I wouldn't assume it's an OS package problem. Can you file a bug report (http://www.valgrind.org/support/bug_reports.html)? Thanks. Nick |
|
From: Nicholas N. <n.n...@gm...> - 2009-06-10 22:37:06
|
On Thu, Jun 11, 2009 at 7:25 AM, Petar Tsankov<pet...@gm...> wrote: > The problem is fixed. I'm developing a new tool using valgrind's framework and > I copied all files to my laptop, recompiled and I was getting the > segmentation fault error. But after refetching valgrind from the svn > repository everything worked out well without any errors. I'm not sure why > copying the files and recompiling didn't work. > Thanks for the help anyway. Occasionally the build ends up getting corrupted somehow and redoing it from scratch fixes it. Can I ask: what is the tool you're developing? Nick |