Deluge 1.3.1 with pyopenssl 0.11 broken
Bug #692154 reported by
Leszek 'skolima' Ciesielski
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyOpenSSL |
Incomplete
|
Undecided
|
Chryyz |
Bug Description
Using Deluge 1.3.1 with pyopenssl 0.11 results with Segmentation Faults no
matter what I do. Reverting to pyopenssl 0.10 fixes the problem. Recompiling
Deluge with the new pyopenssl installed does not help.
I have created a thread on Deluge support forums as I don't have the rights to
file a bug there: http://
To post a comment you must log in.
This stack trace terminates in OpenSSL, but via the Python stdlib usage of it. I wonder if this problem has something to do with the way OpenSSL, Python, or pyOpenSSL was built.
Did you produce this behavior with pre-build binary packages? Did you build anything yourself? What options were used?
It looks like the segfault happens very early on, when "twisted. internet. ssl" is imported. Can you reproduce the crash doing just this?
python -c 'import twisted. internet. ssl'
Or perhaps like this?
python -c 'import deluge.ui.gtkui'
Thanks