| Summary: | [abrt] evince: find_class_funcs(): evince killed by SIGSEGV | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christian Stadelmann <fedora> | ||||||||||||||||||||
| Component: | evince | Assignee: | Michael Stahl <mstahl> | ||||||||||||||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||
| Version: | 23 | CC: | feborges, mhatina, mkasik | ||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/54d6c5fb946a6d339c836026fdc00e94f82edf57 | ||||||||||||||||||||||
| Whiteboard: | abrt_hash:33d5085a8406234f387224737e502939cedef417;VARIANT_ID=workstation; | ||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||
| Last Closed: | 2016-11-08 16:03:31 UTC | Type: | --- | ||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||
|
Description
Christian Stadelmann
2016-01-05 21:17:36 UTC
Created attachment 1111936 [details]
File: backtrace
Created attachment 1111937 [details]
File: core_backtrace
Created attachment 1111938 [details]
File: dso_list
Created attachment 1111939 [details]
File: exploitable
Created attachment 1111940 [details]
File: limits
Created attachment 1111941 [details]
File: maps
Created attachment 1111942 [details]
File: namespaces
Created attachment 1111943 [details]
File: open_fds
Created attachment 1111944 [details]
File: proc_pid_status
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. cannot repro on current F24.
this gtk+ commit looks relevant, the stack in the cited bug looks the same,
so i'm assuming this is fixed:
commit f55e3f7eda1d54d1a87a098822cc5e345b2f36db
Author: Matthias Clasen <mclasen>
AuthorDate: Sun Oct 25 13:11:17 2015 -0400
inspector: Be more careful with dead objects
gtk_inspector_object_tree_find_object accesses the type information
of the object, so we can't safely use it on an already decaying
object when we get a weak notify. Instead just walk the tree and
compare pointers, that is safe.
https://bugzilla.gnome.org/show_bug.cgi?id=756852
|