[Gambas-user] something's broken (do not know what)

Benoît Minisini g4mba5 at gmail.com
Tue Jul 13 11:23:29 CEST 2021


Le 13/07/2021 à 10:49, Bruce Steers a écrit :
> 
> 
> On Tue, 13 Jul 2021 at 09:35, Benoît Minisini <g4mba5 at gmail.com 
> <mailto:g4mba5 at gmail.com>> wrote:
> 
>     Le 13/07/2021 à 10:30, Bruce Steers a écrit :
>      > The application loads fine.
>      > But when selecting a file to open (any file) it just hangs while
>     trying
>      > to load it.
>      >
>      > My ScriptEd editor in the above link.
>      >
>      > I got no error messages to try to track it down.
>      >
>      > Like I say it was still working with qt and only recently stopped
>     with gtk.
>      >
>      > Thanks Ben
>      >
>      > Bruce's
>      >
> 
>     I have no hang at all.
> 
> 
> darn it !!
> 
> it does here :(
> i just reverted the revert and it's locking up again.
> have tried changing themes / window manager
> 
> BruceS
> 

In that commit, the only thing that can hang is the automatic focus on 
window opening. Try to check that with 'gdb'.

$ cd /myproject/directory
$ GB_GUI=gb.gtk3 gdb gbx3
...
(gdb) run
...
^C
(gdb) bt

-- 
Benoît Minisini


More information about the User mailing list