Andy Piper <andyp(a)parallax.co.uk> writes:
At 05:49 PM 5/12/98 +0100, you wrote:
>
>From the full b39 tarballs and latest packages, b39 builds fine but
>crashes on startup. The initial window comes up, I can do some simple
>stuff, but after a timeout of a couple of seconds, it crashes.
>
>gdb says:
>
>(gdb) run -vanilla
>Starting program: /opt/XEmacs/bin/xemacs-21.0-b39 -vanilla
>Fatal error: assertion failed, file window.h, line 298, RECORD_TYPEP
>(_obj, lrecord_window) || MARKED_RECORD_P (_obj)
Isn't this the use -fno-caller-saves bug?
Don't know. Never had to use that before. Well, let's
see [compiling with -fno-caller-saves switch]....Done.
Yep, that's it! I wonder why it never bit me before. Of course, this
is my first Linux build of 21.0, so maybe that's the reason.
Thanks for your help!
Ray