Summary: | crashes while importing project if no Author is specified | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Sergey Kuleshov <svyatogor> |
Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sergey Kuleshov
2004-02-07 13:31:56 UTC
Can't reproduce. The backtrace is useless, so there is nothing to go by except the bug description and I have no problem importing projects as "Generic C++ Application (Automake based)". I do realize the backtrace is useless, could give me some quick guidelines on how to make it produce the real core file and not this KCrash rubish? Then i might try to debug it myself. Can I 2nd Sergey Kuleshov's comment on - how to get a real core file or stack trace. Is there anything on the web; tutorial, How-To, anything that we could be pointed to? I am having similar problems and would like to have real information to report. "export KDE_DEBUG=1" should do it according to the Developer FAQ: http://developer.kde.org/documentation/other/developer-faq.html#q3.1 But to really be able to do any reasonable debugging you'll need the debugging symbols compiled into the executable, and if you have this, the KDE crash dialog should also be able to give you a good backtrace. Follow the instructions on the top of: http://www.kdevelop.org/index.html?filename=branches_compiling.html and get yourself a debug-enabled system. I've run across the same problem, although I don't think the author's name is significant. (I've filled it in and kdevelop crashes just as much). The project I'm trying to import is http://sourceforge.net/projects/foxdialogeditor/ To reproduce to a CVS checkout, and try to import the project into kdevelop. The model was C++ automake. I tried to import the project. The sourceforge cvs server won't let me in. "cvs [login aborted]: end of file from server" Anyway, I seriously doubt it's related to this specific project. "cryst", you don't specify your distro, but the original reporter is on "gentoo packages", which means this whole thing is probably a dupe of bug #73346. (Unless a backtrace proves it, I refuse to believe the crash is related to neglecting to state an author in the import box.) (The common case of this bug should be removed simply by remerging KDevelop, as the latest Gentoo package does not have the patch.) Well, fyi I'm also on gentoo. I just included the project to show how I was able to create the error. Thanks for taking the time to point out that the bug appears gentoo specific. |