X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Subject: Re: Death of DJGPP support on Win10 32 bit? [WAS: Re: Max value of DpmiLimit registry setting in Windows 10 32 bit] To: "DJGPP List (E-mail)" References: From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]" Message-ID: Date: Tue, 3 Apr 2018 18:46:06 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 03/27/2018 07:43 PM, DJ Delorie wrote: > Do we know why/how this causes djgpp to segfault? I mean, can we hack > some fix into the dpmi interface to work around it, or is it some bug in > windows itself that we can't fix? > I'm afraid it is simply broken: - system("notepad.exe") works OK - system("bash.exe") crashes in the way mentioned in earlier e-mails - system("example.bat") do not crash if example.bat do not start DJGPP program but crashes if it starts DJGPP program (crash backtrace shows initial program in this case) I'm not sure whether its is possible to fix it. Andris