pthread_create, RT scheduler, and address sanitizer are incompatible in Ubuntu 18.04
When we run with the RT scheduler and the address sanitizer in Ubuntu 18.04, pthread_create will hang and never create threads. This adds some explanatory text in CMakeLists.txt to explain about this issue.
parent
d7dae8fa
No related branches found
No related tags found
Showing
- cmake_targets/CMakeLists.txt 16 additions, 0 deletionscmake_targets/CMakeLists.txt
- openair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c 2 additions, 2 deletionsopenair2/LAYER2/NR_MAC_gNB/gNB_scheduler_RA.c
- openair2/NR_PHY_INTERFACE/NR_IF_Module.c 1 addition, 1 deletionopenair2/NR_PHY_INTERFACE/NR_IF_Module.c
Loading
Please register or sign in to comment