Had an assertion error for `delv` utility in trying to perform suspend
thread.
Doesn't seem specific to any thing, argument-wise.
This is weird.
`*ctx->running` is set to `true`.
It would have continued on normally to suspending the thread, if it
weren't for that `REQUIRE(VALID_APPCTX(ctx)
Had an assertion error for `delv` utility in trying to perform suspend
thread.
Doesn't seem specific to any thing, argument-wise.
Environment:
Linux 4.19
Debian 10.3
Custom built Bind v9.17.1
bind9/lib/isc/app.c:422
void
isc_app_ctxsuspend(isc_appctx_t *ctx) {
REQUIRE(VALID_APPCTX(ctx));
Assertion in `delv` utility.
Had an assertion error for `delv` utility in trying to perform suspend
thread.
Doesn't seem specific to any thing, argument-wise.
Environment:
Linux 4.19
Debian 10.3
Custom built Bind v9.17.1
bind9/lib/isc/app.c:422
void
isc_app_ctxsuspend(isc_appctx_t *ctx) {
3 matches
Mail list logo