X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr.c;fp=urcu-qsbr.c;h=553029578a210383df955fb384d6102ad807d51e;hp=a59a87a72df2178aa02f83d9a2a0b0d18e80a97c;hb=1f689e13ea7e519b1afc001e9c55a7b1b60b599f;hpb=618b25958fec4d76310f0d9c59e42128e73a8719;ds=sidebyside diff --git a/urcu-qsbr.c b/urcu-qsbr.c index a59a87a..5530295 100644 --- a/urcu-qsbr.c +++ b/urcu-qsbr.c @@ -349,7 +349,11 @@ void rcu_unregister_thread(void) void rcu_exit(void) { - assert(cds_list_empty(®istry)); + /* + * Assertion disabled because call_rcu threads are now rcu + * readers, and left running at exit. + * assert(cds_list_empty(®istry)); + */ } #include "urcu-call-rcu-impl.h"