> Anyhow that means its worth a try to see if Scite has the same hanging
> problem.
I tried, but the problem is that gdb showed me that the app exited. This is the
same problem I had with Geany, I tried to leave it untouched but at any time I
used it and then closed it. :-(
I will leave it open just before leaving work, since it is not enough for
leaving it idle for a the office hours, the bug needs a whole night to trigger.
About Geany:
```bash
$ export GDK_BACKEND=wayland
$ gdb geany
Geany: cannot open display
[Inferior 1 (process 1838926) exited with code 01]
(gdb) q
```
```bash
$ export GDK_BACKEND=x11
$ gdb geany
[Detaching after fork from child process 1839036]
[New Thread 0x7fffe3fff6c0 (LWP 1839037)]
[Thread 0x7ffff1cd66c0 (LWP 1839002) exited]
^C
Thread 1 "geany" received signal SIGINT, Interrupt.
0x00007ffff7b13c0f in __GI___poll (fds=0x555556292f30, nfds=6, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
Downloading source file
/usr/src/debug/glibc/glibc/io/../sysdeps/unix/sysv/linux/poll.c
29 return SYSCALL_CANCEL (poll, fds, nfds, timeout);
(gdb) q
A debugging session is active.
Inferior 1 [process 1838991] will be killed.
Quit anyway? (y or n) y
```
So, using X11 for GDK the bug triggers anyway. Trying to use Wayland directly
does not allow Geany to open.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/3447#issuecomment-1612689418
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/issues/3447/[email protected]>