On Tue, Jul 07, 2015 at 04:57:27PM +0200, Richard Braun wrote: > Even with a clean trace, I have a hard time understanding how it could > happen.
Unfortunately, rdxtrees are currently unsafe to use without general (sleep) locks, since they can allocate memory in the middle of an operation. So yes, a tree can be in an inconsistent state and trigger assertions. -- Richard Braun