Opened 13 years ago
Closed 12 years ago
#1946 closed bug (Fixed)
ReactorNotRestartable in startRunning() in gtkui
Reported by: | Calum | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.6 |
Component: | GTK UI | Version: | 1.3.3 |
Keywords: | Cc: |
Description (last modified by )
The following crash reports are occurring on Ubuntu and Fedora.
https://bugs.launchpad.net/ubuntu/+source/deluge/+bug/854826
https://bugzilla.redhat.com/show_bug.cgi?id=875303
deluge-gtk crashed with ReactorNotRestartable in startRunning()
To replicate I started Oneiric with Deluge as a startup application and although it loads fine upon closing I was presented with the apport crash dialog.
Change History (7)
comment:1 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Component: | core → gtkui |
---|---|
Milestone: | 1.3.4 → 1.3.6 |
Resolution: | worksforme |
Status: | closed → reopened |
Although unable to replicate we now understand how it can occur.
It tries to start an ipc listener, if it can't it tries to connect to an existing ipc listener (and starts the reactor), if that fails, it stops the reactor and then tries to start an ipc listener again and continue loading deluge.
comment:3 by , 12 years ago
Description: | modified (diff) |
---|---|
Summary: | ReactorNotRestartable in startRunning() in Ubuntu Oneiric → ReactorNotRestartable in startRunning() in gtkui |
comment:4 by , 12 years ago
Description: | modified (diff) |
---|
comment:5 by , 12 years ago
Description: | modified (diff) |
---|
comment:6 by , 12 years ago
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed 1.3-stable: 0045ec0cf1e
Retesting with Oneiric release I could not replicate so closing.