Description of problem: 1. Open GNOME Control Center 2. Select 'Color' 3. Select a device (I picked my printer) 4. Select a color profile (I picked Default RGB) 5. Click 'View details' crash occurred at this point. Version-Release number of selected component: gnome-color-manager-3.13.1-5.fc21 Additional info: reporter: libreport-2.2.3 backtrace_rating: 4 cmdline: /usr/bin/gcm-viewer --profile HP_LaserJet_Professional_M1212nf_MFP-RGB.. --parent-window 50331664 crash_function: gcm_viewer_set_profile executable: /usr/bin/gcm-viewer kernel: 3.16.0-0.rc4.git2.2.fc22.x86_64 runlevel: N 5 type: CCpp uid: 1001 Truncated backtrace: Thread no. 1 (6 frames) #0 gcm_viewer_set_profile at gcm-viewer.c:1017 #1 gcm_viewer_show_single_profile_by_id at gcm-viewer.c:1516 #2 gcm_viewer_startup_cb at gcm-viewer.c:1757 #7 g_application_register at gapplication.c:1808 #8 g_application_real_local_command_line at gapplication.c:900 #9 g_application_run at gapplication.c:2084
Created attachment 917926 [details] File: backtrace
Created attachment 917927 [details] File: cgroup
Created attachment 917928 [details] File: core_backtrace
Created attachment 917929 [details] File: dso_list
Created attachment 917930 [details] File: environ
Created attachment 917931 [details] File: exploitable
Created attachment 917932 [details] File: limits
Created attachment 917933 [details] File: maps
Created attachment 917934 [details] File: open_fds
Created attachment 917935 [details] File: proc_pid_status
Created attachment 917936 [details] File: var_log_messages
I can reproduce the bug, fixing now.
Two sides to this bug. One in colord: commit 3065ea43c78791f9ab75feba38493cef16f35c64 Author: Richard Hughes <richard> Date: Mon Jul 28 18:38:55 2014 +0100 libcolord: Do not try to return a CdIcc instance for virtual profiles .. the other in gnome-control-center which I'll fix later tonight.
... and this to gnome-control-center: commit e9b0527b4b346e2c4ff2ae00bbf0c415186a5a85 Author: Richard Hughes <richard> Date: Tue Jul 29 19:45:31 2014 +0100 color: Do not set the 'Details' button for virtual profiles Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1119408 This will get picked up for the next 3.13.5 release, but feel free to cherry pick for f21 if you so desire. :)