PengZheng commented on issue #739: URL: https://github.com/apache/celix/issues/739#issuecomment-1997133845
The unlimited spin is introduced by this commit: https://sourceware.org/git/?p=glibc.git;a=commit;h=cc25c8b4c1196a8c29e9a45b1e096b99a87b7f8c The current glibc rwlock is completely unusable together with real time priority tasks, though it is OK to use with `SCHED_OTHER`. Considering the current design is super complex, I don't expect a upstream fix will be available in a year or two. The workaround in my day job is to revert it to Ulrich Drepper's original design and implementation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org