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=PTCWjNqZeK7hIlpBdX9Xt/VnpLQ/zHZyQkGq/tyYtvU=; b=B1N4pD5rhS36wV6gfVU2kaZlfW2hlh5E8ybxYbxRRQ2XEiGjelUtmaGAQ30nFkQmZT hCLdT7LyNd7sjyThzRdTFZ5oZ1pMpxMX+DaZjlkIrNlvEIbVvxvKHLYOOBMUCvNYUHvN zBQWFzFZ5HOUx26ClAD53TmrTz1v8K004YrJg= 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=wSCY3SU4Pb7UCWOOrZu/xjwAKF5UjUJEhQ9wsMijZ7DUSunUWiB90oJtdUWhhJd4nG xp0OLRto9JBxxxwvbzTBgvzNg9lb6K45Zy60poXPMjQFYUN5Sut+txHUGxm/jQ6X+Jqn stAinlJzlRruDLErrOs6rrFyeOcxzfyLGlrJ4= MIME-Version: 1.0 In-Reply-To: References: <7705c9030902091323q48d59667x468b0c3bb0e4025f AT mail DOT gmail DOT com> <7705c9030902100003x55552d4awb02e6d3597a28814 AT mail DOT gmail DOT com> <7705c9030902100127u37036fb4v39b4750dad3013da AT mail DOT gmail DOT com> <7705c9030902100918g41674550nce5009a68727f895 AT mail DOT gmail DOT com> Date: Tue, 10 Feb 2009 18:08:13 -0800 Message-ID: <7705c9030902101808g141ba04du58d0c579ca602f0e@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 > ncurses is a library. Please tell who called the ncurses library > functions, and how. It crashes after a call to dlg_draw_buttons (in libdialog), which then calls wrefresh (in libncurses). > >> how could calling putc result in a null dereference bug though? > > I don't know, but OTOH termios exists many years, so it's hard to > believe it would crash in its initialization code just like that. > Something else is at work here. > > Also, which version of the DJGPP library are you using: 2.03 or 2.04? 2.04 >