KDEVELOP_2_BRANCH and KDE HEAD problems
Roland Krause
rokrau at yahoo.com
Sat Jan 5 16:15:02 GMT 2002
Also, unless you want to hunt down bugs like the above you rather want
a clean checkout of KDE_2_2_BRANCH. KDEVELOP_2_BRANCH is currently an
experimental work branch that isnt very stable yet.
About qextmdi, after we pushed the editor implementation through, there
is a chance that we can get qextmid into kdelibs if enough people speak
up with good arguments. We should coordinate our efforts in private
beforehand.
Roland
--- Thorsten Schnebeck <thorsten.schnebeck at gmx.net> wrote:
> Hi!
>
> After switching from KDE 2 to KDE 3-CVS I miss my kdevelop-2 :-)
> First I tried KDEVELOP_2_1_BETA but compilation failed so it seems to
> be
> _only_ a snapshot for the kde-3-beta release.
>
> Then I made a clean checkout of KDEVELOP_2_BRANCH
> It was necessary to make a link from kde-common/admin and there was a
> mising
> Makefile in
> kdevelop/widgets/qextmdi/include and
> kdevelop/widgets/qextmdi/res
>
> I put in a dummy Makefile:
> all:
> install:
>
> (IIRC there was a thread to put qextmdi in kde3-kdelibs???)
>
> Then compilation and installation was ok.
> kdevelop-setup is ok (after the helper-programs autodetection an
> unknown
> character (square) is printed as linefeed on the result screen)
>
> kdevelop starts and I want to make a project file for kdepim/kandy.
> Fileselector pops up and kdevelop crashs:
>
> 0x4156c1e9 in __wait4 () from /lib/libc.so.6
> #0 0x4156c1e9 in __wait4 () from /lib/libc.so.6
> #1 0x415e5af4 in __DTOR_END__ () from /lib/libc.so.6
> #2 0x40871f42 in waitpid (pid=27352, stat_loc=0x0, options=0)
> at wrapsyscall.c:173
> #3 0x41371945 in KCrash::defaultCrashHandler ()
> from /opt/kde3/lib/libkdecore.so.4
> #4 0x4086fda4 in pthread_sighandler (signo=11, ctx={gs = 7, __gsh =
> 0,
> fs = 0, __fsh = 0, es = 43, __esh = 0, ds = 43, __dsh = 0,
> edi = 139728372, esi = 139482508, ebp = 3221217456, esp =
> 3221217420,
> ebx = 1081240284, edx = 139230616, ecx = 139728336, eax = 0,
> trapno = 14, err = 6, eip = 1079546323, cs = 35, __csh = 0,
> eflags = 66179, esp_at_signal = 3221217420, ss = 43, __ssh = 0,
>
> fpstate = 0xbfffde10, oldmask = 2147483648, cr2 = 0}) at
> signals.c:97
> #5 0x414f0828 in __restore ()
> at ../sysdeps/unix/sysv/linux/i386/sigaction.c:149
> #6 0x413759ca in KURL::operator= () from
> /opt/kde3/lib/libkdecore.so.4
> #7 0x41373796 in KURL::KURL () from /opt/kde3/lib/libkdecore.so.4
> #8 0x40aa14cf in KFileItem::KFileItem () from
> /opt/kde3/lib/libksycoca.so.4
> #9 0x40ab0602 in KDirLister::createFileItem ()
> from /opt/kde3/lib/libksycoca.so.4
> #10 0x40aaab35 in KDirLister::slotEntries () from
> /opt/kde3/lib/libksycoca.so.4
> #11 0x40ab40f3 in KDirLister::qt_invoke () from
> /opt/kde3/lib/libksycoca.so.4
> #12 0x403307e7 in QObject::activate_signal ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #13 0x40f1be69 in KIO::ListJob::entries () from
> /opt/kde3/lib/libkio.so.4
> #14 0x40f07404 in KIO::ListJob::slotListEntries ()
> from /opt/kde3/lib/libkio.so.4
> #15 0x40f1bff1 in KIO::ListJob::qt_invoke () from
> /opt/kde3/lib/libkio.so.4
> #16 0x403307e7 in QObject::activate_signal ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #17 0x40ef0ce5 in KIO::SlaveInterface::listEntries ()
> from /opt/kde3/lib/libkio.so.4
> #18 0x40eef0ed in KIO::SlaveInterface::dispatch ()
> from /opt/kde3/lib/libkio.so.4
> #19 0x40eee91d in KIO::SlaveInterface::dispatch ()
> from /opt/kde3/lib/libkio.so.4
> #20 0x40eecbdb in KIO::Slave::gotInput () from
> /opt/kde3/lib/libkio.so.4
> #21 0x40eee02f in KIO::Slave::qt_invoke () from
> /opt/kde3/lib/libkio.so.4
> #22 0x403307e7 in QObject::activate_signal ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #23 0x403308fa in QObject::activate_signal ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #24 0x405d1cd4 in QSocketNotifier::activated ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #25 0x403465ee in QSocketNotifier::event () from
> /usr/lib/qt3/lib/libqt-mt.so.3
> #26 0x402d80ec in QApplication::internalNotify ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #27 0x402d7f94 in QApplication::notify () from
> /usr/lib/qt3/lib/libqt-mt.so.3
> #28 0x412e24d5 in KApplication::notify () from
> /opt/kde3/lib/libkdecore.so.4
> #29 0x40287c23 in sn_activate () from /usr/lib/qt3/lib/libqt-mt.so.3
> #30 0x40288407 in QApplication::processNextEvent ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #31 0x402d95b4 in QApplication::enter_loop ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #32 0x4046f262 in QDialog::exec () from
> /usr/lib/qt3/lib/libqt-mt.so.3
> #33 0x409d4d94 in KFileDialog::getExistingDirectory ()
> from /opt/kde3/lib/libkfile.so.4
> #34 0x8152a4b in CKDevelop::slotProjectGenerate ()
> #35 0x81a8a09 in CKDevelop::qt_invoke ()
> #36 0x403307e7 in QObject::activate_signal ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #37 0x405d11ca in QSignal::signal () from
> /usr/lib/qt3/lib/libqt-mt.so.3
> #38 0x40344ee4 in QSignal::activate () from
> /usr/lib/qt3/lib/libqt-mt.so.3
> #39 0x40412325 in QPopupMenu::mouseReleaseEvent ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #40 0x4035c6c1 in QWidget::event () from
> /usr/lib/qt3/lib/libqt-mt.so.3
> #41 0x402d80ec in QApplication::internalNotify ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #42 0x402d7a56 in QApplication::notify () from
> /usr/lib/qt3/lib/libqt-mt.so.3
> #43 0x412e24d5 in KApplication::notify () from
> /opt/kde3/lib/libkdecore.so.4
> #44 0x4028b85d in QETWidget::translateMouseEvent ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #45 0x40289085 in QApplication::x11ProcessEvent ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #46 0x40287d2f in QApplication::processNextEvent ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #47 0x402d95b4 in QApplication::enter_loop ()
> from /usr/lib/qt3/lib/libqt-mt.so.3
> #48 0x40287c96 in QApplication::exec () from
> /usr/lib/qt3/lib/libqt-mt.so.3
> #49 0x8100c9c in main ()
> #50 0x414df801 in __libc_start_main (main=0x8100160 <main>, argc=1,
> ubp_av=0xbffff6e4, init=0x8063188 <_init>, fini=0x81f82c0
> <_fini>,
> rtld_fini=0x4000baa4 <_dl_fini>, stack_end=0xbffff6dc)
> at ../sysdeps/generic/libc-start.c:129
>
> I hope I'm on the right branch ;-)
>
> Bye
>
> Thorsten
>
> -
> to unsubscribe from this list send an email to
> kdevelop-request at kdevelop.org with the following body:
> unsubscribe »your-email-address«
__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list