Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-04 Thread Ron Pinkas
Many thanks Luiz. :-) > On Feb 4, 2015, at 1:06 PM, Enrico Maria Giordano > wrote: > > > > Il 04/02/2015 17:30, Luiz Rafael Culik ha scritto: > >> Hi >> >> should be fixed after >> >> 2015-02-04 14:30 UTC-0300 Luiz Rafael Culik > > >> * source/rtl/replic.c >>

Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-04 Thread Enrico Maria Giordano
Il 04/02/2015 17:30, Luiz Rafael Culik ha scritto: > Hi > > should be fixed after > > 2015-02-04 14:30 UTC-0300 Luiz Rafael Culik > >* source/rtl/replic.c > ! fix to gpf (ulLen * lTimes ) < UINT_MAX -> > (LONGLONG)((LONGLONG)ulLen * (LONGLONG)lTimes ) < U

Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-04 Thread Luiz Rafael Culik
Hi should be fixed after 2015-02-04 14:30 UTC-0300 Luiz Rafael Culik * source/rtl/replic.c ! fix to gpf (ulLen * lTimes ) < UINT_MAX -> (LONGLONG)((LONGLONG)ulLen * (LONGLONG)lTimes ) < UINT_MAX since the calculation of ullen*ltimes depending of the value is > UINT_MAX Regards Lu

Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-04 Thread Enrico Maria Giordano
Il 04/02/2015 03:07, Ron Pinkas ha scritto: > Just updated, and clean built, using VS 2008, got the following crash running > habitats: > > Unrecoverable error 9006: hb_xgrab can't allocate memory > Called from REPLICATE(0) > Called from MAIN_STR(0) > Called from TEST_CALL(0) > Called from MAIN

Re: [xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-03 Thread Ron Pinkas
Sorry VS 2005. Did not yet try other compilers. > On Feb 3, 2015, at 9:37 PM, Ron Pinkas wrote: > > Just updated, and clean built, using VS 2008, got the following crash running > habitats: > > Unrecoverable error 9006: hb_xgrab can't allocate memory > Called from REPLICATE(0) > Called from MA

[xHarbour-developers] HBTest crash, latest build with MSVC

2015-02-03 Thread Ron Pinkas
Just updated, and clean built, using VS 2008, got the following crash running habitats: Unrecoverable error 9006: hb_xgrab can't allocate memory Called from REPLICATE(0) Called from MAIN_STR(0) Called from TEST_CALL(0) Called from MAIN_STR(0) Called from _APPMAIN(0) Ron -