https://bugs.kde.org/show_bug.cgi?id=474749

Igor Kushnir <igor...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |igor...@gmail.com

--- Comment #6 from Igor Kushnir <igor...@gmail.com> ---
If the 1157th line of the file kdevelop/plugins/clang/duchain/builder.cpp in
your KDevelop version is the following:
    decl->setBitWidth(clang_getFieldDeclBitWidth(cursor));
then this crash duplicates Bug 438249. In the comments to that bug report you
can find what kind of code causes the crash (value dependent bit width, e.g. `
size_type      length    : (sizeof(size_type)*CHAR_BIT - 1);`),  a workaround
patch for KDevelop and a libclang fix. The fix is available in Clang 17, but
you can ask your distro maintainers to patch an older version of Clang in the
repository (the patch should apply cleanly to older Clang versions).

As for the original wxWidgets bug report, KDevelop shouldn't crash even if
command-line arguments in the project configuration are incorrect. So if the
backtrace was different, you can attach it to this bug as well.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to