Skip to content

Fix crash at Neo menu constructors#595

Merged
Rainyan merged 1 commit intoNeotokyoRebuild:masterfrom
Rainyan:bug/neomenu-ctor
Sep 19, 2024
Merged

Fix crash at Neo menu constructors#595
Rainyan merged 1 commit intoNeotokyoRebuild:masterfrom
Rainyan:bug/neomenu-ctor

Conversation

@Rainyan
Copy link
Copy Markdown
Member

@Rainyan Rainyan commented Sep 17, 2024

Description

Based on a crash dump. We can't safely call this virtual method from the constructor, so converting it to non-virtual. As we aren't overriding a function, and we're not being overridden, this shouldn't have any effect to other systems.

Toolchain

  • Linux GCC Distro Native [Mint 21.3 Cinnamon, gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0]

Linked Issues

None

Based on a crash dump. Can't safely call the virtual method here, so
converting it to non-virtual. As we aren't overriding a function, and
we're not being overridden, this shouldn't have an effect to other
systems.
@Rainyan Rainyan added the bug label Sep 17, 2024
@nullsystem nullsystem added the Release priority Pull request is a priority for the next release label Sep 18, 2024
@nullsystem nullsystem added this to the v8.1-prealpha milestone Sep 18, 2024
@Rainyan Rainyan requested a review from a team September 18, 2024 21:29
@Rainyan Rainyan merged commit 0e9c7c0 into NeotokyoRebuild:master Sep 19, 2024
@Rainyan Rainyan deleted the bug/neomenu-ctor branch September 19, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release priority Pull request is a priority for the next release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants