Ron:

It happen as soon as I build with your change.  I was using
2008-06-09 16:07 UTC-0800 Luis Krause Mantilla just
before updating CVS.

I'm trying to build a small self contained sample, to no avail yet.

Here's a brief description of what's going on:

Our app starts, something is triggering an error and inside
our errorsys we call

cDir := AppDataDir()

This function is just:

FUNCTION AppDataDir(cDir)
RETURN ( cDataDir )

cDataDir is a #define so the .ppo for the above is:

FUNCTION AppDataDir(cDir)
RETURN ( PublicVars[24] )

I can only guess our PublicVars isn't getting initialized when errorssys
is called, but even if I try to trace it's contents, the recursive error 
happens
with no display of it's conents whatsoever

FUNCTION AppDataDir(cDir)
hb_outdebug(  PublicVars[24] )  // doesn't even get printed to the debug 
window
RETURN ( PublicVars[24] )

Still trying to figure this is all about....

Regards,

Ron Pinkas wrote:
> Luis,
>
> Sorry, but this can't be related to that change. Please review again.
>
> Ron
>
> On Jun 10, 2008, at 4:49 PM, Luis Krause Mantilla wrote:
>
>> Ron:
>>
>> After this I get
>>
>>
>> Unrecoverable error 9003:
>> Too many recursive error handler calls
>>
>>
>> Regards,
>>
>> Ron Pinkas wrote:
>>> 2008-06-10 18:17 UTC-0430 Ron Pinkas <ron/at/xharbour.com>
>>>    * source/compiler/harbour.c
>>>      * Minor revision to last commit
>>>
>>>
>>>
>>> ------------------------------------------------------------------------- 
>>>
>>> Check out the new SourceForge.net Marketplace.
>>> It's the best place to buy or sell services for
>>> just about anything Open Source.
>>> http://sourceforge.net/services/buy/index.php
>>> _______________________________________________
>>> xHarbour-developers mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>>>
>>>
>>
>> -- 
>> Luis Krause Mantilla
>> lkrausem at shaw dot ca
>> luis_krause at hotmail dot com
>> "May the Source be with GNU"
>>
>>
>>
>
>
>

-- 
Luis Krause Mantilla
lkrausem at shaw dot ca
luis_krause at hotmail dot com
"May the Source be with GNU"



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to