GoogleCodeArchives / editra

Automatically exported from code.google.com/p/editra
Other
0 stars 0 forks source link

startup error #383

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I get(got?) this when launching Editra 0.4.95:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File
"/usr/local/lib/python2.6/dist-packages/Editra-0.4.85-py2.6.egg/Editra/src/ed_ip
c.py",
line 149, in run
    client, addr = self.socket.accept()
  File "/usr/lib/python2.6/socket.py", line 195, in accept
    sock, addr = self._sock.accept()
error: [Errno 4] Interrupted system call

(python:5669): Gtk-CRITICAL **: gtk_widget_add_accelerator: assertion
`GTK_IS_WIDGET (widget)' failed

Original issue reported on code.google.com by jug4andr...@googlemail.com on 1 Jul 2009 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by CodyPrec...@gmail.com on 1 Jul 2009 at 8:48

GoogleCodeExporter commented 9 years ago
Appears to be possibly caused by a bug in Linux kernels > 2.6.9.

Found a possible workaround that I will try to apply later.

Original comment by CodyPrec...@gmail.com on 7 Jul 2009 at 3:36

GoogleCodeExporter commented 9 years ago
Handle error and simply abort ipc server main loop for now as it is 
non-essential

Original comment by CodyPrec...@gmail.com on 17 Aug 2009 at 8:46