Andrew Fasano

Results 67 comments of Andrew Fasano

Thanks Luke, that's helpful info. I'm glad the EBE callback isn't called when a block is interrupted, that's a nice improvement over ABE! I can try building some more tests...

I haven't forgotten about this, just haven't had time to track down the issue. Things are working correctly on the main `dev` branch, right?

@lacraig2 so if that's the issue it would mean the SBE callback is sometimes (non-deterministically) triggered once when it should be triggered twice? Are we going to have to add...

Why are you using workstation? Just use panda/qemu/kvm with the original qcow. You can install software into the qcow filesystem as needed. You can't take a snapshot with qemu/kvm that...

If you want to use a new snapshot with `run_serial_command` the snapshot will need to be taken _after_ you log in and there's a command prompt for it to type...

I don't think there's much documentation around this (sorry!) it's not a feature that gets much use. If you want to help fix that PRs are always welcome :)

Prior to this, if `panda_exit_loop` was true was the sequence of events something like: 1) An interrupt/exception/etc occurs which should redirect control flow from block B (about to be executed)...

Even if this doesn't fix the issue in #1447, is this still worth merging? Or do you want to try tracking it down further and seeing if you find the...

You can install the build dependencies listed at https://github.com/panda-re/panda/blob/dev/panda/dependencies/ubuntu_20.04_build.txt and the runtime dependencies listed at https://github.com/panda-re/panda/blob/dev/panda/dependencies/ubuntu_20.04_base.txt Or you can use the [install_ubuntu.sh](https://github.com/panda-re/panda/blob/dev/panda/scripts/install_ubuntu.sh) helper that installs all the dependencies for a...

Did you delete the root snapshot? It's in there by default.