Summary: | crash when use auto completion | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Rinat Zakirov <xshock> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | krzysiek |
Priority: | NOR | ||
Version: | 3.0.4 | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Output from gdb
Kdevelop project file |
Description
Rinat Zakirov
2004-08-20 02:23:07 UTC
BTW, I have Fedora Core 2 and I installed KDE from standard RPMs that are included in there. I had 4.2 Berkeley DB. I took 3.3 and installed it. I keep crashing on 3.1.0 too. And now after installing 3.3 Berkeley DB and compiling and installing 3.1.0 KDev it crashes while setting up the new PCS for my includes. kdevelop crashes while it makes persistent class storage for boost(www.boost.org) libraries I have similar problem with Kdevelop 3.0.2 (KDE 3.3.0) from Suse RPMs (for Suse 9.1). Here are the exact steps to reproduce it: 1. Checkout sources of kdelibs, tag KDE_3_3_1_RELEASE. 2. Create project using import project, choose "C++ application, custom makefiles" (don't know if it affects), choose only kdelibs/kdecore directory to import. 3. Choose "populate project with files under directory". 4. When it finishes updating, go to KApplication::init() method, type "this->" and wait for completion - then it crashes. I will attach the project file and log from gdb (unfortunately without symbols). There is some assertion printed in gdb output. Created attachment 8326 [details]
Output from gdb
Output from gdb. Run kdevelop with described scenario to cause crash.
Created attachment 8327 [details]
Kdevelop project file
Krzysztof, Update to KDevelop-3.1.x. If you are using 3.0.x on SuSE you are most likely getting bdb-4.2.x and that WILL crash! |