| Summary: | Frequent segfaults when mouse-overing C typedefs in KDevelop | ||
|---|---|---|---|
| Product: | [Developer tools] kdevplatform | Reporter: | Andrei Alexeyev <akari> |
| Component: | language | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | chrisito, evanhyc |
| Priority: | NOR | ||
| Version First Reported In: | 5.4.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/kde/kdevelop/commit/f81d8884bd27c9a48717000a50cdd9cc7050685b | Version Fixed/Implemented In: | 5.4.3 |
| Sentry Crash Report: | |||
| Attachments: | stack trace | ||
|
Description
Andrei Alexeyev
2019-08-15 15:25:38 UTC
I think this might get fixed here: https://invent.kde.org/kde/kdevelop/merge_requests/59 Could you check if the crash happens, if you rename one of the "Foo"s? i think i have a similar problem, this code below is enough to reproduce it. #include "SDL2/SDL.h" SDL_Texture *foo; for me hovering on the SDL_Texture will always crashes it. @Christoph, indeed, renaming either the struct or the typedef seems to prevent the crash. I can't be 100% sure however, because I still don't have a reliable method to trigger it. |