[Lazarus] OpenBSD 5.8 64bit - lazarus - exception

Tomaž Žveglič tomaz.zveglic at gmail.com
Mon Oct 26 16:58:19 CET 2015


On 26.10.2015 16:02, Zeljko wrote:
>
>
>>
>> gtk+2 2.24.28
>> glib2 2.44.1
>
> Can you start lazarus via gdb and send backtrace ?
> Buld lazarus with -gl and
> gdb ./lazarus
> run
> ---crash
> bt
> ---- now copy backtrace here
>
> zeljko
>
> -- 
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
What do you mean by "Buld lazarus with -gl" did you mean "gmake clean 
all -gl"?

----------------------------------------
gdb ./lazarus
GNU gdb 6.3 ...
(gdb) run
Starting program: /root/lazarus/lazarus

Program received signal SIGBUS, Bus error.
0x00000002954fe2fa in g_object_new ()
    from /usr/local/lib/libgobject-2.0.so.4200.1
Current language:  auto; currently c
(gdb) bt
#0  0x00000002954fe2fa in g_object_new ()
    from /usr/local/lib/libgobject-2.0.so.4200.1
#1  0x00000002f2a1a195 in gtk_adjustment_new ()
    from /usr/local/lib/libgtk-x11-2.0.so.2400.0
#2  0x00000002f2b2071f in gtk_range_set_adjustment ()
    from /usr/local/lib/libgtk-x11-2.0.so.2400.0
#3  0x00000002954fd46d in g_object_new_internal ()
    from /usr/local/lib/libgobject-2.0.so.4200.1
#4  0x00000002954fdd45 in g_object_new_valist ()
    from /usr/local/lib/libgobject-2.0.so.4200.1
#5  0x00000002954fe364 in g_object_new ()
    from /usr/local/lib/libgobject-2.0.so.4200.1
#6  0x0000000000a1ca0e in GETSTYLEWITHNAME (
     WNAME=0x19b6d08 "vertical scrollbar") at gtk2proc.inc:7860
#7  0x0000000000a1c3d7 in GETSTYLE (ASTYLE=LGSVERTICALSCROLLBAR)
     at gtk2proc.inc:7665
#8  0x00000000009190de in INITSYSTEMCOLORS (this=0x27d04f650)
     at gtk2widgetset.inc:2445
#9  0x0000000000914149 in GTK2CREATE (this=0x27d04f650)
     at gtk2widgetset.inc:1444
#10 0x00000000009120c6 in CREATE (this=0x27d04f650, vmt=0x1906a60)
     at gtk2widgetset.inc:974
#11 0x000000000076fbd1 in CREATEWIDGETSET (AWIDGETSETCLASS=0x1906a60)
---Type <return> to continue, or q <return> to quit---
     at forms.pp:2066
#12 0x000000000076e190 in INTERFACES_init () at interfaces.pas:37
#13 0x000000000073fa3e in fpc_initializeunits ()
#14 0x0000000000000000 in ?? ()
(gdb)
----------------------------------------

Regards,
TomazZ





More information about the Lazarus mailing list