-
Notifications
You must be signed in to change notification settings - Fork 56
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
BusFault in furi hal doing picopass emulation #105
Labels
Comments
I'd noticed sometimes the crashes had different messages before I had gotten the debug probe out, so I thought I'd try it again to see if I could get a different stack trace:
Might be a multiple issues? |
That looks like a generic memory corruption. |
@bettse FYI |
3 tasks
aaronjamt
added a commit
to aaronjamt/Momentum-Apps
that referenced
this issue
Sep 17, 2024
This uses the new APIs in Flip/Momentum-Firmware#225 to disable mode autodetection, preventing issues caused by misdetection (flipperdevices/flipperzero-good-faps#105 seems to be an example of misdetection causing a crash).
Willy-JL
pushed a commit
to Next-Flip/Momentum-Apps
that referenced
this issue
Sep 17, 2024
* [Picopass] Force ISO15693 1OutOf4 mode This uses the new APIs in Flip/Momentum-Firmware#225 to disable mode autodetection, preventing issues caused by misdetection (flipperdevices/flipperzero-good-faps#105 seems to be an example of misdetection causing a crash). * [Picopass] Remove forced 1outof4 in poller Oops, this breaks more things!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug.
I'm one of the devs working on the picopass fap. While emulating I intermittently would notice the flipper crash. I threw the dev board on and captured a stack trace but surprisingly my code wasn't in the back trace at all.
Running 0.97.1 Release and picopass from this branch, although I suspect the current release version has the same issue - https://github.com/nvx/flipperzero-good-faps/tree/feature/picopass_non_secure/picopass
Reproduction
Emulate a picopass card against a proxmark3 and run
hf ic dump --ns --ki 0
a bunch of times and it'll eventually crash. Note there seems to be another issue where emulation just stops randomly (looks fine on the flipper but isn't responding on the NFC interface) - if this happens just hit back then hit emulate again and dumping until you run into a crash.Target
No response
Logs
Anything else?
No response
The text was updated successfully, but these errors were encountered: