Summary: | crash c++ code completition pcs persistant store | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Weiland <weiland> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 3.0.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Weiland
2004-05-25 00:53:19 UTC
Dupe. What Berkeley DB version are you using? 4.2.x is known to crash KDevelop, but some reports suggest any KDE app that uses bdb on SuSE (9.1) bombs. *** This bug has been marked as a duplicate of 74664 *** > http://bugs.kde.org/show_bug.cgi?id=82125 > > What Berkeley DB version are you using? 4.2.x is known to crash > KDevelop, but some reports suggest any KDE app that uses bdb on SuSE > (9.1) bombs. berkeley db 4.2.52 p.s. Im sorry for not finding the similar report. Weiland _____________________________________________________________ ueberschuss.de - be source, not result Free Email & mehr: http://www.ueberschuss.de >> What Berkeley DB version are you using? 4.2.x is known >> to crash KDevelop, but some reports suggest any KDE app >> that uses bdb on SuSE (9.1) bombs. > > berkeley db 4.2.52 downgraded to db-4.1.25-76 (ignoring some rpm-package dependencies) removed all *.pcs files from kdevelop projects created new pcs for kdelibs kdevelop still crashes on completition _____________________________________________________________ ueberschuss.de - be source, not result Free Email & mehr: http://www.ueberschuss.de You should not ignore packages dependencies. You should compile it from source. It gives you the best results. I use SuSE 9.1 too and here it does not seam to bomb :) I compiled it with the "--with-db-libdir=/usr/lib --with-db-includedir=/usr/include/db41 --with-db-lib=db-4.1" as you suggested. And removed "~/.kde/share/apps/kdevcppsupport/pcs" But it still crashed :-( libkdevcatalog seems to be correctly linked. smeier@linux:/opt/kde3/lib> ldd libkdevcatalog.so linux-gate.so.1 => (0xffffe000) libdb-4.1.so => /usr/lib/libdb-4.1.so (0x4001a000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x400d9000) libm.so.6 => /lib/tls/libm.so.6 (0x40195000) libc.so.6 => /lib/tls/libc.so.6 (0x401b8000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x402cd000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000) |