From xemacs-m  Tue Sep 23 18:59:17 1997
Received: from tanko.sk.tsukuba.ac.jp (root@tanko.sk.tsukuba.ac.jp [130.158.99.155])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA24060
	for <xemacs-beta@xemacs.org>; Tue, 23 Sep 1997 18:59:16 -0500 (CDT)
Received: by tanko.sk.tsukuba.ac.jp
	id m0xDn7w-00002WC
	(Debian Smail-3.2 1996-Jul-4 #2); Wed, 24 Sep 1997 17:48:56 +0900 (JST)
Message-Id: <m0xDn7w-00002WC@tanko.sk.tsukuba.ac.jp>
Date: Wed, 24 Sep 1997 17:48:56 +0900 (JST)
From: "Stephen J. Turnbull" <turnbull@sk.tsukuba.ac.jp>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: Martin Buchholz <mrb@Eng.Sun.COM>
CC: xemacs-beta@xemacs.org
Subject: Crash: xemacs -nw -q -f kill-emacs => IOT trap/Abort (core dumped)
In-Reply-To: <199709231558.IAA09487@xemacs.eng.sun.com>
References: <m27mcame88.fsf@altair.xemacs.org>
	<kig7mc91r56.fsf@jagor.srce.hr>
	<87wwk9yz85.fsf_-_@bittersweet.inetarena.com>
	<kigzpp5dvzj.fsf@jagor.srce.hr>
	<QQdidy13097.199709222339@crystal.WonderWorks.COM>
	<QQdiei15095.199709230205@crystal.WonderWorks.COM>
	<kigzpp4wzbw.fsf@jagor.srce.hr>
	<QQdieo16259.199709230335@crystal.WonderWorks.COM>
	<m2u3fcvf2g.fsf_-_@altair.xemacs.org>
	<m0xDfOS-00002WC@tanko.sk.tsukuba.ac.jp>
	<199709231558.IAA09487@xemacs.eng.sun.com>
X-Mailer: VM 6.34 under 20.3 "Minsk" XEmacs  Lucid (beta22)

>>>>> "Stephen" == Stephen J Turnbull <turnbull@sk.tsukuba.ac.jp> writes:

Stephen> #4  0x8103ac5 in bytecount_to_charcount (ptr=0x845c103 "\eO\200", len=3)
Stephen>     at insdel.c:369
Stephen> #5  0x8051d5b in make_string (contents=0x845c103 "\eO\200", length=3)
Stephen>     at alloc.c:2124
Stephen> #6  0x8051e49 in build_string (str=0x845c103 "\eO\200") at
Stephen>     alloc.c:2149

See <m0xDfOS-00002WC@tanko.sk.tsukuba.ac.jp> for the full trace.

>>>>> "Martin" == Martin Buchholz <mrb@Eng.Sun.COM> writes:

    Martin> This stack trace is the signature of a crash for which I
    Martin> added a completely untested patch in b23.  Please see
    Martin> whether you can reproduce this in b23.

    Martin> No one has yet confirmed whether my patch actually fixes
    Martin> the problem, although it seems like it should.

Looks like you have a winner.  Of course, I haven't actually _used_
"Sarajevo" yet, nor can I speak for other systems with the problem.
One data point:

bash-2.00$ time /usr/local/src/xemacs-20.3-b23/src/xemacs -nw -q -f kill-emacs 

real    0m17.961s
user    0m0.600s
sys     0m0.590s
bash-2.00$ 

