Skip to content

Draft: pthread_create, RT scheduler, and address sanitizer are incompatible in Ubuntu 18.04

Melissa requested to merge ubuntu_18_rt_add_san_incompatibility into develop

When we run with the RT scheduler and the address sanitizer in Ubuntu 18.04, pthread_create will hang and never create threads. This MR adds a warning such that other users are informed about this issue

Edited by Robert Schmidt

Merge request reports