[lazarus] FCL Bug found
Shane Miller
SMiller1 at stvgb.org
Mon Jan 8 13:37:08 EST 2001
In TComponents.SetDesigning compon.inc
For Runner := 0 to FCOmponents.Count
should be
For Runner := 0 to FCOmponents.Count-1
Shane
>>> Marc.Weustink at cuperus.nl 01/08/01 09:46AM >>>
+ From: Peter Vreman [mailto:peter at freepascal.org]
+
+ > + Which compilers did you test? Both 1.1 and 1.0.4 ? Because it
+ > + looks like a real compiler bug then.
+ >
+ > I only checked the 1.0.4 version. Tonight I'll try the 1.1
+ (and the 1.0.2)
+
+ If it's reproducable using the lazarus file in CVS i can try
+ it myself with the 1.0.4 release and try to debug it
Steps I did
- get latest (yesterday) version of Lazarus
- make clean; make OPT=-dDEBUG
To get a small example (and not whole lazarus):
- cd examples
- make OPT=-dDEBUG
- run speedtest
I got a segfault in lazarus/lcl/interfaces/gtk/gtkproc.inc -
SelectGDKPenProps
Marc
_________________________________________________________________
To unsubscribe: mail lazarus-request at miraclec.com with
"unsubscribe" as the Subject
archives at http://www.miraclec.com/list_archives/lazarus
More information about the Lazarus
mailing list