Ron

ok,

will compile and post result in few minutes

Regards
Luiz
----- Original Message ----- 
From: "Ron Pinkas" <[EMAIL PROTECTED]>
To: "Luiz Rafael Culik Guimaraes" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Monday, May 19, 2008 12:44 PM
Subject: Re: [xHarbour-developers] GPF on xharbour linux


> Luiz,
> 
> No. Please test after: 2008-05-19 11:06 UTC-0430 Ron Pinkas <ron/at/ 
> xharbour.com>
> 
> Ron
> 
> On May 19, 2008, at 6:20 AM, Luiz Rafael Culik Guimaraes wrote:
> 
>>
>> Ron
>>
>> Does line 6663 from harbour.c should be change from
>>        hb_xfree( ( void * ) pClass );
>> to
>>     if ( pClass )
>>    {
>>        hb_xfree( ( void * ) pClass );
>>    }
>>
>> Regards
>> Luiz
>> ----- Original Message -----
>> From: "Luiz Rafael Culik Guimaraes" <[EMAIL PROTECTED]>
>> To: <[email protected]>; "Ron Pinkas"
>> <[EMAIL PROTECTED]>
>> Sent: Sunday, May 18, 2008 4:04 PM
>> Subject: [xHarbour-developers] GPF on xharbour linux
>>
>>
>>> Ron
>>>
>>> Running harbour compiler with follow parameters
>>> harbour     -m    -n   -w4   -I/usr/src/xharbour/include     
>>> ac_test.prg
>>> //
>>> same for -w3
>>>
>>> returns an GPF
>>>
>>> bellow the GPF trace
>>>
>>> ==15008== 1 errors in context 1 of 3:
>>> ==15008== Invalid free() / delete / delete[]
>>> ==15008==    by 0x8070946: hb_compCompile (harbour.c:6663)
>>> ==15008==    by 0x806B34A: main (harbour.c:336)
>>> ==15008==  Address 0x80a4b3c is not stack'd, malloc'd or  
>>> (recently) free'd
>>> ==15008==
>>> ==15008== 1 errors in context 2 of 3:
>>> ==15008== Invalid free() / delete / delete[]
>>> ==15008==    by 0x80708FC: hb_compCompile (harbour.c:6645)
>>> ==15008==    by 0x806B34A: main (harbour.c:336)
>>> ==15008==  Address 0x80a3264 is not stack'd, malloc'd or  
>>> (recently) free'd
>>> ==15008==
>>> ==15008== 14 errors in context 3 of 3:
>>> ==15008== Invalid free() / delete / delete[]
>>> ==15008==    by 0x8070930: hb_compCompile (harbour.c:6659)
>>> ==15008==    by 0x806B34A: main (harbour.c:336)
>>> ==15008==  Address 0x80a4cb4 is not stack'd, malloc'd or  
>>> (recently) free'd
>>>
>>> Regards
>>> Luiz
>>>
>>>
>>> --------------------------------------------------------------------- 
>>> ----
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>> _______________________________________________
>>> xHarbour-developers mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>>>
>>
>>
>> ---------------------------------------------------------------------- 
>> ---
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> xHarbour-developers mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
>>
> 
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to