You are not logged in.

#1 2006-09-03 11:54:59

alger
Member
Registered: 2006-09-01
Posts: 39
Website

rtorrent crashes when it finishes a download

Well, I think the title says it all.

Offline

#2 2006-09-03 13:56:29

Cam
Member
From: Brisbane, Aus
Registered: 2004-12-21
Posts: 658
Website

Re: rtorrent crashes when it finishes a download

nice post, glad to see you're letting people know what versions you're using and all that other important stuff.

i had problems with an older version (can't remember exactly which) crashing but i installed the -svn versions from smoons repo and all those problems are gone.

Offline

#3 2006-09-03 16:08:35

alger
Member
Registered: 2006-09-01
Posts: 39
Website

Re: rtorrent crashes when it finishes a download

I'm using the version in community: libtorrent 0.9.3 and rtorrent 0.5.3

Also here's the output after the crash:

Caught Segmentation fault, dumping stack:
0 rtorrent [0x806331d]
1 rtorrent [0x8066204]
2 rtorrent [0x80746ea]
3 [0xffffe420]
4 rtorrent [0x80ae685]
5 rtorrent [0x809fb27]
6 rtorrent [0x8064a9c]
7 /lib/libc.so.6(__libc_start_main+0xd8) [0xb79b7808]
8 rtorrent(_ZN7torrent18set_max_open_filesEj+0x95) [0x805b841]

Offline

#4 2006-09-03 16:48:42

mucknert
Member
From: Berlin // Germany
Registered: 2006-06-27
Posts: 510

Re: rtorrent crashes when it finishes a download

Use this PKGBUILDs for the lates development-release. It fixes a sh*tload of bugs, including yours, and is very stable. At least for me. Here goes:

pkgname=libtorrent
pkgver=0.10.1
pkgrel=1
pkgdesc="BitTorrent library written in C++"
url="http://libtorrent.rakshasa.no"
license="GPL"
depends=('libsigc++2.0' 'openssl')
source=(http://libtorrent.rakshasa.no/downloads/$pkgname-$pkgver.tar.gz)
#md5sums=('438192530048c5ba67bbc2f9852c695c')

build() {
  cd $startdir/src/$pkgname-$pkgver
  CXXFLAGS="${CXXFLAGS} -fno-strength-reduce -fno-thread-jumps -fno-inline -ffor
ce-addr" 
    ./configure --prefix=/usr --disable-debug 
  make || return 1
  make DESTDIR=$startdir/pkg install
  find $startdir/pkg -name '*.la' -exec rm {} ;
}

for libtorrent and

pkgname=rtorrent
pkgver=0.6.1
pkgrel=1
pkgdesc="Ncurses BitTorrent client based on libTorrent"
url="http://libtorrent.rakshasa.no"
license="GPL"
depends=('libtorrent>=0.9.0' 'curl')
makedepends=('libtorrent>=0.9.0')
source=(http://libtorrent.rakshasa.no/downloads/$pkgname-$pkgver.tar.gz) 
#md5sums=('5fe1fad0fe72ccb99d83d09a566f8732' '11e88e0c494124aaa5823e5093706950')

build() {
  cd $startdir/src/$pkgname-$pkgver
  
  CXXFLAGS="${CXXFLAGS} -fno-strength-reduce -fno-thread-jumps -fno-inline -ffor
ce-addr" 
        ./configure --prefix=/usr --disable-debug
  make || return 1
  make DESTDIR=$startdir/pkg install
}

for rtorrent itself.

Actually, those are just the official PKGBUILDs that have been tweaked a little bit.


Todays mistakes are tomorrows catastrophes.

Offline

#5 2006-09-03 17:10:08

alger
Member
Registered: 2006-09-01
Posts: 39
Website

Re: rtorrent crashes when it finishes a download

I just installed the svn version in the moons repository and everything seems fine.

Thank you.

Offline

#6 2006-09-03 23:28:21

codemac
Member
From: Cliche Tech Place
Registered: 2005-05-13
Posts: 794
Website

Re: rtorrent crashes when it finishes a download

rtorrent in [community] now is running on the unstable releases.

Why?

Because the dev clearly  doesn't give a shit about the term "stable", so neither am I.

Offline

Board footer

Powered by FluxBB