double free or corruption error - constant crashes

General support for problems installing or using Deluge
Post Reply
tinyblob
Member
Member
Posts: 18
Joined: Mon Oct 29, 2007 4:46 pm

double free or corruption error - constant crashes

Post by tinyblob »

Code: Select all

*** glibc detected *** /usr/bin/python: double free or corruption (out): 0xb4d1f810 ***
Started a new thread with a more descriptive title in a desperate attempt to get some help - how can i fix this problem.
I've upgraded to the latest svn version, i've reinstalled python, i've done an rm ~/.config/deluge/persistent.state, i've tried starting with dbus-launch deluge

Help!
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: double free or corruption error - constant crashes

Post by markybob »

tinyblob wrote:

Code: Select all

*** glibc detected *** /usr/bin/python: double free or corruption (out): 0xb4d1f810 ***
Started a new thread with a more descriptive title in a desperate attempt to get some help - how can i fix this problem.
I've upgraded to the latest svn version, i've reinstalled python, i've done an rm ~/.config/deluge/persistent.state, i've tried starting with dbus-launch deluge

Help!
that usually happens when there's a compilation error. try not just a make clean, but deleting the directory and recheck it out from svn. if you use ccache, clear that out first before compiling. if you're using a new version of gcc, try another.
tinyblob
Member
Member
Posts: 18
Joined: Mon Oct 29, 2007 4:46 pm

Re: double free or corruption error - constant crashes

Post by tinyblob »

i haven't been using make clean at all, just following the svn instructions on the website... i've deleted the directory now, downloaded it again, run make clean and now make install..
while it's compiling i do see an error:

Code: Select all

libtorrent/src/http_tracker_connection.cpp: In member function 'void libtorrent::http_tracker_connection::name_lookup(const asio::error_code&, asio::ip::basic_resolver_iterator<asio::ip::tcp>)': libtorrent/src/http_tracker_connection.cpp:572: warning: unused variable 'ret'
it's taking a loooooooong time to compile of my little machine, so i'll see what happens
tinyblob
Member
Member
Posts: 18
Joined: Mon Oct 29, 2007 4:46 pm

Re: double free or corruption error - constant crashes

Post by tinyblob »

and another:

Code: Select all

libtorrent/src/session_impl.cpp: In member function 'void libtorrent::aux::session_impl::second_tick(const asio::error_code&): libtorrent/src/session_impl.cpp::1494: warning: unused variable 'ret'
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: double free or corruption error - constant crashes

Post by markybob »

those are warnings and perfectly fine. and the faq *does* say to make clean. http://deluge-torrent.org/faq#4n10
tinyblob
Member
Member
Posts: 18
Joined: Mon Oct 29, 2007 4:46 pm

Re: double free or corruption error - constant crashes

Post by tinyblob »

yes, in the updating bit..
but i've been installing from scratch and following the instructions marked there, and it's still freezing up.

Image

the white void is where i've dragged it offscreen to see whether it's crashed or not ;)
the error is the result of clicking the close button.
Post Reply