X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu-qsbr.c;h=6b6d3af6711ce44647ebd04dfc796c0495c988b7;hp=1adaa9409926edb602302584347edf3febd7c7fd;hb=01cadde4d73cc84702b8c7089c406960a3522385;hpb=59b10634e3ec5ca35111f24d8b880935193e6266 diff --git a/urcu-qsbr.c b/urcu-qsbr.c index 1adaa94..6b6d3af 100644 --- a/urcu-qsbr.c +++ b/urcu-qsbr.c @@ -348,7 +348,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"