-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terminate called after throwing an instance of 'torrent::internal_error' #189
Comments
Does rtorrent crash when you do start/stop using the ncurses interface? Also, do call this before doing backtrace;
|
Starting and stopping (ctrl+s, ctrl+d) a torrent fast in the cli triggers a:
Not sure if this is the same error tho? |
That check is to detect bugs causing the client to hammer the trackers. Try again but slower. On 12. apr. 2014, at 01:18, Jellyfrog notifications@github.com wrote: Starting and stopping (ctrl+s, ctrl+d) a torrent fast in the cli triggers a: Caught internal_error: Tracker request had more than 10 requests in 10 Not sure if this is the same error tho? Reply to this email directly or view it on |
Not sure how to make it crash with the cli but via rutorrent is rather easy, stopping and starting multiple torrents results sooner or later in:
|
If it doesn't happen in the cli then I know where to look, though if it On 12. apr. 2014, at 01:34, Jellyfrog notifications@github.com wrote: Not sure how to make it crash with the cli but via rutorrent is rather terminate called after throwing an instance of 'torrent::internal_error' what(): Block dtor with 'm_state == STATE_COMPLETED && m_leader == Program received signal SIGABRT, Aborted. Thread 3 (Thread 0x7fffee512700 (LWP 15363)): Thread 2 (Thread 0x7ffff25a6700 (LWP 15359)): Thread 1 (Thread 0x7ffff7fde740 (LWP 15356)): Reply to this email directly or view it on |
Stopping a torrent in the CLI:
|
saw tons of:
in the log so I shut down rtorrent (ctrl+q) and got this:
|
Found the probable cause of this issue, try with latest rev. |
Ehm... forgot to push the change. |
I'll check it out after you push :) |
Pushed... remember to update both libtorrent and rtorrent |
So far so good |
Going to close as resolved, reopen if it happens again. |
Seems like it didn't help after all :(
|
OK..that didn't take long
I commented out the
|
Those are unrelated issues, make a new ticket. |
Uhm... for the last one, no need to create a ticket. Turns out I left in some debug related exceptions when I committed some changes. Should be fixed. |
Sometimes when stopping/starting torrent [via rutorrent (xmlrpc)] rtorrent crashes.
Not sure if rutorrent is doing something bad or not, either way rtorrent shouldn't crash
rakshasa/libtorrent@680576e
38f39bd
xmlrpc-c@1.25.27
The text was updated successfully, but these errors were encountered: