Re: delv isc_app_ctxsuspend ctx->running ASSERTION

2020-05-12 Thread Steve Egbert
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)

Re: delv isc_app_ctxsuspend ctx->running ASSERTION

2020-05-12 Thread Steve Egbert
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));

delv isc_app_ctxsuspend ctx->running ASSERTION

2020-05-12 Thread Steve Egbert
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) {