On Sun, 09 Mar 2008, Lorenzo Fiorini wrote:
> I'm testing my apps with this svn under Linux Fc8 32 bit with gttrm
> 2008-03-05 19:19 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
> and I get strange random SegFaults.
> The ones below are simply examples but I get strange errors about
> undefined vars that exists or .and. errors on code that works since
> years.
> Since they are random I can't be sure but so far I got them using
> gttrm. The same app gtxwc seem to work.
> Any idea?

Looks like a build problem (f.e. not clean build or mixed binary
files from current code and some old builds or xharbour) or your
code can exploit some internal memory corruption problem.
Please check if you are making real clean build. Do you use any 3-rd
party code or code which does not come from Harbour SVN repository?
If after full clean build the problem will still exist then please
make tests using valgrind and send here stderr output, f.e.:
   valgrind --tool=memcheck --leak-check=yes --num-callers=16 -v \
      ./yourapp 2> log.out

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to