emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: C backtraces for Emacs


From: Paul Eggert
Subject: Re: C backtraces for Emacs
Date: Fri, 24 Aug 2012 21:41:03 -0700
User-agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0

I've checked in that change (trunk bzr 109765 and 109766)
and so the Windows builds probably need tweaking now
along the lines previously discussed.

One other thing I just now noticed -- the Windows substitute
for unistd.h may need something like this:

#define STDIN_FILENO 0
#define STDOUT_FILENO 1
#define STDERR_FILENO 2

if Windows doesn't already have the equivalent.  The backtrace
code uses STDERR_FILENO rather than fileno (stderr)
as it's better not to rely on stdio's data structures
after an assertion has failed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]