Bug 1336848
| Summary: | [abrt] gimp: remove_capslock_feedback(): gimp-2.8 killed by SIGSEGV | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | lejeczek <peljasz> | ||||||||||||||||||||||||||||
| Component: | gtk2 | Assignee: | Matthias Clasen <mclasen> | ||||||||||||||||||||||||||||
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||||
| Version: | 25 | CC: | kparal, mclasen, nphilipp, phracek | ||||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/2e51160d3d3421564cd73a4a57c1d309744ed514 | ||||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:e37e6f77e437ff4cfa6bcfcc140cdbf6489f44e2;VARIANT_ID=workstation; | ||||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||||
| Last Closed: | 2017-12-12 10:44:18 UTC | Type: | --- | ||||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||||
|
Description
lejeczek
2016-05-17 14:53:13 UTC
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. |