Bug 510671
| Summary: | evolution hangs sporadically | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pontus Enhager <enpontus> | ||||||
| Component: | evolution | Assignee: | Matthew Barnes <mbarnes> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 11 | CC: | enpontus, mbarnes, mcrha, tmraz | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2009-07-10 14:05:19 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
Pontus Enhager
2009-07-10 08:02:06 UTC
Thanks for a bug report. Reproducing such bug is usually quite hard. When it hangs for you again, could you attach gdb to the running process and get a backtrace of the actual state? It will get us some overview what it does. You can do that for example by this: a) find out evolution's process ID (PID), for example with: $ ps -A | grep evolution b) then run this command: $ gdb --batch --ex "t a a bt" -pid=PID &>bt.log c) attach here the resulting bt.log file Maybe do the same for evolution-data-server process. Thanks in advance. Created attachment 351256 [details]
backtrace
i DID attach the backtrace this morning - but apparently it did not stick...
another try
here you have also the e-d-s backtrace - i kept the stuck process for now - so i hope it doesn't matter that these backtraces are made at two entirerly different occasions Created attachment 351257 [details]
evolution-data-server bt log
Thanks for the update. evolution-data-server is fine, it's in idle. The evolution is stuck when reading the gnome-keyring password, and it matches bug #498871, thus I'm marking it as a duplicate. *** This bug has been marked as a duplicate of bug 498871 *** |