Hi, On 2018-03-22 09:31:12 +1300, Thomas Munro wrote: > Aside from whatever problem is causing this, we can see that there is > no top-level handling of exceptions. That's probably fine if we are > in a no throw scenario (unless there is something seriously corrupted, > as is probably the case here), and it seems that we must be because > we're accessing this code via its C API.
Yea, it should only happen in abort() type situations. Notably LLVM doesn't even default to enabling exceptions... Greetings, Andres Freund