Bug 1336848 - [abrt] gimp: remove_capslock_feedback(): gimp-2.8 killed by SIGSEGV
Summary: [abrt] gimp: remove_capslock_feedback(): gimp-2.8 killed by SIGSEGV
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: gtk2
Version: 25
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Matthias Clasen
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:e37e6f77e437ff4cfa6bcfcc140...
: 1321378 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-17 14:53 UTC by lejeczek
Modified: 2017-12-12 10:44 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-12-12 10:44:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (42.84 KB, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: cgroup (259 bytes, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: core_backtrace (3.84 KB, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: dso_list (13.53 KB, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: environ (865 bytes, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: exploitable (82 bytes, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: limits (1.29 KB, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: maps (73.04 KB, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: mountinfo (3.72 KB, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: namespaces (85 bytes, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: open_fds (1.06 KB, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: proc_pid_status (1.10 KB, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details
File: var_log_messages (315 bytes, text/plain)
2016-05-17 14:53 UTC, lejeczek
no flags Details

Description lejeczek 2016-05-17 14:53:13 UTC
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

Comment 1 lejeczek 2016-05-17 14:53:19 UTC
Created attachment 1158343 [details]
File: backtrace

Comment 2 lejeczek 2016-05-17 14:53:20 UTC
Created attachment 1158344 [details]
File: cgroup

Comment 3 lejeczek 2016-05-17 14:53:21 UTC
Created attachment 1158345 [details]
File: core_backtrace

Comment 4 lejeczek 2016-05-17 14:53:22 UTC
Created attachment 1158346 [details]
File: dso_list

Comment 5 lejeczek 2016-05-17 14:53:24 UTC
Created attachment 1158347 [details]
File: environ

Comment 6 lejeczek 2016-05-17 14:53:25 UTC
Created attachment 1158348 [details]
File: exploitable

Comment 7 lejeczek 2016-05-17 14:53:26 UTC
Created attachment 1158349 [details]
File: limits

Comment 8 lejeczek 2016-05-17 14:53:28 UTC
Created attachment 1158350 [details]
File: maps

Comment 9 lejeczek 2016-05-17 14:53:30 UTC
Created attachment 1158351 [details]
File: mountinfo

Comment 10 lejeczek 2016-05-17 14:53:31 UTC
Created attachment 1158352 [details]
File: namespaces

Comment 11 lejeczek 2016-05-17 14:53:33 UTC
Created attachment 1158353 [details]
File: open_fds

Comment 12 lejeczek 2016-05-17 14:53:34 UTC
Created attachment 1158354 [details]
File: proc_pid_status

Comment 13 lejeczek 2016-05-17 14:53:35 UTC
Created attachment 1158355 [details]
File: var_log_messages

Comment 14 Nils Philippsen 2016-05-19 15:41:32 UTC
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.

Comment 15 Nils Philippsen 2016-05-27 15:03:30 UTC
*** Bug 1321378 has been marked as a duplicate of this bug. ***

Comment 16 Jan Kurik 2016-07-26 04:41:56 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.

Comment 17 Fedora End Of Life 2017-11-16 14:26:14 UTC
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.

Comment 18 Fedora End Of Life 2017-12-12 10:44:18 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.