You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit a bus fault when switching a library from rust-embedded/embedded-alloc#36. I don't have any bus errors when running the Heap from embedded-alloc based on the linked_list_allocator.
Running on ZephyrRTOS where a couple threads might be able to make an allocation, but NRF52840 Cortex-M4F only has one core.
I hit a bus fault when switching a library from rust-embedded/embedded-alloc#36. I don't have any bus errors when running the Heap from embedded-alloc based on the linked_list_allocator.
Running on ZephyrRTOS where a couple threads might be able to make an allocation, but NRF52840 Cortex-M4F only has one core.
That program counter is buried down in the rust_realloc call:
Call stack from Rust is inside of push to BitVec, alloc::raw_vec::finish_grow, and __rust_realloc
The text was updated successfully, but these errors were encountered: