llvm-mos / llvm-mos-sdk

SDK for developing with the llvm-mos compiler
https://www.llvm-mos.org
Other
255 stars 52 forks source link

mos-sim crash #307

Closed mrk-its closed 4 months ago

mrk-its commented 4 months ago

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 commented 4 months ago

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.

mrk-its commented 4 months ago

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)