On Mon, 29 Jun 2009, Szak�ts Viktor wrote:
> No idea, sorry, -debug add -g C switch on linux/gcc, strange
> that this can create such effect, so it may also be that it's
> something else.
> As a next step you'd need gdb to get a C trace call, I hope
> someone can help with more info here.
Rebuild Harbour with
export HB_USER_CFLAGS=-g
or:
export HB_BUILD_DEBUG=yes
then create final binaries without striping debug information
hbmk2 -nostrip ... tst.prg
and run them using valgrind:
exec valgrind --tool=memcheck --leak-check=yes --num-callers=32 -v ./tst \
2> err.log
use you application and close it. Ten check in err.log for any errors
detected by valgrind.
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour