Version-Release number of selected component: gimp-2.8.16-1.fc24.1 Additional info: reporter: libreport-2.7.0 backtrace_rating: 4 cmdline: gimp-2.8 /home/pe243/Downloads/Trust-ad-demo-shared-secret.gif crash_function: remove_capslock_feedback executable: /usr/bin/gimp-2.8 global_pid: 32328 kernel: 4.6.0-0.rc7.git3.1.fc25.x86_64 pkg_fingerprint: 73BD E983 81B4 6521 pkg_vendor: Fedora Project reproducible: Not sure how to reproduce the problem runlevel: N 5 type: CCpp uid: 1000 Truncated backtrace: Thread no. 1 (7 frames) #0 remove_capslock_feedback at gtkentry.c:10106 #1 _g_closure_invoke_va at gclosure.c:867 #3 g_signal_emit_by_name at gsignal.c:3481 #4 _gdk_keymap_state_changed at gdkkeys-x11.c:716 #5 gdk_event_translate at gdkevents-x11.c:2142 #6 _gdk_events_queue at gdkevents-x11.c:2358 #12 app_run at app.c:263
Created attachment 1158343 [details] File: backtrace
Created attachment 1158344 [details] File: cgroup
Created attachment 1158345 [details] File: core_backtrace
Created attachment 1158346 [details] File: dso_list
Created attachment 1158347 [details] File: environ
Created attachment 1158348 [details] File: exploitable
Created attachment 1158349 [details] File: limits
Created attachment 1158350 [details] File: maps
Created attachment 1158351 [details] File: mountinfo
Created attachment 1158352 [details] File: namespaces
Created attachment 1158353 [details] File: open_fds
Created attachment 1158354 [details] File: proc_pid_status
Created attachment 1158355 [details] File: var_log_messages
Looks like a bug in gtk2: Thread 1 (Thread 0x7f3d198b5ec0 (LWP 32328)): #0 0x00007f3d18e66a99 in remove_capslock_feedback (entry=0x7f3d034899e0) at gtkentry.c:10106 priv = 0x0 This is the code in question: static void remove_capslock_feedback (GtkEntry *entry) { GtkEntryPrivate *priv = GTK_ENTRY_GET_PRIVATE (entry); if (priv->caps_lock_warning_shown) <--- segfaulted here { gtk_entry_set_icon_from_stock (entry, GTK_ENTRY_ICON_SECONDARY, NULL); priv->caps_lock_warning_shown = FALSE; } } I.e. the private struct "priv" is used before it was allocated or after having been deallocated. Changing component.
*** Bug 1321378 has been marked as a duplicate of this bug. ***
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'.
This message is a reminder that Fedora 25 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 25. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '25'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 25 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
Fedora 25 changed to end-of-life (EOL) status on 2017-12-12. Fedora 25 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.