QUEUEDEBUG_ABORT
# define QUEUEDEBUG_ABORT(...) panic(__VA_ARGS__)
# define QUEUEDEBUG_ABORT(...) err(1, __VA_ARGS__)