| Summary: | kdevelop crash | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Daniel Santos <daniel.santos> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | Keywords: | triaged |
| Priority: | NOR | ||
| Version First Reported In: | 4.4.1 | ||
| Target Milestone: | 4.3.0 | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Daniel Santos
2013-07-04 22:51:05 UTC
actually, now that I think about it again. I may have invoked Ctrl-F to search in file or Ctrl-Alt-F to search all files in my project. This crash looks odd. I don't see anything in the code path that could lead to crashes. Please install debug info packages for kdelibs, so we can get full backtraces in libkio. Well, this is Gentoo so there's no separate packages with debug info. As it happens, I build debug info for everything except for openoffice and webkit. In addition, I have USE="debug" enabled for kdelibs, which although I don't know exactly what cmake options this enables, is defined as extra debug options that may impact performance (so assertions & what have you). Hmm, I have just discovered that portage changed the way a newer part of their system works and -g wasn't included in my CFLAGS or CXXFLAGS. :( That's not good -- nor is -O2, so all of my packages that I did not build with -flto also didn't build with any optimizations :( If you can reproduce this, please run kdevelop through valgrind and show us the log: valgrind --track-origins=yes --num-callers=30 --smc-check=all-non-file kdevelop -s yoursession 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! (In reply to Milian Wolff from comment #4) > If you can reproduce this, please run kdevelop through valgrind and show us > the log: > > valgrind --track-origins=yes --num-callers=30 --smc-check=all-non-file > kdevelop -s yoursession Wow, you send this shortly after my last comment and I never responded. So sorry! Either way, this code base is gone now so we'll leave it closed. |