Thanks very much for the quick fix, the problem is now gone. Brgds, Viktor On Wed, May 13, 2009 at 11:49 PM, Przemyslaw Czerpak <dru...@acn.waw.pl>wrote:
> On Wed, 13 May 2009, Szak�ts Viktor wrote: > > Hi, > > > An even simpler one:--- > > PROCEDURE Main() > > LOCAL oBrowse, tmp > > oBrowse := TBrowseNew( 0, 0, MaxRow(), MaxCol() ) > > oBrowse:addColumn( TBColumnNew( "a", {|| "b" } ) ) > > tmp := oBrowse:getColumn( 1 ) > > tmp := oBrowse:colWidth( 1 ) + Len( oBrowse:colSep ) > > RETURN > > > I could reduce the bug to this small example, important that > > > it only happens with -gc3: > > It could be even much simpler. > The bug is inside HVM and it's caused my missing hb_itemClear() call > in some cases. It can be exploited also with -gc0/2 output but it > needs different code. > Many thanks for information and code exampled. > I've just committed the fix. > > best regards, > Przemek > _______________________________________________ > 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