Bug 411644

Summary: Crash when hovering over a forward declared typedef'd struct
Product: [Applications] kdevelop Reporter: krzysio.kurek
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: 5.4.2   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description krzysio.kurek 2019-09-06 16:41:48 UTC
SUMMARY
typedef struct Foo Foo;

Hovering over the 2nd Foo will result in an immediate crash.

STEPS TO REPRODUCE
1. Open a new source file with .cpp extension
2. Type in the above line
3. Hover over the last Foo

OBSERVED RESULT
Immediate crash

EXPECTED RESULT
A dialog popup with information about struct.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: OpenSUSE Tumbleweed 20190902
(available in About System)
KDE Plasma Version: 5.16.4
KDE Frameworks Version: 5.61.0
Qt Version: 5.13.0
Comment 1 krzysio.kurek 2019-09-06 23:29:46 UTC

*** This bug has been marked as a duplicate of bug 396847 ***