Re: [Knokiisync-users] Names with spaces
Status: Beta
Brought to you by:
reverant
|
From: Guillaume du M. <gui...@du...> - 2003-08-03 18:13:17
|
> It's a known bug, fixed in CVS about a week ago. I'm uploading 0.3.1 > (which includes the fix to this problem) to Sourceforge as we speak. The > announcement will made later in the day. Check with the newer version, > and please tell me if it's OK. :~/knokiisync-0.3.1/knokiisync$ ./knokiisync kbuildsycoca running... kio (KDirWatch): WARNING: KDirWatch::removeDir can't handle '' And it's crashing. With gdb : Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 21832)] 0x0805ec12 in SyncView::readKAB () (gdb) bt #0 0x0805ec12 in SyncView::readKAB () #1 0x0806ec89 in SyncView::qt_invoke () #2 0x40994ab9 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #3 0x40be7413 in QSignal::signal () from /usr/lib/libqt-mt.so.3 #4 0x409aa2f5 in QSignal::activate () from /usr/lib/libqt-mt.so.3 #5 0x409af7a3 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3 #6 0x409424da in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #7 0x409422e4 in QApplication::notify () from /usr/lib/libqt-mt.so.3 #8 0x405b66fa in KApplication::notify () from /usr/lib/libkdecore.so.4 #9 0x40924f83 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3 #10 0x40906d7c in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #11 0x40953dae in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #12 0x40953d0b in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #13 0x40942632 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #14 0x0806e657 in main () #15 0x40e9314f in __libc_start_main () from /lib/libc.so.6 So it seems to crash while reading KAB's addressbook... I don't know if it's better for the multi-part names, because it's crashing before I can check... Guillaume |