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

Kevin Funk <kf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #2 from Kevin Funk <kf...@kde.org> ---
@Heinz: Quick look -- I suspect the place where this crashes is:

duchain/navigation/declarationnavigationcontext.cpp:
159 void DeclarationNavigationContext::htmlFunction()
...
197       VariableDeclaration *argDec =
dynamic_cast<VariableDeclaration*>(decls[currentArgNum]);
198 
199       if (argDec->isVariadic()) {

... where argDec is being a nullptr or invalid?

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

Reply via email to