X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HdL1z8LPE4kUl6eHnfOgLB8a2JuyKeGthQ1L60/x5o4=; b=ubfI4BG0QChZfxVmCF4NOY7wYs0WQ3N+jmvOr7NTHzQtbpYBwcXKL/saqStztkAf+V O7sxRV7VhrhC2e9S0vydz1DgqOgY2kh2x1ieedhbFio6fmj82Tww3dOhprq3JOdjfocP YS+qLfyoovKxoiiGe/bPodylsfyEn1ElxuG3I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=M6DoDGSlqjQuirzQmO17yE2frCafU2auHh9HAAuQdvTOk2BXm8Tf5s8nyQ/+5S4ncw uCW3a1VFwuOY7NnqPOlZwVHz5G/SKogJyFLhb2vH8jFJ54a2uok52jiBLay8cpseM7En CtNpG1EEl61P6EzApQ7ZuNqIpKABU1R+nMZvY= MIME-Version: 1.0 In-Reply-To: References: <7705c9030902091323q48d59667x468b0c3bb0e4025f AT mail DOT gmail DOT com> Date: Tue, 10 Feb 2009 00:03:41 -0800 Message-ID: <7705c9030902100003x55552d4awb02e6d3597a28814@mail.gmail.com> Subject: Re: DJGPP termios From: Blair Campbell To: djgpp AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 > which is causing the crash. You can test to see if this is cause by > disabling null pointer protection in DOS: before you run the test > program enter: cwsdpmi -x > For the next program (and only one program) the null pointer > protection will be disabled. If the application then runs under DOS, > it's a program bug that should be fixed. Ok yes, that is the problem then. Thanks for the hint. But it also leads me to believe that the problem might be in ncurses because dialog also crashes when using certain widgets. Any hints as to how to find what is using a bad pointer? I'm not really familiar with gdb.