From xemacs-m  Wed Sep 24 12:54:13 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA02689
	for <xemacs-beta@xemacs.org>; Wed, 24 Sep 1997 12:54:13 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.7/8.8.7) id LAA18033;
	Wed, 24 Sep 1997 11:00:19 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: 19.16 *crash* under Irix 6.X, n32 binary
References: <199709240930.EAA26728@xemacs.org>
X-Face: (:YAD@JS'&Kz'M}n7eX7gEvPR6U1mJ-kt;asEc2qAv;h{Yw7ckz<7+X_SYeTNAaPui:e~x$
 ,A=gkt*>UPL/}\a/#C~v2%ETiAY_sx;xve0yL??JWTtX_-NUzXyP38UdW#cmN1\4(X!c3m#%IbtB-3
 Z-!xpZi!`E.s{(;aP=b11"!3wQu]1j@^V|;n=B|{l<bZV1.AI`zWV%kPCnUhcgEe\(}/_kNd6,*3ZJ
 Q3o<YQ3^u;7jS=:p0--u3msQO
X-Attribution: sb
From: SL Baur <steve@xemacs.org>
In-Reply-To: Richard Cognot's message of "Wed, 24 Sep 1997 05:29:41 -0400 (EDT)"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 24 Sep 1997 11:00:19 -0700
Message-ID: <m2vhzqmw24.fsf@altair.xemacs.org>
Lines: 40
X-Mailer: Quassia Gnus v0.10/XEmacs 20.3(beta24) - "Ljubljana"

Richard Cognot <cognot@ensg.u-nancy.fr> writes:

> I'm currently recompiling with debug on, but this is easily
> reproduced:

> xemacs -q

> select Options->Customize->Emacs->Faces

> Boom.

The menu comes up, Nothing Happens.  Can anyone else reproduce this?

> If I preload gnus with load-library, it will not crash there, but it
> will the next time activating a menu will require loading a lisp file
> anyway.

> Lisp Backtrace:

>   # bind (current-load-list standard-input load-file-name)
>   # (unwind-protect ...)
>   # (unwind-protect ...)
>   # (unwind-protect ...)
>   # (unwind-protect ...)
>   # (unwind-protect ...)
>   load-internal("gnus" nil nil nil)

Hmm, not very useful (to me anyway).

> C backtrace:

>> 0 _kill(0x1bc7, 0xb, 0x502c9004, 0x0, 0x1, 0x39, 0x101f54e8, 0x1) ["/xlv3/bonsai-oct28/work/irix/lib/libc/libc_n32_M4/signal/kill.s":15, 0xfad83a8]
>    1 fatal_error_signal(0x0, 0xb, 0x502c9004, 0x0, 0x1, 0x39, 0x101f54e8, 0x1) ["/tmp_mnt/net/fronsac/usr/local/xemacs-19.16/src/emacs.c":206, 0x1006e354]
>    2 _sigtramp(0x1bc7, 0xb, 0x0, 0x0, 0x1, 0x39, 0x101f54e8, 0x1) ["/xlv3/bonsai-oct28/work/irix/lib/libc/libc_n32_M4/signal/sigtramp.s":59, 0xfad8820]
>    3 malloc(0x3f5, 0x0, 0x306b58b8, 0x102bace0, 0x306c2280, 0x106c3000, 0xfb0f000, 0x0) ["/tmp_mnt/net/fronsac/usr/local/xemacs-19.16/src/gmalloc.c":696, 0x10172280]

Cool, your heap is corrupted.

Could you please recompile with all C compiler warnings turned on to
see if any interesting messages appear?

