Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58802 - karchiver-3.0.8 crached
Summary: karchiver-3.0.8 crached
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-29 10:32 UTC by Antonio
Modified: 2004-12-23 07:24 UTC (History)
0 users

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


Attachments
File crashed (coseimportanti.zip,8.61 KB, application/octet-stream)
2004-07-31 01:30 UTC, Antonio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-07-29 10:32:43 UTC
karchiver-3.0.8 open well the archive but when select a file chashed.
I have recompile with kde-3.2 but none.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Antonio 2004-07-29 10:33:21 UTC
My emerge info:

Portage 2.0.50-r9 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7-gentoo-r11)
=================================================================
System uname: 2.6.7-gentoo-r11 i686 AMD Athlon(tm) MP 1700+
Gentoo Base System version 1.4.16
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /etc/tomcat5 /opt/resin/conf /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/lib/jboss /var/qmail/control /var/www/localhost/htdocs/mythweb/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache collision-protect distcc sandbox"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://sunsite.cnlab-switch.ch/mirror/gentoo/ ftp://planetmirror.com/pub/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow X X509 Xaw3d aalib acl acpi acpi4linux aim alsa amd apache2 apm arts audiofile autofs avi berkdb blender-game bonobo cddb cdr clamav clisp cmucl crypt cups curl dillo divx4linux doc dv dvb dvd dvdr dvdread emacs encode escreen esd etwin evms2 evo exif f77 faac faad fam ffmpeg flac flash fmod foomaticdb ftp gcl gd gdbm geoip ggi gif gimp gimpprint gnome gnomedb gnuplot gphoto2 gpm gs gstreamer gtk gtk2 gtkhtml guile hbci icq imagemagick imap imlib imlib2 ipv6 jabber jack java javamail javascript jpeg kde kerberos ldirectord libdsk libg++ libgda libwww live mad mbox mcal mdb mikmod mldonkeypango mmx mng monkey motif mozaccess mozcalendar mozilla mozsvg mpeg mpeg4 mplayer msdav msn mysql nas ncurses net nls nptl nvidia oav odbc ofx oggvorbis openal opengl oscar oss pam pdflib perl pic png portaudio postgres ppds pthreads python qt quicktime readline ruby samba sasl scanner sdl slang sndfile speex spell ssl svg svga tcltk tcpd tetex theora tiff transcode truetype type1 usb v4l v4l2 virus-scan wxwindows x86 xface xfs xine xinerama xml xml2 xmms xprint xrandr xv xvid yahoo zlib"
Comment 2 Antonio 2004-07-29 10:48:16 UTC
I have test karchiver-3.0.10 and crashed.

Archive .tar.gz work well but with .zip none
Comment 3 Antonio 2004-07-29 11:14:18 UTC
If archive .zip is:

bash-2.05b$ file lex.zip
lex.zip: Zip archive data, at least v1.0 to extract  <---------- OK

karchiver work well

If archiove .zip is:
bash-2.05b$ file lex.zip
lex.zip: Zip archive data, at least v2.0 to extract  <---------- NOT OK

karchiver when select a file on archive crashed
Comment 4 Gregorio Guidi (RETIRED) gentoo-dev 2004-07-29 12:25:23 UTC
You could try the latest version (3.0.10) and see if it solves the problem.
Comment 5 Antonio 2004-07-29 13:52:42 UTC
I have emerge karchiver-3.0.10 and not resolve my problem.
Comment 6 Dominik Stadler (RETIRED) gentoo-dev 2004-07-30 12:59:44 UTC
Can you attach a small zipfile to this Bug that shows this crash? Thanks!
Comment 7 Antonio 2004-07-31 01:30:26 UTC
Created attachment 36507 [details]
File crashed

This zip file crashed karchiver when select a file after open.
Comment 8 Gregorio Guidi (RETIRED) gentoo-dev 2004-07-31 08:22:50 UTC
I think the best thing yu can do is to contact the author
(directly or through bugs.kde.org), sending him the offendig file
and saying that karchiver-3.0.10 probably crashes in line 271 of
karchiver/carchive.cpp:

	KArchiveDirectory* currentdir=knowndirectories.last();
	...
	QStringList entries=currentdir->entries();

because knowndirectories is an empty list.
Comment 9 Carsten Lohrke (RETIRED) gentoo-dev 2004-11-25 04:39:52 UTC
Antonio, did you try to get in contact with the author of karchiver?
Comment 10 Gregorio Guidi (RETIRED) gentoo-dev 2004-12-23 07:24:46 UTC
Closing.