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

mos-sim crash #307

Closed
mrk-its opened this issue Feb 17, 2024 · 2 comments
Closed

mos-sim crash #307

mrk-its opened this issue Feb 17, 2024 · 2 comments

Comments

@mrk-its
Copy link
Contributor

mrk-its commented Feb 17, 2024

attached day05.zip crashes mos-sim:

$ mos-sim day05
PART1: BWNCQRMDB
Aborted (core dumped)

it is produced by last test version of rust-mos

@mysterymath
Copy link
Member

mysterymath commented Feb 17, 2024

This isn't a crash in mos-sim; it's calling abort() intentionally. This happens on any write to 0xFFF7; it's part of the protocol used to pass results out of the simulator.

@mysterymath mysterymath closed this as not planned Won't fix, can't repro, duplicate, stale Feb 17, 2024
@mrk-its
Copy link
Contributor Author

mrk-its commented Feb 17, 2024

Ok, so the issue is different - I need to investigate why abort is called by this rust program now (it was working fine on my older rust-mos builds)

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

No branches or pull requests

2 participants