(gdb) hbreak main
Hardware assisted breakpoint 9 at 0x80011bb4: file /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/samples/pjsip/pjproject/pjsip-apps/src/samples/zephyr_pjsua.c, line 864.
(gdb) c
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x80002bac in posix_thread_q_set (qid=POSIX_THREAD_RUN_Q, t=0x80421c4a) at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/lib/posix/options/pthread.c:106
106 t->qid = qid;
(gdb) bt
#0 0x80002bac in posix_thread_q_set (qid=POSIX_THREAD_RUN_Q, t=0x80421c4a)
at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/lib/posix/options/pthread.c:106
#1 pthread_create (th=0x0, _attr=0x0, threadroutine=0x0, arg=0x0) at /home/vovan/ZEPHYR_RTOS/zephyrproject/zephyr/lib/posix/options/pthread.c:608
#2 0x202b1e40 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)