Thanks Viktor, but this does not build with my Harbour version - I
will test it with the next release...
At 02:45 PM 7/2/2008, you wrote:
Hi Randy,
Here is the internal error logging implemented.
Copy the file to source/rtl/ and recompile.
Brgds,
Viktor
On 2008.07.02., at 17:21, Randy Portnoff wrote:
Hi all,
Similar to the way Harbour now traps GPF's (and logs some info in a
text file), can it also detect race conditions and log that as
well? I am referring to situations where recursion occurs repeatedly
which causes the app to just exit (ie. vanish). Ideally, a runtime
error would be best.
For example, this causes the app to vanish.
func main()
SomeFunc()
return nil
func SomeFunc()
Main()
return nil
Regards,
Randy.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour