Bug 1084482
| Summary: | [abrt] gnome-software: gs_app_set_name(): gnome-software killed by SIGABRT | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | miguel rodriguez <bokerones.fritos> | ||||||||||||||||||||||
| Component: | gnome-software | Assignee: | Richard Hughes <rhughes> | ||||||||||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | rawhide | CC: | kalevlember, rhughes | ||||||||||||||||||||||
| Target Milestone: | --- | Keywords: | Triaged | ||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/2426eb6b1e1f20381fb172f2bb2a760d95b6e2bf | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:796f7b26d4a1fbcff5fb600b509caf2d228af212 | ||||||||||||||||||||||||
| Fixed In Version: | gnome-software-3.13.92-2.fc21 | Doc Type: | Bug Fix | ||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2014-09-20 13:54:10 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
miguel rodriguez
2014-04-04 12:52:57 UTC
Created attachment 882686 [details]
File: backtrace
Created attachment 882687 [details]
File: cgroup
Created attachment 882688 [details]
File: core_backtrace
Created attachment 882689 [details]
File: dso_list
Created attachment 882690 [details]
File: environ
Created attachment 882691 [details]
File: limits
Created attachment 882692 [details]
File: maps
Created attachment 882693 [details]
File: open_fds
Created attachment 882694 [details]
File: proc_pid_status
Created attachment 882695 [details]
File: var_log_messages
*** Bug 1070550 has been marked as a duplicate of this bug. *** Okay, so this is really odd. It's really a use-after-free, but I can't see the refcount issue here. Can you reproduce this reliably? Any other information about how you triggered the bug would be awesome. I think it's likely a threading issue, two threads accessing the same GsApp and try to simultaneously free the memory:
g_free (app->priv->name);
app->priv->name = g_strdup (name);
Should be fixed in 3.13.92. |