emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: 21.1 on Solaris 2.5.1 (sparc), on terminal, core dum


From: Paul Eggert
Subject: Re: address@hidden: 21.1 on Solaris 2.5.1 (sparc), on terminal, core dump]
Date: Tue, 4 Dec 2001 07:15:58 -0800 (PST)

> From: Eli Zaretskii <address@hidden>
> Date: Tue, 4 Dec 2001 10:04:09 +0200 (IST)
> 
> 
> On 3 Dec 2001 address@hidden wrote:
> 
> > >     > add
> > >     > #define HAVE_VFORK 1
> > >     > to src/config.h or src/s/sol2-5.h.
> > >     > With HAVE_VFORK enabled, emacs works fine.
> > > 
> > > Does this help?
> > 
> > Yes this help. All works fine now under Solaris 2.5.1.
> 
> Richard, should I install this?  If so, it sounds like this should be on 
> the branch as well, do you agree?

But that is only a partial fix.  The problem is not limited to Solaris
2.5 and later: it will also occur on earlier Solaris versions, and I
think it'll occur on other hosts as well.  The more general problem is
that Emacs sometimes uses vfork without defining HAVE_VFORK.

One way to fix the more general problem would be to use the
AC_FUNC_FORK of Autoconf 2.51 and later.  It defines a macro
HAVE_WORKING_VFORK that Emacs could use instead of HAVE_VFORK.



reply via email to

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