Re: Windows 9.16.25 fails to start (1067 Terminated unexpectedly)

2022-02-18 Thread Jakob Bohm via bind-users
I know, but that's routine if the build system is any good. On 2022-02-17 18:42, Danny Mayer wrote: You have to run the debug-enabled code as a service otherwise you will get nowhere. It's complicated and it's time consuming to set up right. Danny On 2/17/22 12:30 PM, Jakob Bohm via bind-user

Re: Windows 9.16.25 fails to start (1067 Terminated unexpectedly)

2022-02-17 Thread Reindl Harald
Am 17.02.22 um 18:47 schrieb Paul Kosinski via bind-users: On Thu, 17 Feb 2022 15:26:35 +0100 Ondřej Surý wrote: ... This is part of the problem - debugging on Windows is extremely painful and requires expertise with extremely high learning curve. I wonder if difficult debugging is de

Re: Windows 9.16.25 fails to start (1067 Terminated unexpectedly)

2022-02-17 Thread Paul Kosinski via bind-users
On Thu, 17 Feb 2022 15:26:35 +0100 Ondřej Surý wrote: ... > This is part of the problem - debugging on Windows is extremely painful and > requires expertise with extremely high learning curve. > > -- > Ondřej Surý — ISC (He/Him) I wonder if difficult debugging is deliberate -- it would certa

Re: Windows 9.16.25 fails to start (1067 Terminated unexpectedly)

2022-02-17 Thread Danny Mayer
You have to run the debug-enabled code as a service otherwise you will get nowhere. It's complicated and it's time consuming to set up right. Danny On 2/17/22 12:30 PM, Jakob Bohm via bind-users wrote: I know this, and I am quite familiar with low level debugging techniques on Windows, though

Re: Windows 9.16.25 fails to start (1067 Terminated unexpectedly)

2022-02-17 Thread Jakob Bohm via bind-users
I know this, and I am quite familiar with low level debugging techniques on Windows, though my favorite tool for the job was ruined by unfortunate business decisions to bundle it with irrelevant software that would be needed only in a completely different license count, if at all. I could pro

Re: Windows 9.16.25 fails to start (1067 Terminated unexpectedly)

2022-02-17 Thread Danny Mayer
I can short-cut that a little! :) A 1067 error is always the Windows named service failing to start. The reasons behind it are much harder to figure out. I've seen these over the years but I don't know off the top of my head why. Danny On 2/17/22 9:26 AM, Ondřej Surý wrote: Log isn’t going to

Re: Windows 9.16.25 fails to start (1067 Terminated unexpectedly)

2022-02-17 Thread Ondřej Surý
Log isn’t going to help here if named is crashing. Getting a backtrace or anything that closely resembles one would help. Running debug build under MSVS would help. Or doing git bisect and pinpoint the breakage to a commit or at least Merge commit would help. This is part of the problem - debug

Re: Windows 9.16.25 fails to start (1067 Terminated unexpectedly)

2022-02-17 Thread Jakob Bohm via bind-users
On 2022-02-12 01:06, Richard T.A. Neal wrote: I run BIND on Windows as well but I've been unable to upgrade to 9.16.25 - I get an error stating "Error Validating Account. Unable to install service using this account.". So I'm presently running 9.16.21. What are the last few things in the Appl

RE: Windows 9.16.25 fails to start (1067 Terminated unexpectedly)

2022-02-11 Thread Richard T.A. Neal
I run BIND on Windows as well but I've been unable to upgrade to 9.16.25 - I get an error stating "Error Validating Account. Unable to install service using this account.". So I'm presently running 9.16.21. What are the last few things in the Application Event Log (Source: named) before it term