https://bugs.kde.org/show_bug.cgi?id=480526
--- Comment #4 from Igor Kushnir <igor...@gmail.com> --- (In reply to Ian H from comment #3) > i know this probably isnt very helpful, but i want to say i've seen this > crash before 2022. i just didnt have any ability to send good debug logs > back then Actually this comment is helpful. Thanks :) Searched for "PersistentSymbolTableItem" among resolved bugs too and found many similar backtraces: https://bugs.kde.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=NEEDSINFO&bug_status=VERIFIED&bug_status=CLOSED&list_id=3154395&longdesc=PersistentSymbolTableItem&longdesc_type=allwordssubstr&product=kdev-python&product=kdevelop&product=kdevplatform&query_format=advanced Perhaps the top of the backtraces has evolved due to code changes, but the following two consecutive calls are in just about every backtrace, even with old C++ support before libclang (!): PersistentSymbolTable::addDeclaration KDevelop::Declaration::setInSymbolTable I'll try to spot bugs in these two functions or perhaps in some other common parts of the many backtraces. -- You are receiving this mail because: You are watching all bug changes.