=== ERROR: _exit(1) called ===
assertion "rumprun_done > 0" failed: file
"/home/garasubo/workspace/rumprun/lib/librumprun_base/rumprun.c", line
193,
function "rumprun_wait"
rumprun: call to ``_sys___sigprocmask14'' ignored
_lwpabort() called
=== ERROR: _exit(1) called ===
panic: releasing non-pertinent lwp
rump kernel halting...
halted
PANIC: rumpuser panic
minios: halting, reason=0
This is a "harmless" error that occurs if something calls exit(). I am
aware of it, and will fix it soon.
This should be fixed now, i.e. calling exit() from non-pthread programs
will work.
(exiting a threaded program so that all the threads die automatically is
not yet possible, though we're working towards it)