Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kdewebdev/quanta dies after 1 minute
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
mclion
n00b
n00b


Joined: 02 Mar 2003
Posts: 44

PostPosted: Mon Oct 23, 2006 11:35 am    Post subject: kdewebdev/quanta dies after 1 minute Reply with quote

Hi

I've upgraded to KDE 3.5.5 and kdewebdev 3.5.5. After it, quanta has become unusable. It dies everytime after about 1 minute running...if I use it or not.. it's like a timeout, nothing triggers it.. :(

Any idea what it could be? Or how I could at least debug out what the problem is so it can be solved?
Other programs run normally (even kate)...
Back to top
View user's profile Send private message
mclion
n00b
n00b


Joined: 02 Mar 2003
Posts: 44

PostPosted: Tue Oct 24, 2006 9:20 am    Post subject: Reply with quote

thought that it was something with the configuration..deleted all and restarted KDE...quanta still dies after 60 seconds as a timeout of some kind...

any help about debuging this thing?
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Tue Oct 24, 2006 10:54 am    Post subject: Reply with quote

Well, for starters, what error message do you get when you start Quanta from Konsole? Oh, and emerge --info might give us some insight as well.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
mclion
n00b
n00b


Joined: 02 Mar 2003
Posts: 44

PostPosted: Tue Oct 24, 2006 11:34 am    Post subject: Reply with quote

Code:
emerge --info
Portage 2.1.2_pre3-r7 (default-linux/x86/2006.0, gcc-3.4.6/vanilla, glibc-2.4-r3, 2.6.18-gentoo-r1 i686)
=================================================================
System uname: 2.6.18-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.12.1
Last Sync: Mon, 23 Oct 2006 09:00:01 +0000
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-java/java-config: 1.3.0-r2, 2.0.26-r4
dev-lang/python:     2.3.5, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -ffast-math -mfpmath=sse,387 -mmmx"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/fax /usr/share/X11/xkb /usr/share/config /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/eselect/compiler /etc/gconf /etc/java-config/vms/ /etc/terminfo"
CXXFLAGS="-march=pentium4 -O3 -ffast-math -mfpmath=sse,387 -mmmx"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apache2 apm arts berkdb bitmap-fonts bzip2 cli cracklib crypt cups curl dlloader dri dvd dvdr eds elibc_glibc emboss encode esd foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 iconv imlib input_devices_evdev input_devices_keyboard input_devices_mouse isdnlog jpeg kde kernel_linux libg++ libwww mad mikmod motif mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam pcre perl png pppd python qt3 qt4 quicktime readline reflection sdl session spell spl sqlite ssl tcpd truetype truetype-fonts type1-fonts udev userland_GNU video_cards_nv video_cards_nvidia vorbis xml xmlreader xmlwriter xorg xv zip zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS



On crash:
Code:
KCrash: Application 'quanta' crashing...


I've even timed it :)

Code:
time quanta
KCrash: Application 'quanta' crashing...

real    1m23.138s
user    0m1.460s
sys     0m0.256s
mclion@minigaleb ~ $ time quanta
KCrash: Application 'quanta' crashing...

real    1m4.893s
user    0m1.296s
sys     0m0.180s
mclion@minigaleb ~ $ time quanta
KCrash: Application 'quanta' crashing...

real    1m5.463s
user    0m1.336s
sys     0m0.164s


Not really at the same time..but more or less just after 1 min...
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Tue Oct 24, 2006 4:54 pm    Post subject: Reply with quote

I'd recommend you to upgrade to gcc-4.1.1 and recompile your system with sane cflags. The usual recommendation is:
Code:
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"

_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum