emacs-devel
[Top][All Lists]
Advanced

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

Re: Help with new Windows 98 crash


From: Eli Zaretskii
Subject: Re: Help with new Windows 98 crash
Date: Tue, 06 Dec 2022 16:32:13 +0200

> From: Po Lu <luangruo@yahoo.com>
> Cc: emacs-devel@gnu.org
> Date: Tue, 06 Dec 2022 20:53:53 +0800
> 
> Eli Zaretskii <eliz@gnu.org> writes:
> 
> > There's nothing unsafe in what you did, but:
> >
> >   . the call to init_bignum inside the !initialized block should be
> >     conditioned on HAVE_UNEXEC
> 
> But doesn't it have to come before init_window_once in any case?
> Otherwise, the wrong malloc will be used even on pdumper builds.

You mean, in the pdumper build?  In that build, what init_bignum does is not
dumped, so I don't think we need it.  Otherwise, why didn't we see any
problems until now?

But if you want to call it in the pdumper build as well, I won't mind.  Just
let's make sure it is called only once upon each invocation.



reply via email to

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