Cool thing, it does! It makes all my known reproducers not reproduce any more.
I believe the hang (not crash) occurs through
339 n_core_stop_sinks (request->stop_list, request);`
in
260 sink->funcs.stop (sink, request);
in in the random case the deleted request does not cause a segfault elsewhere.