Summary: | [kdevelop] System crashes on header autocomplete when opening bracket/parenthesis | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Lukasz Gut <lgut> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 4.1.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Lukasz Gut
2010-10-16 13:33:48 UTC
what do you see in the konsole when starting kdevelop? to me this looks like either the old libc issue, a build screwup or something else strange. oh, definitely a build screwup, you mix self compiled with system compiled libs, which is not supported, see: ../../shell/project.cpp:468 #23 0x086bed76 in CMake::currentBuildDir(KDevelop::IProject*) () from /usr/lib/libkdev4cmakecommon.so.4.0.0 #24 0x0363f397 in ?? () from /usr/lib/kde4/kdevcmakemanager.so #25 0x044ec651 in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so #26 0x04501168 in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so #27 0x045020ae in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so #28 0x0451a38f in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so #29 0x0452d81e in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so #30 0x04517a42 in ?? () from /usr/lib/kde4/kdevcpplanguagesupport.so libkdev4cmakecommon is supposed to go to PREFIX/lib, while kdevcpplanguagesupport is supposed to go to PREFIX/lib/kde4, so I don't understand your reasoning. Probably memory corruption caused by some other bug. |