Moja
Moja
@bjorn3 but wait, does libc not contain ptrace too? then how do they run/test it in QEMU?
I'm sad that this seems abandoned ðŸ˜
@PoignardAzur @nbaksalyar so this is alive? yay! anyways, just letting yall know that i might get involved once i have the resources. see yall till then, and thanks for raising...
hi @adrianbenavides! could you tell what error does it fail with?
@mrinalwadhwa trying to reproduce this in GA led to: https://github.com/pro465/ockam/runs/7873283378?check_suite_focus=true#step:8:403 so `startup::stop` somehow is failing in GA, while in your machine it is not?
so, it seems `kill` call is succeeding: https://github.com/pro465/ockam/runs/7873805002?check_suite_focus=true#step:8:403 that means there is a bug in the check in `StartCommand::run`
@mrinalwadhwa perhaps you have an older version of ockam or nix?
`ockam node show n1` correctly shows that the node is down, however somehow `kill` still succeeds: https://github.com/pro465/ockam/runs/7877043154?check_suite_focus=true#step:7:725 it's puzzling me, how is this even possible?
@justinmeiners well i was just implementing the LC-3 in Rust and was confused. so i would say i was bringing it up for consistency/correctness.
since, it seems there are widely different implementations and interpretations, i did not implement the traps and stuff, instead i left them to the OS and instead made an OS-agnostic...