Menu

#67 Crashing on startup on RH 8.0

closed-invalid
None
5
2003-05-10
2003-03-18
Anonymous
No

I did see other post like this one but for some reason
my post on that thread didnt show so starting new one.

Kbear crashes on startup.

I might try removing KDE and installing it fromthe site
instead of having a redhat modified release.

Info:
KDE verstion 3.0.3-8.3 RedHat
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
g++ (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)

XFree86 Version 4.2.0 (Red Hat Linux release: 4.2.0-72)
/ X Window System
(protocol Version 11, revision 0, vendor release 6600)

Backtrace:
[New Thread 8192 (LWP 4323)]
0x420ae169 in wait4 () from /lib/i686/libc.so.6
#0 0x420ae169 in wait4 () from /lib/i686/libc.so.6
#1 0x4212a2d0 in __DTOR_END__ () from /lib/i686/libc.so.6
#2 0x40f26c63 in waitpid () from /lib/i686/libpthread.so.0
#3 0x406bc1e5 in KCrash::defaultCrashHandler(int) ()
from /usr/lib/libkdecore.so.4
#4 <signal handler called>
#5 0x42028cc1 in kill () from /lib/i686/libc.so.6
#6 0x40f2507d in raise () from /lib/i686/libpthread.so.0
#7 0x4202a019 in abort () from /lib/i686/libc.so.6
#8 0x4065ee6c in kDebugBackend(unsigned short,
unsigned, char const*) ()
from /usr/lib/libkdecore.so.4
#9 0x4065f44f in kdbgstream::flush() () from
/usr/lib/libkdecore.so.4
#10 0x0804f041 in endl(kdbgstream&) ()
#11 0x40064cb2 in
KBearMdiChildView::resolveConnection(Connection const&) ()
from /usr/local/kde/lib/libkbear.so.2
#12 0x400643c6 in
KBearMdiChildView::KBearMdiChildView(QWidget*,
Connection const&) () from /usr/local/kde/lib/libkbear.so.2
#13 0x400694b7 in KBear::initViewLocal() ()
from /usr/local/kde/lib/libkbear.so.2
#14 0x400682a0 in KBear::KBear() () from
/usr/local/kde/lib/libkbear.so.2
#15 0x40068d05 in KBear::self() () from
/usr/local/kde/lib/libkbear.so.2
#16 0x0804e8b6 in KBearApplication::newInstance() ()
#17 0x406d6e37 in KUniqueApplication::processDelayed() ()
from /usr/lib/libkdecore.so.4
#18 0x406d71db in KUniqueApplication::qt_invoke(int,
QUObject*) ()
from /usr/lib/libkdecore.so.4
#19 0x0804eca4 in KBearApplication::qt_invoke(int,
QUObject*) ()
#20 0x409d9d6b in
QObject::activate_signal(QConnectionList*, QUObject*) ()
from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#21 0x40ca09f2 in QSignal::signal(QVariant const&) ()
from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#22 0x409f3298 in QSignal::activate() ()
from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#23 0x409fa933 in QSingleShotTimer::event(QEvent*) ()
from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#24 0x40985c49 in
QApplication::internalNotify(QObject*, QEvent*) ()
from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#25 0x409854f1 in QApplication::notify(QObject*,
QEvent*) ()
from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#26 0x406509c6 in KApplication::notify(QObject*,
QEvent*) ()
from /usr/lib/libkdecore.so.4
#27 0x40928a88 in qt_activate_timers() ()
from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#28 0x40926330 in QApplication::processNextEvent(bool) ()
from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#29 0x40987280 in QApplication::enter_loop() ()
from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#30 0x4092602d in QApplication::exec() ()
from /usr/lib/qt3-gcc3.2/lib/libqt-mt.so.3
#31 0x0804de26 in main ()
#32 0x420158d4 in __libc_start_main () from
/lib/i686/libc.so.6

Discussion

  • Bj�rn Sahlstr�m

    Logged In: YES
    user_id=145300

    This is probably caused by incorrect paths ot that KBear is
    installed outside the kde dirtree.
    Make sure that you're login script setup a correct KDE
    environment. If you use a bash shell the file to edit is
    ~/.bash_profile

    Add these lines to the file:
    KDEHOME=$HOME/.kde3
    KDEDIR=where_kde_is_installed
    QTDIR=where_qt_is_installed
    PATH=$KDEDIR/bin:$QTDIR/bin:$PATH
    LD_LIBRARY_PATH=$KDEDIR/lib:$QTDRI/lib:$LD_LIBRARYPAT
    H
    LIBRARY_PATH=$KDEDIR/lib:$QTDRI/lib:$LIBRARY_PATH
    export KDEDIR QTDIR PATH LD_LIBRARY_PATH

     
  • Bj�rn Sahlstr�m

    • assigned_to: nobody --> kbjorn
    • status: open --> closed-invalid
     

Log in to post a comment.