emacs-devel
[Top][All Lists]
Advanced

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

Re: MS-Windows tester wanted for trunk


From: Eli Zaretskii
Subject: Re: MS-Windows tester wanted for trunk
Date: Wed, 17 Sep 2014 13:03:56 +0300

> Date: Wed, 17 Sep 2014 17:28:00 +0800
> Cc: address@hidden, address@hidden
> From: Chris Zheng <address@hidden>
> 
> > OK.  If you continue (e.g., with "make -k"), does it succeed to finish
> > the bootstrap, and if so, can you start a session and evaluate the
> > problematic code, the one that called 'log', in the scratch buffer?
>  
> Thanks for your hints.  I have located the crash was coused by
> `(ceiling (/ (ceiling (/ (log value) (log 2))) 8.0))' in
> /lisp/erc/erc-dcc.el.  But I then realized that the bug was more
> likely in my system because the simple C code like
>       double d = 2.00;
>       d = log (d);
> will result in crash.  And the crash finally disappeared when I
> updated my build system.  It seems a bug in the header of MinGW and
> has been resolved.

Great, thank you for your efforts.

So I guess the conclusion is that only the 32-bit Windows builds are
affected by this problem.

I still think other 32-bit platforms should be tested as well.

> > Also, any idea where did that __fu0_log come from?
> 
> Maybe It is generated by GCC.

Probably.  But it isn't important now (I thought it might be a part of
the puzzle, but evidently it isn't).



reply via email to

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