Actions
Bug #12323
closedWMenu::addSeparator() causing segfault
Start date:
01/12/2024
Due date:
% Done:
100%
Estimated time:
0:00 h
Description
Debugger says that segfault happens in WMenuItem::renderSelected()
I do not have time to debug and recompile WT at the moment, but as I can see here, possible nullptr
, returned by WMenuItem::anchor()
is not checked.
Actually, disabling Bootstrap 5 theme helped.
Updated by Matthias Van Ceulebroeck 10 months ago
- Status changed from New to InProgress
- Assignee set to Matthias Van Ceulebroeck
- Target version set to 4.11.0
Indeed, this is a forgotten check!
Updated by Matthias Van Ceulebroeck 10 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Matthias Van Ceulebroeck)
Updated by Korneel Dumon 10 months ago
- Status changed from Review to InProgress
- Assignee set to Matthias Van Ceulebroeck
Updated by Matthias Van Ceulebroeck 10 months ago
- Status changed from InProgress to Review
- Assignee deleted (
Matthias Van Ceulebroeck)
Updated by Korneel Dumon 9 months ago
- Status changed from Review to InProgress
- Assignee changed from Korneel Dumon to Matthias Van Ceulebroeck
Updated by Christian Meyer 3 months ago
Didn't see this and opened #12900 with the same content
Updated by Matthias Van Ceulebroeck about 2 months ago
- Status changed from InProgress to Implemented @Emweb
- % Done changed from 0 to 100
Updated by Matthias Van Ceulebroeck about 2 months ago
- Status changed from Implemented @Emweb to Closed
Actions