Opened 13 years ago

Closed 12 years ago

Last modified 8 years ago

#2068 closed bug (Invalid)

Window crash when reorganize the table

Reported by: toniboni88 Owned by:
Priority: minor Milestone:
Component: GTK UI Version: 1.3.4
Keywords: Cc:

Description

I've Deluge 1.3.4 with Ubuntu 11.04. When I try riorganize the table (speed, ratio, peers, filename, ecc) the Gtkui closes by itself. When I get back and try to rearrange the table is closed again.

http://i43.tinypic.com/2ch45s1.jpg

Attachments (2)

2012-03-31_123244.png (4.1 KB ) - added by toniboni88 13 years ago.
log_deluge.txt (15.2 KB ) - added by toniboni88 13 years ago.

Download all attachments as: .zip

Change History (16)

by toniboni88, 13 years ago

Attachment: 2012-03-31_123244.png added

comment:1 by toniboni88, 13 years ago

Milestone: 1.3.5Future
Version: other (please specify)1.3.4

comment:2 by toniboni88, 13 years ago

Milestone: Future1.3.5

comment:3 by Calum, 13 years ago

can you enable debug logging for the gtkui to see if it reports an error however it could be something that requires a backtrace with gdb.

by toniboni88, 13 years ago

Attachment: log_deluge.txt added

comment:4 by toniboni88, 13 years ago

I've have attach a log file, also:

http://i40.tinypic.com/34sgx7o.jpg

comment:5 by Calum, 13 years ago

I'm afraid that's an issue outwith Deluge.

To narrow down the issue you need to install gdb and then run deluge with it:

gdb --args python /usr/bin/deluge
(gdb) run
#after crash
(gdb) bt

comment:6 by toniboni88, 13 years ago

http://i44.tinypic.com/20fce2d.jpg

comment:7 by Calum, 13 years ago

You need to execute backtrace or bt to get the actual backtrace in gdb after the crash has occurred.

Also you should be able to select the console text so you can copy and paste it here rather than taking a screenshot.

comment:8 by toniboni88, 13 years ago

How?

in reply to:  8 comment:9 by Calum, 13 years ago

Replying to toniboni88:

How?

How what?

comment:10 by toniboni88, 13 years ago

You need to execute backtrace or bt to get the actual backtrace in gdb after the crash has occurred. 

How can I do?

in reply to:  5 comment:11 by Calum, 13 years ago

As I explained before:

(gdb) run
#after the crash (while still in gdb)
(gdb) bt

However based upon a similar reported issue in the forum there will probably be no stack to view. The only suggestion is to make sure your Ubuntu is fully updated and possibly try a newer video driver. Failing that it would need to be reported to Ubuntu's bug tracker.

comment:13 by Calum, 13 years ago

Milestone: 1.3.51.3.x
Status: newpending

comment:14 by Calum, 12 years ago

Resolution: invalid
Status: pendingclosed

comment:15 by Calum, 8 years ago

Milestone: 1.3.x

Milestone deleted

Note: See TracTickets for help on using tickets.