miral-shell crashes during shutdown
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MirAL |
Fix Released
|
Critical
|
Alan Griffiths |
Bug Description
Running lp:miral on Zesty/Mir0.26.1.
$ bin/miral-shell --x11-displays 1200x900 --window-
After experimenting with bug 1668467 (trying to open the gnome-calculator preferences multiple times) on exiting the server I saw an error:
[2017-02-28 14:58:10.474959] mirserver: Stopping
[2017-02-28 14:58:10.475325] <WARNING> miral::Window Management: info_for throws ERROR: Dynamic exception type: std::out_of_range
std::exception:
[2017-02-28 14:58:10.475432] <WARNING> miral::Window Management: place_new_window throws ERROR: Dynamic exception type: std::out_of_range
std::exception:
[2017-02-28 14:58:10.476431] miral::Window Management: advise_
[2017-02-28 14:58:10.476528] miral::Window Management: advise_delete_app application=
Process finished with exit code 1
Related branches
- Gerry Boland (community): Approve
-
Diff: 430 lines (+120/-41)10 files modifiedmiral-shell/decoration_provider.cpp (+8/-8)
miral-shell/decoration_provider.h (+0/-2)
miral-shell/shell_main.cpp (+6/-2)
miral-shell/titlebar_window_manager.cpp (+3/-9)
miral-shell/titlebar_window_manager.h (+5/-1)
miral/CMakeLists.txt (+2/-1)
miral/internal_client.cpp (+61/-9)
miral/join_client_threads.h (+24/-0)
miral/runner.cpp (+11/-2)
miral/symbols.map (+0/-7)
Changed in miral: | |
assignee: | nobody → Alan Griffiths (alan-griffiths) |
Changed in miral: | |
status: | In Progress → Fix Committed |
Changed in miral: | |
status: | Fix Committed → Fix Released |