Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119692 - konqueror-3.5.0-r1 crashes on http://lists.zerezo.com
Summary: konqueror-3.5.0-r1 crashes on http://lists.zerezo.com
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-20 07:25 UTC by Ruben Jenster
Modified: 2006-01-20 19:00 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 Ruben Jenster 2006-01-20 07:25:07 UTC
Trying to open http://lists.zerezo.com crashes konqueror.
While I can reproduce this on both of my gentoo installations,
this doesn't happen with Kubuntu and kde-3.5.

Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14-suspend2-r7 i686)
=================================================================
System uname: 2.6.14-suspend2-r7 i686 Intel(R) Pentium(R) M processor 1700MHz
Gentoo Base System version 1.6.14
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium-m -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /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/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=pentium-m -pipe -fomit-frame-pointer"
DISTDIR="/mnt/hda6/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="de_DE.UTF-8"
LC_ALL="de_DE.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/mnt/hda6/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/usr"
SYNC="rsync://ftp.join.uni-muenster.de/gentoo-portage"
USE="x86 X aac acpi alsa apache2 arts asf audiofile avi bash-completion berkdb bitmap-fonts bzip2 cdb cddb cdr crypt css cups curl dbus dvd dvdr eds emboss encode exif expat fam ffmpeg flac foomaticdb fortran gd gdbm gif glut gmp gphoto2 gpm gtk2 hal idn imagemagick imlib ipv6 jack java javascript jikes jpeg kcal kde kdeenablefinal kqemu lcms libg++ libwww mad math mhash mikmod mmx mng mp3 mpeg mplayer mysql ncurses nls nptl nsplugin ogg oggvorbis openal openexr opengl pcmcia pcre pda pdflib perl php png ppds python qt quicktime rdesktop readline ruby scanner sdl spell sqlite sse sse2 ssl subversion svg tcpd tetex threads tiff truetype truetype-fonts type1-fonts udev unicode usb userlocales utf8 vcd vorbis win32codecs xine xinerama xml2 xmms xv xvid zeroconf zlib linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2006-01-20 09:09:57 UTC
The site works fine here, might be related to -Os, might be another local problem. Without a proper backtrace* or other usable output there's no chance getting help.


*FEATURES="nostrip" USE="debug" and without -fomit-frame-pointer
Comment 2 Ruben Jenster 2006-01-20 19:00:57 UTC
Thanks, for your quick answer.

I recompiled konquer, and libkonq like you said but I can't get 
any usefull debug output either.

Then I recompiled kdelibs with '-O2' instead of '-Os' and restarted kde so that no konqueror instance is loaded anymore (allready have done that before to except a runtime problem) and now it works.

It seems to me that kdelibs doesn't compile well with '-Os.
I think it would be good to replace '-Os' with flag-o-matic for kdelibs.

Regards,
Ruben