Bug 411644 - Crash when hovering over a forward declared typedef'd struct
Summary: Crash when hovering over a forward declared typedef'd struct
Status: RESOLVED DUPLICATE of bug 396847
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 5.4.2
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-06 16:41 UTC by krzysio.kurek
Modified: 2019-09-06 23:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***