Bug 841005
Summary: | Evolution interface stuck when receive first 100 messages | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mikhail <mikhail.v.gavrilov> | ||||||||||||||||
Component: | evolution | Assignee: | Matthew Barnes <mbarnes> | ||||||||||||||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||
Priority: | unspecified | ||||||||||||||||||
Version: | 17 | CC: | lucilanga, mbarnes, mcrha | ||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||
Target Release: | --- | ||||||||||||||||||
Hardware: | Unspecified | ||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||
Whiteboard: | |||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||
Last Closed: | 2012-07-24 06:54:42 UTC | Type: | Bug | ||||||||||||||||
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
Mikhail
2012-07-17 20:50:08 UTC
Thanks for a bug report. Evolution is formatting a meeting invitation, and it's opening a calendar. This also requires communication with evolution-calendar-factory process, which seems to be busy with other stuff, thus it doesn't respond in timely manner. Could you get backtrace of the evolution-calendar-factory process, please? Created attachment 598958 [details]
backtrace evolution-calendar-factory
Created attachment 598960 [details]
backtrace evolution-addressbook-factory
Created attachment 598961 [details]
backtrace evolution
Thanks for the update. I see the Birthday & Anniversaries calendar is blocking calendar factory in the main thread, waiting for a lock on some place which I do not see in the backtrace, because of missing debuginfo symbols for evolution-data-server. The addressbook factory itself is idle and evolution is waiting on the calendar factory. Could you install debuginfo package for evolution-data-server and get the backtrace of calendar factory again, please? I'll then search upstream bugzilla and move it there. Created attachment 599216 [details]
backtrace evolution
Created attachment 599217 [details]
backtrace evolution-calendar-factory
Created attachment 599218 [details]
backtrace evolution-addressbook-factory
Thanks for the update. I see that calendar factory is deadlocked in main thread, thus it cannot respond to evolution's requests. I moved this upstream as [1]. Please see [1] for any further updates. [1] https://bugzilla.gnome.org/show_bug.cgi?id=680502 I'm building eds with upstream patch included at [1]. Please install it. [1] http://koji.fedoraproject.org/koji/taskinfo?taskID=4324962 |