[Bug 1812527] Re: gnome-shell crashes with SIGSEGV at windowManager.js:1787 when running Android emulator (QEMU)

2019-01-22 Thread Daniel van Vugt
The offending line of JavaScript is the one that says "Window gone". I guess maybe a NULL pointer? _switchWorkspaceDone(shellwm) { let switchData = this._switchData; if (!switchData) return; this._switchData = null; for (let i = 0; i <

[Bug 1812527] Re: gnome-shell crashes with SIGSEGV at windowManager.js:1787 when running Android emulator (QEMU)

2019-01-22 Thread Daniel van Vugt
** Tags added: regression-update -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1812527 Title: gnome-shell crashes with SIGSEGV in meta_window_actor_is_destroyed(self=NULL)