Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82261 - btdownloadcurses.py segfaults
Summary: btdownloadcurses.py segfaults
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL: http://mastermac.free.fr/LOG_btdownlo...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 09:15 UTC by Boris Fersing (RETIRED)
Modified: 2005-02-16 09:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Fersing (RETIRED) gentoo-dev 2005-02-16 09:15:11 UTC
Bittorrent worked well some weeks ago, but today, I wanted to download something and btdownloadcurses.py simply segfaulted !

btdownloadheadless.py stills work ! 

I already did revdep-rebuild but that doesn't help.

I did a strace and put the output file on my ftp (URL)

Reproducible: Always
Steps to Reproduce:
1. btdownloadcurses.py
2.
3.

Actual Results:  
Segfault !

more infos here : 

http://mastermac.free.fr/LOG_btdownloadcurses

Expected Results:  
to run fine !

Portage 2.0.51-r15 (default-linux/amd64/2004.3, gcc-3.4.3,
glibc-2.3.4.20050125-r0,glibc-2.3.4.20040808-r1, 2.6.10-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.10-gentoo-r6 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.3-r2 [2.3.3 (#1, Feb 16 2005, 17:14:56)]
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.3-r2
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.9.4, 1.8.5-r3, 1.5, 1.4_p6, 1.7.9-r1, 1.6.3
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r3
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -mtune=athlon64 -O2 -pipe -fomit-frame-pointer -msse
-msse2 -mmmx -fPIC"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -mtune=athlon64 -O2 -pipe -fomit-frame-pointer -msse
-msse2 -mmmx -fPIC"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig buildsyspkg ccache distlocks fixpackages sandbox"
GENTOO_MIRRORS="ftp://ftp.proxad.net/mirrors/ftp.gentoo.org/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
LANG="fr_FR.utf8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.belnet.be/gentoo-portage"
USE="amd64 X aac aalib acpi aim alsa anthy apache2 audiofile bash-completion
berkdb bidi bitmap-fonts blender-game bonobo bootspla bzlib canna cdparanoia cdr
cdrom chroot cjk crypt curl dga directfb divx4linux dvd dvdr dvdread edl escreen
esd ethereal evo f77 faac faad fam fbcon fbdev ffmpeg fla flac font-server
fortran freetype freetype-version-1 freewnn ftp gdbm ggi gif gimp gimpprint
gnome gpm gstreamer gtk gtk2 gtkhtml hal iconv icq ieee1394 imagemagick imap
imlib imlib2 ipv6 jabber jp2 jpeg junit kakasi libwww live lzo lzw lzw-tiff mad
mailbox maildir matroska mbox md5sum mikmod mng motif mozilla moznocompose
moznoirc moznomail mozsvg mp3 mpeg mplayer msn music mythtv nas ncurses net
network nls nntp nocardbus nptl nptlonly nvidia objc offensive oggvorbis openal
opengl opens operanom2 oscar oss pam pdflib perl pic png postgres pthreads
python readline recode rtc samba sdl sftplogging skk slang softquota ssl svg
tcpd tga theora tiff transcode truetype truetype-fonts type1-fonts unicode usb
userlocales v4l v4l2 vanilla xfs xine xinerama xinetd xml xml2 xmms xosd xpm
xrandr xv xvid yahoo zlib zvbi"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS
Comment 1 Boris Fersing (RETIRED) gentoo-dev 2005-02-16 09:46:14 UTC
OK, I fixed the problem :

- re-emerged ncurses and then python


Sorry for the annoyance.