[Gambas-user] GTK+ with Broadway

gen braga genbraga1 at gmail.com
Fri May 17 17:09:19 CEST 2019


Here it goes.

-
Gen

2019-05-16 17:46 GMT-03:00, Benoît Minisini <g4mba5 at gmail.com>:
> Le 16/05/2019 à 13:02, gen braga a écrit :
>> Same behavior here, with updated Gambas from daily PPA.
>>
>> Attached the output from gdb, as Jussi said, and my sysinfo.
>>
>> -
>> Gen
>>
>
> I guess this is something that works only on X11. If you can compile
> Gambas from sources with debugging information enabled, I will be able
> to know exactly which line of code crashes from the stack backtrace.
>
> Regards,
>
> --
> Benoît Minisini
>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
-------------- next part --------------
gen at genbraga:~/projects/SimpleGTK$ gdb gbx3
GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Lendo símbolos de gbx3...concluído.
(gdb) set env GDK_BACKEND=broadway
(gdb) set env BROADWAY_DISPLAY=:5
(gdb) run
Starting program: /usr/bin/gbx3 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe85fd700 (LWP 29293)]
[New Thread 0x7fffe7dfc700 (LWP 29294)]
[New Thread 0x7fffe7165700 (LWP 29295)]

Thread 1 "gbx3" received signal SIGSEGV, Segmentation fault.
0x000000000847c748 in ?? ()
(gdb) bt
#0  0x000000000847c748 in ?? ()
#1  0x00007ffff3cc757c in XInternAtom () from /usr/lib/x86_64-linux-gnu/libX11.so.6
#2  0x00007ffff61b0fb0 in init_atoms () at x11.c:129
#3  0x00007ffff61b185a in X11_init (display=0x87b000, root=8842912) at x11.c:352
#4  0x00007ffff61a8ef2 in my_main (argc=0x7fffffffd9bc, argv=0x7fffffffd9b0) at main.cpp:389
#5  0x0000000000438f68 in main (argc=1, argv=0x7fffffffde38) at gbx.c:391
(gdb)


More information about the User mailing list