-
Notifications
You must be signed in to change notification settings - Fork 23
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
Native ARM: This is not a language causes hard crash on Ctrl-BREAK #205
Comments
Here's a trace with DEBUG_ARM 1
It looks like the default exit handler is crashing after SWI_OS_EnterOS (SWI 16):
I think the bug is the "This is not a language" error is received asynchronously and early in the first invocation of the reset handler, before setjmp(enterOS); |
hoglet67
added a commit
that referenced
this issue
Oct 18, 2023
…AK (#205) Change-Id: If7d3e9d5e63e672fe599c443eefcfea3dc275fb0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce:
You get this:
This happens on Hognose but not Gecko.
Also, it only happens when first entering Co Pro 15.
The text was updated successfully, but these errors were encountered: