Need testing

Suggestions and discussion of future versions
Post Reply
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Need testing

Post by markybob »

All, SVN now has what I believe fixes that annoying "invalid handle" error that some of you have been experiencing. I thought that I had fixed this earlier, but I was wrong. I'm sorry. The problem is that I can't reproduce the error...so, I need those of you who are actually seeing this error to try SVN trunk and see if it works for you. Report back here and I'll roll 0.5.6.1 if it's fixed. Remember to remove your currently installed version *before* installing SVN. http://deluge-torrent.org/faq#4n10
Thanks
daddy
Seeder
Seeder
Posts: 100
Joined: Sun Jul 22, 2007 12:14 am

Re: Need testing

Post by daddy »

Nope.

Code: Select all

Loading blocklist plugin ...
importing with spzip
Loading file splist.txt
PGTextReader loading
TextBase loading
Starting import
terminate called after throwing an instance of 'libtorrent::invalid_handle'
  what():  invalid torrent handle used

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x43005950 (LWP 5441)]
0x00002b23b5af76a5 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x00002b23b5af76a5 in raise () from /lib/libc.so.6
#1  0x00002b23b5af9100 in abort () from /lib/libc.so.6
#2  0x00002b23b7b97d34 in __gnu_cxx::__verbose_terminate_handler () from /usr/lib/libstdc++.so.6
#3  0x00002b23b7b95ce6 in ?? () from /usr/lib/libstdc++.so.6
#4  0x00002b23b7b95d13 in std::terminate () from /usr/lib/libstdc++.so.6
#5  0x00002b23b7b95dfa in __cxa_throw () from /usr/lib/libstdc++.so.6
#6  0x00002b23b6d22f30 in libtorrent::(anonymous namespace)::throw_invalid_handle () from /usr/lib/python2.4/site-packages/deluge/deluge_core.so
#7  0x00002b23b6d2748b in libtorrent::torrent_handle::force_reannounce () from /usr/lib/python2.4/site-packages/deluge/deluge_core.so
#8  0x00002b23b6db6aa3 in torrent_replace_trackers () from /usr/lib/python2.4/site-packages/deluge/deluge_core.so
#9  0x00000000004766c7 in PyEval_EvalFrame ()
#10 0x00000000004762ce in PyEval_EvalFrame ()
#11 0x00000000004762ce in PyEval_EvalFrame ()
#12 0x00000000004779f6 in PyEval_EvalCodeEx ()
#13 0x00000000004bf529 in ?? ()
#14 0x00000000004154e0 in PyObject_Call ()
#15 0x000000000041b1ff in ?? ()
#16 0x00000000004154e0 in PyObject_Call ()
#17 0x0000000000470d41 in PyEval_CallObjectWithKeywords ()
#18 0x00000000004a2ded in ?? ()
#19 0x00002b23b5228317 in start_thread () from /lib/libpthread.so.0
#20 0x00002b23b5b99c7d in clone () from /lib/libc.so.6
#21 0x0000000000000000 in ?? ()
(gdb) 
daddy
Seeder
Seeder
Posts: 100
Joined: Sun Jul 22, 2007 12:14 am

Re: Need testing

Post by daddy »

2085 (which you committed after my last message) seems to have fixed it.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Need testing

Post by markybob »

daddy wrote:2085 (which you committed after my last message) seems to have fixed it.
Thanks. 0.5.6.1 was released.
waltherbans
Leecher
Leecher
Posts: 50
Joined: Thu Jun 28, 2007 6:36 pm

Re: Need testing

Post by waltherbans »

i removed deluge 0.5.6 and ~/.config/deluge completely and installed 0.5.6.1 - but the "invalid handle error" still exists and deluge crashes.
i used the .deb-package on ubuntu gutsy i386 - and deluge 0.5.6rc1 ran perfectly.

Code: Select all

no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
Pickling state...
Scanning plugin dir /usr/share/deluge/plugins
Initialising plugin TorrentNotification
Initialising plugin SpeedLimiter
Initialising plugin DesiredRatio
Initialising plugin TorrentSearch
Initialising plugin WebUi
Initialising plugin SimpleRSS
Initialising plugin MoveTorrent
Initialising plugin BlocklistImport
Initialising plugin EventLogging
Initialising plugin TorrentPeers
Initialising plugin Scheduler
Initialising plugin Locations
Initialising plugin TorrentCreator
Initialising plugin TorrentFiles
Initialising plugin ExtraStats
Initialising plugin WebSeed
Initialising plugin NetworkHealth
Initialising plugin NetworkGraph
Applying preferences
Starting DHT...
Loading TorrentFiles plugin...
Loading TorrentPeers plugin...
Loading TorrentCreator plugin...
terminate called after throwing an instance of 'libtorrent::invalid_handle'
  what():  invalid torrent handle used
Aborted (core dumped)

[/code ]
Post Reply