|
From: Jeremy F. <je...@go...> - 2004-01-17 17:11:20
|
On Sat, 2004-01-17 at 07:14, Kunal Chavan wrote: > Hello members > > Greetings ... > > I am new to valgrind and using a simple GUI application developed in > Kylix C++ with valgrind > (a form with a button on it) and it is not working. > Running valgrind with --leak-check=yes --workaround-gcc296-bugs=yes > exists with > following errors (attached). > > I am using Debian with kernal 2.4.20. > > kunal@akshar:/tmp$ valgrind --leak-check=yes > --workaround-gcc296-bugs=yes ./Prjtest -ns I'm guessing the problem is that /usr/local/kylix3/bin/libborqt-6.9.0-qt2.3.so is trying to mmap something in at or near address 0. I don't think there's really an easy fix other than upgrade Valgrind; unfortunately, I think the only real fix is in CVS head, and not any released version. J |