Error after svn update

General support for problems installing or using Deluge
User avatar
bidossessi
Member
Member
Posts: 33
Joined: Mon Jul 23, 2007 10:12 am
Location: Algiers, Algeria
Contact:

Error after svn update

Post by bidossessi »

updated svn this morning, and...

Code: Select all

bidossessi@itadmin:~/subversion/deluge> deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
terminate called after throwing an instance of 'asio::system_error'
  what():  mutex: Invalid argument
Aborted
has this been adressed already? i can't seem to find this error in the forum.
do i need to uninstall for an svn update as well?
does the script provide a way to do it, or do i have to go hunt libs and binaries manually?
thanks for any help
OpenSuse 10.3 /kernel 2.6.22.13-default /AMD64/512Mib RAM/Nvidia FX5500/Deluge from OpenSuse RPM repository ( 2.5.8)
Ubuntu Gutsy /kernel 2.6.22.14-generic /P4/1Gib RAM/Nvidia FX5200/Deluge from Deluge web package ( 2.5.8 )
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Error after svn update

Post by markybob »

bidossessi wrote:updated svn this morning, and...

Code: Select all

bidossessi@itadmin:~/subversion/deluge> deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
terminate called after throwing an instance of 'asio::system_error'
  what():  mutex: Invalid argument
Aborted
has this been adressed already? i can't seem to find this error in the forum.
do i need to uninstall for an svn update as well?
does the script provide a way to do it, or do i have to go hunt libs and binaries manually?
thanks for any help
did you make clean? there were various asio updates which need a clean base. if so, you should try moving your ~/.config/deluge dir out of the way and seeing if that works. maybe your prefs or state file became corrupted
Last edited by markybob on Mon Oct 01, 2007 8:06 am, edited 1 time in total.
User avatar
bidossessi
Member
Member
Posts: 33
Joined: Mon Jul 23, 2007 10:12 am
Location: Algiers, Algeria
Contact:

Re: Error after svn update

Post by bidossessi »

sorry markybob.
i should have just kept on looking... i eventually found it as well
:D
OpenSuse 10.3 /kernel 2.6.22.13-default /AMD64/512Mib RAM/Nvidia FX5500/Deluge from OpenSuse RPM repository ( 2.5.8)
Ubuntu Gutsy /kernel 2.6.22.14-generic /P4/1Gib RAM/Nvidia FX5200/Deluge from Deluge web package ( 2.5.8 )
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Error after svn update

Post by markybob »

bidossessi wrote:sorry markybob.
i should have just kept on looking... i eventually found it as well
:D
i misread ...so i edited my post above :p what i had linked you to is unrelated, sorry
User avatar
bidossessi
Member
Member
Posts: 33
Joined: Mon Jul 23, 2007 10:12 am
Location: Algiers, Algeria
Contact:

Re: Error after svn update

Post by bidossessi »

markybob wrote:
bidossessi wrote:sorry markybob.
i should have just kept on looking... i eventually found it as well
:D
i misread ...so i edited my post above :p what i had linked you to is unrelated, sorry
i found an instance of asio::system but i assumed was related.

i did not run make clean before. i will now, but the error i get now is different, and i have not changed anything yet.

Code: Select all

no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
*** glibc detected *** /usr/bin/python: free(): invalid pointer: 0xb4b221d8 ***
and it hangs there. i can't even ctrl+c out of it.
i will proceed with make clean but just a pointer : are 'python setup.py build' and 'make' interchangeable?
OpenSuse 10.3 /kernel 2.6.22.13-default /AMD64/512Mib RAM/Nvidia FX5500/Deluge from OpenSuse RPM repository ( 2.5.8)
Ubuntu Gutsy /kernel 2.6.22.14-generic /P4/1Gib RAM/Nvidia FX5200/Deluge from Deluge web package ( 2.5.8 )
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Error after svn update

Post by markybob »

bidossessi wrote:
markybob wrote:
bidossessi wrote:sorry markybob.
i should have just kept on looking... i eventually found it as well
:D
i misread ...so i edited my post above :p what i had linked you to is unrelated, sorry
i found an instance of asio::system but i assumed was related.

i did not run make clean before. i will now, but the error i get now is different, and i have not changed anything yet.

Code: Select all

no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
*** glibc detected *** /usr/bin/python: free(): invalid pointer: 0xb4b221d8 ***
and it hangs there. i can't even ctrl+c out of it.
i will proceed with make clean but just a pointer : are 'python setup.py build' and 'make' interchangeable?
i think a make clean will fix your problem. yes, they're interchangeable. i just do 'make clean; make; sudo make install' because it's faster to type
User avatar
bidossessi
Member
Member
Posts: 33
Joined: Mon Jul 23, 2007 10:12 am
Location: Algiers, Algeria
Contact:

Re: Error after svn update

Post by bidossessi »

success!
i think i will post this procedure somewhere. there must be a few who are like me... :lol:
thanks for the lighning fast response!
OpenSuse 10.3 /kernel 2.6.22.13-default /AMD64/512Mib RAM/Nvidia FX5500/Deluge from OpenSuse RPM repository ( 2.5.8)
Ubuntu Gutsy /kernel 2.6.22.14-generic /P4/1Gib RAM/Nvidia FX5200/Deluge from Deluge web package ( 2.5.8 )
User avatar
bidossessi
Member
Member
Posts: 33
Joined: Mon Jul 23, 2007 10:12 am
Location: Algiers, Algeria
Contact:

Re: Error after svn update

Post by bidossessi »

unfortunately i am now stuck on something new and bothersome. (see attached pic)
now i know that removing ~/.config/deluge could fix the problem in itself, but it would create a new one:
there are 88 torrents in there, and not all in the same root folder (most were added by flexRSS-god bless daddy)! that's a lot to add manually!

i need a way out please!!!
Attachments
deluge after svn update and a few restarts.
deluge after svn update and a few restarts.
Screenshot-1.png (44.37 KiB) Viewed 6011 times
OpenSuse 10.3 /kernel 2.6.22.13-default /AMD64/512Mib RAM/Nvidia FX5500/Deluge from OpenSuse RPM repository ( 2.5.8)
Ubuntu Gutsy /kernel 2.6.22.14-generic /P4/1Gib RAM/Nvidia FX5200/Deluge from Deluge web package ( 2.5.8 )
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Error after svn update

Post by markybob »

bidossessi wrote:unfortunately i am now stuck on something new and bothersome. (see attached pic)
now i know that removing ~/.config/deluge could fix the problem in itself, but it would create a new one:
there are 88 torrents in there, and not all in the same root folder (most were added by flexRSS-god bless daddy)! that's a lot to add manually!

i need a way out please!!!
was it "checking" a torrent? that causes the rest to be paused. also, which fs? it also pauses when there's not enough room for all of the torrents *or* if there are permission problems on a destination directory
User avatar
bidossessi
Member
Member
Posts: 33
Joined: Mon Jul 23, 2007 10:12 am
Location: Algiers, Algeria
Contact:

Re: Error after svn update

Post by bidossessi »

I left it untouched overnight to see what would happen, and the torrents resumed on their own.
but i can guarantee that there was no "checking" going on in the UI. maybe it happened in the background and the UI wasn't updated.
tonikaku, all is fine now.
thx
OpenSuse 10.3 /kernel 2.6.22.13-default /AMD64/512Mib RAM/Nvidia FX5500/Deluge from OpenSuse RPM repository ( 2.5.8)
Ubuntu Gutsy /kernel 2.6.22.14-generic /P4/1Gib RAM/Nvidia FX5200/Deluge from Deluge web package ( 2.5.8 )
Post Reply