Bug 126017 - crashes when adding an account!
Summary: crashes when adding an account!
Status: RESOLVED WORKSFORME
Alias: None
Product: kopete
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: FreeBSD Ports FreeBSD
: NOR crash
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-21 12:55 UTC by Mossy
Modified: 2006-06-07 20:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mossy 2006-04-21 12:55:20 UTC
Version:            (using KDE KDE 3.5.2)
Installed from:    FreeBSD Ports
OS:                FreeBSD

When i add my MSN or Yahoo account, it crashes and gives the following crash back trace:
[New LWP 100064]
[Switching to LWP 100064]
0x29d8d217 in nanosleep () from /lib/libc.so.6
#0  0x29d8d217 in nanosleep () from /lib/libc.so.6
#1  0x29cdba57 in _nanosleep () from /usr/lib/libpthread.so.2
#2  0x29d71669 in sleep () from /lib/libc.so.6
#3  0x29cd13aa in sleep () from /usr/lib/libpthread.so.2
#4  0x2906279a in KCrash::startDrKonqi () from /usr/local/lib/libkdecore.so.6
#5  0x29062b40 in KCrash::defaultCrashHandler ()
   from /usr/local/lib/libkdecore.so.6
#6  0x29cd8ed1 in sigaction () from /usr/lib/libpthread.so.2
#7  0xbfbfff94 in ?? ()
#8  0x0000000b in ?? ()
#9  0xbfbfd7a0 in ?? ()
#10 0xbfbfd4e0 in ?? ()
#11 0x00000000 in ?? ()
#12 0x29cd8998 in sigaction () from /usr/lib/libpthread.so.2
#13 0x2a29791d in MSNEditAccountWidget::apply ()
   from /usr/local/lib/libkopete_msn_shared.so.0
#14 0x08094170 in AddAccountWizard::accept ()
#15 0x297749b8 in QDialog::qt_invoke () from /usr/X11R6/lib/libqt-mt.so.3
#16 0x29777787 in QWizard::qt_invoke () from /usr/X11R6/lib/libqt-mt.so.3
#17 0x28e79785 in KWizard::qt_invoke () from /usr/local/lib/libkdeui.so.6
#18 0x080943c7 in AddAccountWizard::qt_invoke ()
#19 0x294551e0 in QObject::activate_signal ()
   from /usr/X11R6/lib/libqt-mt.so.3
#20 0x29455851 in QObject::activate_signal ()
   from /usr/X11R6/lib/libqt-mt.so.3
#21 0x2975bf88 in QButton::clicked () from /usr/X11R6/lib/libqt-mt.so.3
#22 0x294e1486 in QButton::mouseReleaseEvent ()
   from /usr/X11R6/lib/libqt-mt.so.3
#23 0x29487deb in QWidget::event () from /usr/X11R6/lib/libqt-mt.so.3
#24 0x293f9265 in QApplication::internalNotify ()
   from /usr/X11R6/lib/libqt-mt.so.3
#25 0x293f9521 in QApplication::notify () from /usr/X11R6/lib/libqt-mt.so.3
#26 0x28fd2fce in KApplication::notify () from /usr/local/lib/libkdecore.so.6
#27 0x2939af1f in QETWidget::translateMouseEvent ()
   from /usr/X11R6/lib/libqt-mt.so.3
#28 0x29399e9f in QApplication::x11ProcessEvent ()
   from /usr/X11R6/lib/libqt-mt.so.3
#29 0x293ab5e8 in QEventLoop::processEvents ()
   from /usr/X11R6/lib/libqt-mt.so.3
#30 0x2940d627 in QEventLoop::enterLoop () from /usr/X11R6/lib/libqt-mt.so.3
#31 0x293f85c8 in QApplication::enter_loop ()
   from /usr/X11R6/lib/libqt-mt.so.3
#32 0x295c33d8 in QDialog::exec () from /usr/X11R6/lib/libqt-mt.so.3
#33 0x0807e379 in KopeteApplication::slotLoadPlugins ()
#34 0x0807ea51 in KopeteApplication::qt_invoke ()
#35 0x294551e0 in QObject::activate_signal ()
   from /usr/X11R6/lib/libqt-mt.so.3
#36 0x2975648b in QSignal::signal () from /usr/X11R6/lib/libqt-mt.so.3
#37 0x2946c31e in QSignal::activate () from /usr/X11R6/lib/libqt-mt.so.3
#38 0x29472e0b in QSingleShotTimer::event () from /usr/X11R6/lib/libqt-mt.so.3
#39 0x293f9265 in QApplication::internalNotify ()
   from /usr/X11R6/lib/libqt-mt.so.3
#40 0x293f93fa in QApplication::notify () from /usr/X11R6/lib/libqt-mt.so.3
#41 0x28fd2fce in KApplication::notify () from /usr/local/lib/libkdecore.so.6
#42 0x293edaa4 in QEventLoop::activateTimers ()
   from /usr/X11R6/lib/libqt-mt.so.3
#43 0x293abb7c in QEventLoop::processEvents ()
   from /usr/X11R6/lib/libqt-mt.so.3
#44 0x2940d627 in QEventLoop::enterLoop () from /usr/X11R6/lib/libqt-mt.so.3
#45 0x2940d580 in QEventLoop::exec () from /usr/X11R6/lib/libqt-mt.so.3
#46 0x293f85a0 in QApplication::exec () from /usr/X11R6/lib/libqt-mt.so.3
#47 0x0807d840 in main ()


It does this all the time!
Comment 1 Olivier Goffart 2006-05-13 11:31:00 UTC
can you compile your kopete with --enable-debug=full ?
can you try it with valgrind ?
can you also attach the backtrace with yahoo ?
does it happen with others protocols ?

I am unable to reproduce here.

thanks for all information you can provide.
Comment 2 Olivier Goffart 2006-06-07 20:30:16 UTC
I can't fix the bug without more information.