search for: rt_thread

Displaying 1 result from an estimated 1 matches for "rt_thread".

Did you mean: t_thread
2018 Jan 24
0
libasan bug: pthread_create never returns
...not the named addressee (or have received this e-mail in error), please notify the sender immediately. The unauthorised use, disclosure, distribution or copying of the contents in this e-mail is prohibited. -------------- next part -------------- /* Build: (clang-5.0): clang -fsanitize=address rt_thread.c -o rt_thread (gcc-7.2.0): gcc -fsanitize=address rt_thread.c -o rt_thread Bug: pthread_create() never returns Note: To reproduce the main and the child thread have to run on the same CPU with different real-time priorities (including zero for non-real-time policies). */ #define _GNU_...