Alec Rivers

Results 4 comments of Alec Rivers

I'm hitting this issue in my own project too, because I'm computing a camera that exactly frames a given set of geometry, and then having to generate eye, target, and...

Just a +1 that I found this very confusing. Also, it seems like there exists [rtic-monotonics on crates.io](https://crates.io/crates/rtic-monotonics): version 1.5.0. [rtic-monotonic on crates.io](https://crates.io/crates/rtic-monotonic): version 1.0.0. rtic-monotonics inside the rtic crate:...

Addendum: skipping that LOAD helped with the call stack of the crashing thread, but I still see the same issue with others. E.g.: ``` >>> stack_trace(find_task(1806)) #0 v7_dma_inv_range (/usr/src/kernel/arch/arm/mm/cache-v7.S:385) >>>...

Thanks for the replies both. Things are a bit on fire but I will report back on the DRGN_USE_LIBKDUMPFILE_FOR_ELF results when I get the time.