Bug 627358
| Summary: | [abrt] emacs-ibus-0.1.1-1.fc13: display.py:544:send_and_recv:ConnectionClosedError: Display connection closed by server | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Weonjong Lee <wlee> | ||||
| Component: | emacs-ibus | Assignee: | Daiki Ueno <dueno> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13 | CC: | dueno, i18n-bugs, irieshinsuke, maurizio.antillon | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:af1f239e | ||||||
| Fixed In Version: | emacs-ibus-0.2.1-1.fc14 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-11-13 21:59:50 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: |
|
||||||
Created an attachment (id=441035) File: backtrace Well I can't reproduce this, at least on GNOME desktop. Could you provide more information to reproduce this bug, or is it not easy to reproduce? BTW, the ibus.el developer pointed out that there are similar bugs reported to python-xlib: https://bugzilla.redhat.com/buglist.cgi?component=python-xlib&product=Fedora So it might be a bug of python-xlib. I modified ibus-el-agent in upstream version (r151) so that it attempts twice to connect to the display if the first goes wrong. However, I don't know whether the issue is resolved by this change because I cannot reproduce the problem. Thanks. I'm going to close this with a new package based on the new upstream release 0.2.1. If it is not the case, please reopen. emacs-ibus-0.2.1-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/emacs-ibus-0.2.1-1.fc14 emacs-ibus-0.2.1-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/emacs-ibus-0.2.1-1.fc13 emacs-ibus-0.2.1-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update emacs-ibus'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/emacs-ibus-0.2.1-1.fc13 emacs-ibus-0.2.1-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. emacs-ibus-0.2.1-1.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
abrt version: 1.1.13 architecture: x86_64 cmdline: /usr/bin/python /usr/libexec/ibus-el-agent component: emacs-ibus executable: /usr/libexec/ibus-el-agent kernel: 2.6.33.6-147.2.4.fc13.x86_64 package: emacs-ibus-0.1.1-1.fc13 reason: display.py:544:send_and_recv:ConnectionClosedError: Display connection closed by server release: Fedora release 13 (Goddard) time: 1282723408 uid: 500 backtrace ----- display.py:544:send_and_recv:ConnectionClosedError: Display connection closed by server Traceback (most recent call last): File "/usr/libexec/ibus-el-agent", line 73, in <module> display = Xlib.display.Display() File "/usr/lib/python2.6/site-packages/Xlib/display.py", line 83, in __init__ self.display = _BaseDisplay(display) File "/usr/lib/python2.6/site-packages/Xlib/display.py", line 65, in __init__ apply(protocol.display.Display.__init__, (self, ) + args, keys) File "/usr/lib/python2.6/site-packages/Xlib/protocol/display.py", line 116, in __init__ auth_prot_data = auth_data) File "/usr/lib/python2.6/site-packages/Xlib/protocol/display.py", line 982, in __init__ display.send_and_recv(request = -1) File "/usr/lib/python2.6/site-packages/Xlib/protocol/display.py", line 544, in send_and_recv raise self.socket_error ConnectionClosedError: Display connection closed by server Local variables in innermost frame: sending: 0 gotreq: 0 bytes_recv: '' rs: [<socket._socketobject object at 0x2207210>] i: 48 self: <Xlib.display._BaseDisplay instance at 0x21fe050> req: <Xlib.protocol.display.ConnectionSetupRequest instance at 0x21fe6c8> request: -1 flush_bytes: None recieving: 1 ws: [] timeout: None flush: None wait: 1 recv: None event: None es: [] writeset: []