| Summary: | KDevelop crashes after loading project - but only for the first time | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Sasa Kara <Alexandr.Kara> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | gdb backtrace plus output of a few more gdb commands | ||
|
Description
Sasa Kara
2006-01-27 10:37:39 UTC
Looking at the backtrace I suppose I got the same bug, only in my case it happens quite often I open kdevelop3 with the project I'm working on, unless I delete the .filelist and .pcs and repopulate the project with all files below project directory (never experienced a crash in that case, but that could be random). I installed it via the binary packages in Kubuntu (dapper drake). It is version 3.3.1 in KDE 3.5.1. I will attach a backtrace plus some commands run in gdb which suggest the crash results from a read from uninitialized memory or overwriting a pointer. Anyway, it segfaults while trying to read from a dangling QStringData* d (in QString). It worked fine when I ran it in valgrind --tool=memcheck. Created attachment 14815 [details]
gdb backtrace plus output of a few more gdb commands
|