zephyr crashes in zbus_chan_pub #78779
Unanswered
EduardoGoncalves1966
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I am calling zbus_chan_pub and zephyr ends in arch_system_halt.
I tried to follow to flow sequence and it seems that it crashes in heap.h big_heap_chunks(). (The numbers in parenthesis are the line numbers in the files).
Any ideas about this? Thanks.
MacsLoop.c (106) zbus_chan_pub
zbus.c (362) _zbus_vded_exec
(131) _zbus_create_net_buf
buf.c (322) data_alloc
(215) alloc
(176) k_malloc
mempool.c (87) k_aligned_alloc
(76) z_heap_aligned_alloc
(29) k_heap_aligned_alloc
kheap.c (80) sys_heap_aligned_alloc
heap.c (319) sys_heap_alloc
(273) alloc_chunk
(213) bucket_idx
heap.h (252) min_chunk_size
(242) bytes_to_chunksz
(237) chunksz
(222) big_heap
(81) big_heap_chunks
Beta Was this translation helpful? Give feedback.
All reactions