Summary: | Crash while klicking on a frame stack | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Gunther Piez <gpiez> |
Component: | CPP Debugger | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | niko.sams |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Gunther Piez
2010-04-24 23:04:45 UTC
What CMAKE_BUILD_TYPE did you use for compiling kdevelop? If you didn't compile Q_ASSERTs it might be a duplicate of 219570 No CMAKE_BUILD_TYPE set. I simply do "mkdir build;cmake ..;make" as suggested in the kdevelop-from-svn-howto. The compiler flags look like /usr/bin/c++ -fPIC -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden -O2 -g -DNDEBUG -DQT_NO_DEBUG so Q_ASSERTS are probably out. Ok, then I'll mark it as a duplicate. It should be fixed now. *** This bug has been marked as a duplicate of bug 219570 *** |