[Lazarus] Compiling on OpenBSD

Mattias Gaertner nc-gaertnma at netcologne.de
Mon Mar 3 23:00:50 CET 2014


On Thu, 27 Feb 2014 08:09:42 -0300
Leonardo Rame <l.rame at griensu.com> wrote:

> #7  0x0000000000b038ce in GETSTYLEWITHNAME (
>     WNAME=0x1ae7258 "vertical scrollbar") at gtk2proc.inc:7815

That is
        StyleObject^.Widget := gtk_vscrollbar_new(nil);

That means a normal gtk call fails.

Probably there was some other bug happened prior to this and crumbled
the heap or stack.
Please compile with more checks. For example:

make clean all OPT='-Criot -ghtl'

Mattias




More information about the Lazarus mailing list