GNOME Bugzilla – Bug 764960
Pulling tab out of tab bar crashes gnome-terminal on Wayland
Last modified: 2016-08-01 18:28:30 UTC
I'm running 3.20 with Wayland. Pulling a terminal tab out of the tab bar crashes gnome terminal. I'm not sure how to get a log for gnome-terminal as launching it from a gnome-terminal (not via the launcher) produces no debugging/log output.
(In reply to Tyler Brock from comment #0) > I'm running 3.20 with Wayland. > > Pulling a terminal tab out of the tab bar crashes gnome terminal. On 3.18.x, I lose my entire Wayland session if I do that. :) > I'm not sure how to get a log for gnome-terminal as launching it from a > gnome-terminal (not via the launcher) produces no debugging/log output. You need two terminals. On the first one do this: $ gdb /path/to/gnome-terminal-server ... (gdb) run --app-id foo.bar ... On the second one do this: $ gnome-terminal --app-id foo.bar $
Interesting, so, now when I run the terminal like you suggested it doesn't crash but it also doesn't pull the tab out. The tab that I drag just fades away and then remains in the original tab bar.
Need a backtrace.
Please re-open if you get a trace.
Just experienced this issues. Here is the backtrace : Thread 1 "gnome-terminal-" received signal SIGABRT, Aborted. 0x00007fe906d031c8 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 54 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt
+ Trace 236492
Likely dup of bug 769161, try the patch there.
*** This bug has been marked as a duplicate of bug 769161 ***