eclipse-zenoh / zenoh-pico

Eclipse zenoh for pico devices
Other
125 stars 80 forks source link

[Bug] Unaligned pointer values #86

Closed cguimaraes closed 2 years ago

cguimaraes commented 2 years ago

Describe the bug

Running throughput tests, I always found unaligned memory access fault on Zephyr. Similar issue at: https://github.com/zephyrproject-rtos/zephyr/issues/15605

To reproduce

Run throughput tests on zephyr.

System info

cguimaraes commented 2 years ago

Fix on PR #88