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) {

Re: bind-users Digest, Vol 3427, Issue 1

2020-04-23 Thread Steve Egbert
On 4/23/20 3:39 AM, bind-users-requ...@lists.isc.org wrote: Where would you like bug reports sent to? GitHub, your email, elsewhere? Site: https://github.com/egberts/vim-syntax-bind-named Issue: https://github.com/egberts/vim-syntax-bind-named/issues ```bash git clone https://github.com/egbe

Re: Vim Syntax, New Release for ISC Bind named.conf 5.16

2020-04-22 Thread Steve Egbert
I'm slowly working on a dialog with the Vim maintainer. But before I do that "final" submission, it would make sense to vet this a bit more solidly before I 'mainstream' this. On 4/22/20 3:25 PM, Evan Hunt wrote: On Wed, Apr 22, 2020 at 02:32:51PM -0400, Steve Egbe

Re: Vim Syntax, New Release for ISC Bind named.conf 5.16

2020-04-22 Thread Steve Egbert
e a charm! It's nice to have well formatted SSHFP records at last! :) Regards, Hugo Salgado On 14:32 22/04, Steve Egbert wrote: Hello, Bind-Users, This is my 2nd post (in 19 years). I'm announcing the release of ISC Bind v9.16 named.conf syntax file for Vim editor. Yeah, the

Vim Syntax, New Release for ISC Bind named.conf 5.16

2020-04-22 Thread Steve Egbert
Hello, Bind-Users, This is my 2nd post (in 19 years). I'm announcing the release of ISC Bind v9.16 named.conf syntax file for Vim editor. Yeah, the last one is the Vim stock 'named.conf' syntax and probably works marginally today as it was written for Bind 9.4-9.5. No auto-installer yet.