Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to abort when a panic alert occurs #10066

Merged
merged 1 commit into from Aug 30, 2021

Conversation

leoetlino
Copy link
Member

Prompted by https://dolphin.ci/#/builders/24/builds/985

A 1-character typo in a recent PR caused FifoCI builds to break
horribly and spew millions of panic alerts until buildbot crashed.

This PR adds a new config option -- defaulting to off -- that allows
Dolphin to abort early on when a panic alert occurs instead of
continuing forever.

Prompted by https://dolphin.ci/#/builders/24/builds/985

A 1-character typo in a recent PR caused FifoCI builds to break
horribly and spew millions of panic alerts until buildbot crashed.

This PR adds a new config option -- defaulting to off -- that allows
Dolphin to abort early on when a panic alert occurs instead of
continuing forever.
leoetlino added a commit to leoetlino/fifoci that referenced this pull request Aug 29, 2021
Prompted by https://dolphin.ci/#/builders/24/builds/985

A 1-character typo in a recent PR caused FifoCI builds to break
horribly and spew millions of panic alerts until buildbot crashed.

This PR enables a new config option that allows Dolphin to abort early
on when a panic alert occurs instead of continuing forever.

Requires PR dolphin-emu/dolphin#10066
@leoetlino leoetlino merged commit d7109b1 into dolphin-emu:master Aug 30, 2021
11 checks passed
Pokechu22 added a commit to Pokechu22/dolphin that referenced this pull request Sep 30, 2021
PR dolphin-emu#10066 added functionality to call std::abort when a panic alert occurs; however, that PR only implemented it for MsgAlert and not MsgAlertFmtImpl, meaning that the functionality was not used with PanicAlertFmt (only PanicAlert, which is not used frequently).
Pokechu22 added a commit to Pokechu22/dolphin that referenced this pull request Sep 30, 2021
PR dolphin-emu#10066 added functionality to call std::abort when a panic alert occurs; however, that PR only implemented it for MsgAlert and not MsgAlertFmtImpl, meaning that the functionality was not used with PanicAlertFmt (only PanicAlert, which is not used frequently).
Pokechu22 added a commit to Pokechu22/dolphin that referenced this pull request Sep 30, 2021
PR dolphin-emu#10066 added functionality to call std::abort when a panic alert occurs; however, that PR only implemented it for MsgAlert and not MsgAlertFmtImpl, meaning that the functionality was not used with PanicAlertFmt (only PanicAlert, which is not used frequently).
Pokechu22 added a commit to Pokechu22/dolphin that referenced this pull request Oct 1, 2021
PR dolphin-emu#10066 added functionality to call std::abort when a panic alert occurs; however, that PR only implemented it for MsgAlert and not MsgAlertFmtImpl, meaning that the functionality was not used with PanicAlertFmt (only PanicAlert, which is not used frequently).
Pokechu22 added a commit to Pokechu22/dolphin that referenced this pull request Oct 2, 2021
PR dolphin-emu#10066 added functionality to call std::abort when a panic alert occurs; however, that PR only implemented it for MsgAlert and not MsgAlertFmtImpl, meaning that the functionality was not used with PanicAlertFmt (only PanicAlert, which is not used frequently).
Pokechu22 added a commit to Pokechu22/dolphin that referenced this pull request Oct 3, 2021
PR dolphin-emu#10066 added functionality to call std::abort when a panic alert occurs; however, that PR only implemented it for MsgAlert and not MsgAlertFmtImpl, meaning that the functionality was not used with PanicAlertFmt (only PanicAlert, which is not used frequently).
Zopolis4 pushed a commit to Zopolis4/dolphin that referenced this pull request Oct 13, 2021
PR dolphin-emu#10066 added functionality to call std::abort when a panic alert occurs; however, that PR only implemented it for MsgAlert and not MsgAlertFmtImpl, meaning that the functionality was not used with PanicAlertFmt (only PanicAlert, which is not used frequently).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants