Remmina crashes using the Mir GTK backend
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
remmina |
Fix Released
|
Unknown
|
|||
remmina (Ubuntu) |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
Remmina crashes using the Mir GTK backend.
Initially I would have blamed the gtk/gdk libraries, but it appears Remmina itself is making an X11-only call directly that's the problem:
(gdb) bt
#0 0x00007f74ddb41bd9 in raise (sig=11)
at ../sysdeps/
#1 0x00007f74cbdfb555 in ?? ()
from /usr/lib/
#2 <signal handler called>
#3 0x00007f74df971610 in ?? () from /usr/lib/
#4 0x00007f74df154a93 in g_hash_table_lookup ()
from /lib/x86_
#5 0x00007f74df47f2f4 in gdk_x11_
from /usr/lib/
#6 0x0000000000435cea in remmina_
#7 0x000000000043de41 in remmina_
#8 0x000000000041f36f in remmina_
Changed in remmina (Ubuntu): | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
Changed in remmina (Ubuntu): | |
status: | New → In Progress |
tags: | added: snappyrdp |
Changed in remmina (Ubuntu): | |
status: | In Progress → New |
assignee: | Daniel van Vugt (vanvugt) → nobody |
Changed in remmina: | |
importance: | Undecided → Unknown |
status: | New → Unknown |
Changed in remmina: | |
status: | Unknown → Fix Released |
Here's a patch that stops the crashing on non-X11 platforms.