| Summary: | kdevelop chashed on open a large project | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Sergei <spushnof> |
| Component: | Language Support: CPP (old) | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Sergei
2006-10-11 21:34:45 UTC
What KDevelop version did you use? Can you test with 3.4 branch? 3.4 branch is the same. Please try to capture the debug output from KDevelop. Start kdebugdialog and deactivate everything except number 9007 (cpp support). Then run kdevelop from a shell and redirect standard output and error output to a file like this: kdevelop >file 2>&1. If its not too large post the whole file, else just post the last 40 lines or so. This tells us and you which file is beeing parsed before the crash. Then if its possible attach the file to the bugreport too. The backtrace must be different for the current version, because parsing is done in background, and the trace shows a foreground-parse. If it still happens then please send such a backtrace, although the problem might still be the same. It must be something within the lexer.. I've hit this same bug on Kubuntu 6.10. I crash around 78%. I'll gather more information later after work. However I did not get a backtrace. Craig are you using KDevelop 3.4.0 ? Or are you using kdevelop/3.4 SVN branch ? I'm using using whatever version of kdevelop is in the kubuntu 6.10 repo. I can get the latest devel version from the svn and see if it dumps there as well. Currently I am at work and I run FC6, so can't experiment here. The version I am using is 3.3.4. Then, please update to 3.4.0 from SVN: http://www.kdevelop.org/index.html?filename=3.4/branches_compiling.html It fixes more than 500 bugs of the KDevelop 3.3.x release series. KDevelop 3.3.x development has stopped completely. The Next KDevelop release will be KDevelop 3.4.1. Thanks. Checked the Kubuntu page and apparently they put KDE 3.5.6 and Kdevelop 3.4.0 in a new repo. Still not used to the way the buntu folks set things up. I ran Gentoo for a couple years before moving to Kubuntu, so used to the way they managed their repos. So, now that you updated, does it still crash ? Nope, it all works. Thanks. Fixed in KDevelop 3.4.x Moving all the bugs from the CPP Parser. It was not well defined the difference between it and C++ Language Support and people kept reporting in both places indistinctively |