https://bugs.kde.org/show_bug.cgi?id=365634
Bug ID: 365634 Summary: signature assistant asserts since assistant-ng merge Product: kdevplatform Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity: crash Priority: NOR Component: language Assignee: kdevelop-bugs-n...@kde.org Reporter: m...@milianw.de the signature assistant always asserts now when triggered in a debug build due the read locks held in the AbstractNavigationWidget::* API, most notably AbstractNavigationWidget::anchorClicked. We potentially can simply remove those locks there, but then we'll have to test the other contexts and language plugins to see whether they assert then or not. Reproducible: Always Steps to Reproduce: trigger signature assistant Actual Results: assertion due to read lock being held when calling DUChain::self()->waitForUpdate Expected Results: no assertion -- You are receiving this mail because: You are watching all bug changes.