Summary: | gideon crash on startup - suse 8.0 | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | kris |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adrian |
Priority: | NOR | ||
Version: | 3.0.0a3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
kris
2003-01-09 22:00:57 UTC
can you try alpha3? If it still crashes, please send a backtrace with debug information. (configure with "--enable-debug"). Subject: Re: gideon crash on startup - suse 8.0
Am Do 9.Januar 2003 22:16 schrieben Sie:
> ------- Additional Comments From harry@kdevelop.org 2003-01-09 22:16
> ------- can you try alpha3? If it still crashes, please send a backtrace
> with debug information. (configure with "--enable-debug").
Where do I get alpha3? I won't compile (need CPU currently for my own
projects), need a binary rpm for installation.
Kristian
http://download.kde.org/unstable/kdevelop-3.0-alpha3/ Some binary packages are there now; others should be available soon. valiant:/home/kris # rpm -q qt3 qt3-3.0.3-15 valiant:/home/kris # rpm -U kdevelop3-3.0a3-0.i386.rpm error: failed dependencies: qt3 > 3.0.4 is needed by kdevelop3-3.0a3-0 valiant:/home/kris # cat /etc/SuSE-release SuSE Linux 8.0 (i386) VERSION = 8.0 This one does not even install. valiant:/home/kris # rpm --nodeps -U kdevelop3-3.0a3-0.i386.rpm valiant:/home/kris # This fails with kris@valiant:~> gideon //usr/lib/qt-3.0.3/plugins/imageformats/libqjpeg.so: Feature JPEG already defined in /usr/lib/qt-3.0.3/plugins/imageformats/libqjpeg.so! //usr/lib/qt-3.0.3/plugins/imageformats/libqmng.so: Feature MNG already defined in /usr/lib/qt-3.0.3/plugins/imageformats/libqmng.so! QObject::connect: No such signal KTabBar::closeOthers(const QWidget*) QObject::connect: (sender name: 'tabbar') QObject::connect: (receiver name: 'unnamed') QObject::connect: No such signal KTabWidget::closeOthers(QWidget*) QObject::connect: (sender name: 'unnamed') QObject::connect: (receiver name: 'unnamed') KCrash: crashing.... crashRecursionCounter = 2 KCrash: Application Name = gideon path = <unknown> pid = 18263 //usr/lib/qt-3.0.3/plugins/imageformats/libqjpeg.so: Feature JPEG already defined in /usr/lib/qt-3.0.3/plugins/imageformats/libqjpeg.so! //usr/lib/qt-3.0.3/plugins/imageformats/libqmng.so: Feature MNG already defined in /usr/lib/qt-3.0.3/plugins/imageformats/libqmng.so! and (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)...[New Thread 1024 (LWP 18263)] (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... 0x41352099 in wait4 () from /lib/libc.so.6 #0 0x41352099 in wait4 () from /lib/libc.so.6 #1 0x413ccbd8 in __DTOR_END__ () from /lib/libc.so.6 #2 0x411e7072 in waitpid () from /lib/libpthread.so.0 #3 0x409e60de in KCrash::defaultCrashHandler () from /opt/kde3/lib/libkdecore.so.4 #4 0x411e4a74 in pthread_sighandler () from /lib/libpthread.so.0 #5 <signal handler called> ah... please don't ignore RPM warnings and don't install with --nodeps. If the SuSE guys require Qt 3.0.4 it has a good reason. Please upgrade Qt. Subject: Re: gideon crash on startup - suse 8.0 Am Sa 11.Januar 2003 20:36 schrieben Sie: > ------- You are receiving this mail because: ------- > You reported the bug, or are watching the reporter. > > http://bugs.kde.org/show_bug.cgi?id=52814 > > ------- Additional Comments From harry@kdevelop.org 2003-01-11 20:36 > ------- ah... please don't ignore RPM warnings and don't install with > --nodeps. If the SuSE guys require Qt 3.0.4 it has a good reason. Please > upgrade Qt. Ok, this is Suse 8.0 with all Updates as offered by Yast2 Online update, it only has Qt 3.0.3. Is there a simple way to go to 3.0.4 without breaking the existing install (i.e. this package will not work at most Suse 8.0 installations at the moment as-is). Kristian Subject: Re: gideon crash on startup - suse 8.0
Am Sa 11.Januar 2003 20:50 schrieben Sie:
> Ok, this is Suse 8.0 with all Updates as offered by Yast2 Online update, it
> only has Qt 3.0.3. Is there a simple way to go to 3.0.4 without breaking
> the existing install (i.e. this package will not work at most Suse 8.0
> installations at the moment as-is).
Maybe I am overlooking something, but there also is no qt3 >= 3.0.4 rpm for
Suse 8.0 available on ftp.kde.org's suse mirror nor on ftp.suse.com. Could
you please point me to the correct directory?
Kristian
looks like a broken rpm... any chance to get a fixed one? okay, this crash is ancient in KDE development time :) it sure starts up right now, and we had a release since then. closing I still have this bug with kdevelop 3.0a3-0 in SuSE 8.1, KDE 3.1.1, gcc 3.2 -36, qt3 3.1.2 -6. I respected rpm's depedencies,and didn't install with --nodeps kind greetings, Jogchum Reitsma |