| Summary: | KDevelop crashes on startup | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Rohan Garg <rohan> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | CC: | rohan, shai |
| Priority: | NOR | Keywords: | triaged |
| Version First Reported In: | unspecified | ||
| Target Milestone: | 4.2.3 | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
valgrind log
New crash information added by DrKonqi |
||
|
Description
Rohan Garg
2012-02-19 13:47:02 UTC
maybe a binary incompatibility, do you build kdevelop from sources? if so, remove the neon package. if that's not the issue, please reopen and attach a valgrind log Created attachment 68949 [details]
valgrind log
I compile KDevelop from sources, Project Neon does not have KDevelop packages.
I've attached the valgrind log as requested.
so you install this yourself: /opt/project-neon/lib/libkdevplatformlanguage.so.6 ? I'd need the code of the project/file that triggers this crash, or any way to reproduce it in general. Correct, I compile kdevplatform from sources as well. The project that I try to open is this : https://projects.kde.org/projects/extragear/network/telepathy/ktp-accounts-kcm I can open that project just fine in kdevelop - anything else I need to do in order to reproduce this issue? Created attachment 81374 [details]
New crash information added by DrKonqi
kdevelop (4.3.1) on KDE Platform 4.10.5 using Qt 4.8.5
- What I was doing when the application crashed:
Trying to import the KMail project into KDevelop.
-- Backtrace (Reduced):
#6 0x00007f74b372bd9e in std::pair<std::_Rb_tree_iterator<unsigned int>, bool> std::_Rb_tree<unsigned int, unsigned int, std::_Identity<unsigned int>, std::less<unsigned int>, std::allocator<unsigned int> >::_M_insert_unique<unsigned int>(unsigned int&&) () from /usr/lib/libkdevplatformlanguage.so.5
#7 0x00007f7433da65bd in CppPreprocessEnvironment::retrieveMacro(KDevelop::IndexedString const&, bool) const () from /usr/lib/libkdev4cppduchain.so
#8 0x00007f747c1034a9 in rpp::pp::handle_ifdef(bool, rpp::Stream&) () from /usr/lib/libkdev4cpprpp.so
#9 0x00007f747c109fb0 in rpp::pp::handle_directive(unsigned int, rpp::Stream&, rpp::Stream&) () from /usr/lib/libkdev4cpprpp.so
#10 0x00007f747c10a36c in rpp::pp::operator()(rpp::Stream&, rpp::Stream&) () from /usr/lib/libkdev4cpprpp.so
Further notes on the backtrack I just added: I am using packages from Debian Unstable. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |