emacs-devel
[Top][All Lists]
Advanced

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

GC crash


From: YAMAMOTO Mitsuharu
Subject: GC crash
Date: Wed, 03 Oct 2007 12:44:17 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

With the recent changes about marking Lisp_Vectorlike objects in the
trunk, I see crash at the startup on Solaris trying to mark the member
`menu_bar_items_used' of type EMACS_INT in struct frame.  I think this
member should be moved at least after `face_cache', and the following
comment in frame.h needs to be updated accordingly.

  /* All Lisp_Object components must come first.
     Only EMACS_INT values can be intermixed with them.
     That ensures they are all aligned normally.  */

                                     YAMAMOTO Mitsuharu
                                address@hidden




reply via email to

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