Page 1 of 1

Linux, "instance of 'std::out_of_range'" on start

Posted: Fri Jun 12, 2009 7:34 pm
by skystriker
Can't start deluged. http://dev.deluge-torrent.org/ticket/882
Andar, have you commited fix for 882 ticket? I tried latest sources from SVN.

Linux FC11

Code: Select all

...~]$ deluged -d

.....

terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr
Aborted

Re: Linux, "instance of 'std::out_of_range'" on start

Posted: Sat Jun 13, 2009 1:08 am
by andar
What version of libtorrent are you using?

Re: Linux, "instance of 'std::out_of_range'" on start

Posted: Sat Jun 13, 2009 6:04 am
by skystriker
From fedora repos.

Code: Select all

[root@home ~]# rpm -qa *libtorrent*
rb_libtorrent-python-0.14.3-1.fc11.i586
rb_libtorrent-0.14.3-1.fc11.i586
libtorrent-devel-0.12.4-4.fc11.i586
libtorrent-0.12.4-4.fc11.i586

Re: Linux, "instance of 'std::out_of_range'" on start

Posted: Sat Jun 13, 2009 8:21 pm
by andar
skystriker wrote:From fedora repos.

Code: Select all

[root@home ~]# rpm -qa *libtorrent*
rb_libtorrent-python-0.14.3-1.fc11.i586
rb_libtorrent-0.14.3-1.fc11.i586
libtorrent-devel-0.12.4-4.fc11.i586
libtorrent-0.12.4-4.fc11.i586
Try upgrading to the latest version 0.14.4

Re: Linux, "instance of 'std::out_of_range'" on start

Posted: Mon Jun 15, 2009 7:05 am
by skystriker
Thanks, upgrading to 0.14.4 solved problem.