Bug 1093314
Summary: | [abrt] Crash under socket_connect_finish() | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ilia Gradina <ilya.gradina> | ||||||||||||||||||||||||
Component: | libsoup | Assignee: | Matthew Barnes <mbarnes> | ||||||||||||||||||||||||
Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 22 | CC: | danw, fabiano, mbarnes, mcrha | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/3c13beec369eba63ae854301e16f58a4197150be | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:6dd480699591ee7d8670c942570394a0f4b1b9d4 | ||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2016-07-19 11:26: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: | |||||||||||||||||||||||||
Embargoed: | |||||||||||||||||||||||||||
Attachments: |
|
Description
Ilia Gradina
2014-05-01 10:54:53 UTC
Created attachment 891436 [details]
File: backtrace
Created attachment 891437 [details]
File: cgroup
Created attachment 891438 [details]
File: core_backtrace
Created attachment 891439 [details]
File: dso_list
Created attachment 891440 [details]
File: environ
Created attachment 891441 [details]
File: exploitable
Created attachment 891442 [details]
File: limits
Created attachment 891443 [details]
File: maps
Created attachment 891444 [details]
File: open_fds
Created attachment 891445 [details]
File: proc_pid_status
Created attachment 891446 [details]
File: var_log_messages
Dan, do you have any idea what this can be about, please? The libsoup usage code in CalDAV is pretty straightforward, though, if I'm not mistaken, then multiple threads can access the soup session, one is the synchronize thread another is the one which calls soup_session_abort(). Can that be (part of) the problem? Hm... yeah, soup_socket_connect_sync_internal() doesn't hold a ref on the socket, so if another thread destroyed it while it was connecting, *boom*. Should be an easy fix. fixed upstream, will make it into rawhide with the GNOME 3.13.2 release in a bit over a week Thanks. I'm moving this bug report to libsoup, as there was done the fix. This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22 Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 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. |