GNOME Bugzilla – Bug 700625
gnome-shell-3.8.2 crashes when pressing Alt+PrintScreen and no window is opened
Last modified: 2013-05-19 13:32:40 UTC
With this backtrace: [New LWP 29184] [New LWP 29187] [New LWP 29189] [New LWP 29188] [New LWP 29190] [New LWP 29313] warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `/usr/bin/gnome-shell'. Program terminated with signal 11, Segmentation fault.
+ Trace 231968
Thread 1 (Thread 0x7f492d109900 (LWP 29184))
Created attachment 244699 [details] [review] screenshot: Check for NULL window in screenshot_window() screenshot_window() currently assumes a focus window, which will result in a crash if that's not the case.
Review of attachment 244699 [details] [review]: OK.
Attachment 244699 [details] pushed as c68ccbf - screenshot: Check for NULL window in screenshot_window()