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

Attempt to write panics to file instead of just console. #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tehsmeely
Copy link
Contributor

Not enabled in release

Attempt, on panic, to write the PanicInfo to a local file called panic.txt
Panics previously would presumably be written to the simulator console but lost forever

Part of adding this i discovered the real final panic was due to abort_with_addr complaining about using a non 0x04 aligned address.
Further to this i'm not really sure what abort_with_addr is meant to do, but it doesn't hurt ...

…ith an 0x04 address on windows - deadbeef seems to make things sad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant