From: "Paul Smedley" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTP id 11217499 for ecs-isp@2rosenthals.com; Sun, 17 Nov 2024 01:14:19 -0500 Received: from [192.168.200.201] (port=55298 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtp (Exim 4.97.1) (envelope-from ) id 1tCYXy-0000000023n-1HRV for ecs-isp@2rosenthals.com; Sun, 17 Nov 2024 01:14:11 -0500 Received: from vps.smedley.id.au ([142.171.106.2]:39432) by mail2.2rosenthals.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1tCYXw-0000000008f-0ZoV for ecs-isp@2rosenthals.com; Sun, 17 Nov 2024 01:14:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=smedley.id.au; s=default; t=1731824047; bh=MLBj21GPmeXN3q+fkdKJC+RQzY+n/Fe2DTV9CvBa4g0=; h=Date:Subject:To:References:From:In-Reply-To:From; b=qVWzyHsOeAtuM8W6yu6TW1h2IscSkalpusCApgWLlgVlsO2h7MjLGDfQQqo2aGtI0 QN90zQ7wJChXYJ9lE+hVS0wkJJ/ybrL6YKu1fu0iPK2l23Z5BembuuTlX5bWecmxSk MeXE7eFx0pUydgACHJg7Lo+bSw7p5GLPOcU10thIkDZfi237GfCBYWaNKt7SV7PsDB yBPVNfBcb7CieHDjUq4n//iUsRBrYvxglIjF6PdYmRAqkl1S9KJF8QxotlhqJTyWO5 OpGgFQm1rk4LKazLj3VkTBEOlmw1XBEzOlPvW0bzpifLffbXdRZo2C5sJMOaB5e6+H xYLEF8J+5k7nw== Received: from [IPV6:2400:a848:4041:0:cfb3:264:5bc0:8d7] (unknown [IPv6:2400:a848:4041:0:cfb3:264:5bc0:8d7]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by vps.smedley.id.au (Postfix) with ESMTPSA id DCE29202A2 for ; Sun, 17 Nov 2024 16:44:06 +1030 (ACDT) Message-ID: <873befb3-adc4-4fac-97f4-ec81c7f46c74@smedley.id.au> Date: Sun, 17 Nov 2024 16:43:55 +1030 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [eCS-ISP] Updating bind To: eCS ISP Mailing List References: Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Me again, On 17/11/24 09:53, Paul Smedley wrote: > Hi guys, > > On 23/10/24 11:05, Steven Levine wrote: >> In , on 10/22/24 >>     at 07:07 PM, "Paul Smedley" said: >> >> Hi Paul, >> >>> It's crashing here: >>> https://github.com/isc-projects/bind9/blob/bind-9.18/lib/isc/trampoline.c#L112 >>> >>> Not sure why yet.... > >> Since this happens on startup, it might be easier to let the debugger >> show >> you the trapping code. > > Well after a few weeks away from anything OS/2 related (I've been > setting up a VPS running Ubuntu Server to host my email domain, and > migrating services), I finally got around to uploading the current WIP > bind 9.18.x sources to github at > https://github.com/psmedley/bind-os2/tree/bind-9.18.x-ESV > > There are still some patches to migrate from 9.11 and also some hacks > to remove (like > https://github.com/psmedley/bind-os2/commit/821049d39dbf68505e7d8ca0172ce74c762e481d#diff-ee14189841165d8087a6cec21fcf76374453349c7f90d8011b63942e9f45f99d) > but at least the code is easier to manage now :) OK I figured out the cause of the trampoline trap - isc__initialize(); isn't getting called (which in turn calls isc__trampoline_initialize) - perhaps as I'm building with static linking. If I hack dig.c to call isc__initialize() then I get further.... More later. Cheers, Paul