On Tue, 3 Nov 1998, Olivier Galibert wrote:
On Tue, Nov 03, 1998 at 02:30:28AM -0800, Charles Stephens wrote:
> however it hangs at the following point of the make (this is a 20.4
> example, but the same occurs with 21.x):
>
> EMACSLOADPATH="/public/Users/cfs/Build/xemacs-20.4/src/../lisp/prim"
./temacs -batch -l ../prim/update-elc.el
>
> Loading ../prim/update-elc.el...
> Loading /public/Users/cfs/Build/xemacs-20.4/src/../lisp/prim/dumped-lisp.el...
>
> temacs does not do any system calls, it just spins eating 100% of the
> CPU.
I know that one. It smells like a compiler bug.
Please try compiling with --use-union-type and tell us if it changes a
thing.
or even better: run under dbx and find out where it is hanging. If it's a
bug in XEmacs, we're happy for the info; if it is a bug in cc, SUN is
happy, for the testcase...
Gunnar