On Wed, 07 May 2008, Miguel Angel Marchuet wrote:
> With this example we can see how call stack inform incorrect function
> at harbour...
It's correct. In hb_stackDispCall() (this function is used only by
internal error handler) we show only pure function names without
information about codeblocks source. If it's a problem then I can
change it to present call stack just like in hb_vmRequestCancel().
> But Why recursive error is produced too?
Because you haven't declared CRLF and ES_WARNING and your
code causes RT error inside error handler. If you are sending
_ANY_ examples then 1-st please try to compile them with -w and -es2
compiler switches and linking without any external libraries.
BTW this code has infinite:
while ( n < 74 )
loop because n is not incremented.
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour