From xemacs-m  Wed Aug 27 00:51:22 1997
Received: from kurims.kurims.kyoto-u.ac.jp (kurims.kurims.kyoto-u.ac.jp [130.54.16.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id AAA28436
	for <xemacs-beta@xemacs.org>; Wed, 27 Aug 1997 00:51:21 -0500 (CDT)
Received: from orion.kurims.kyoto-u.ac.jp (orion.kurims.kyoto-u.ac.jp [130.54.16.5]) by kurims.kurims.kyoto-u.ac.jp (8.8.5/3.4W2) with SMTP id OAA07358; Wed, 27 Aug 1997 14:50:57 +0900 (JST)
Received: (from petersen@localhost) by orion.kurims.kyoto-u.ac.jp (SMI-8.6/3.5Wbeta) id OAA18292; Wed, 27 Aug 1997 14:50:57 +0900
To: XEmacs Beta List <xemacs-beta@xemacs.org>
Cc: SKK List <skk@sato.kuis.kyoto-u.ac.jp>
Subject: b17 crash with skk-10.34i
X-Emacs: 20.3 "Bucharest" XEmacs  Lucid (beta17) with mule
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.86 "Naka-Tsurugi")
Content-Type: text/plain; charset=US-ASCII
From: Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
Date: 27 Aug 1997 14:50:57 +0900
Message-ID: <lbd8n0898e.fsf@orion.kurims.kyoto-u.ac.jp>
Lines: 54
X-Mailer: Gnus v5.4.64 + SEMI patch (r2.1)/XEmacs 20.3(beta17) - "Bucharest"

I don't know if anyone else on the xemacs-beta list is using skk (a
Japanese elisp input method, that has been mentioned here before).

Anyway earlier I managed to crash xemacs-20.3-b17 while using it:

---- Start of included text -----------------------8<--- cut here -------------
Fatal error: assertion failed, file /proj2/lang/mule-unsupported/src/xemacs-20.3-b17/src/insdel.c, line 882, VALID_BYTIND_P (buf, newmin)
 
Fatal error (6).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
 
Lisp backtrace follows:
 
  # bind (n reverse str new-one henkan-list inhibit-quit loop key-num-alist1 key-num-alist candidate-keys)
  # (unwind-protect ...)
  # bind (skk-save-point)
  skk-henkan-show-candidates()
  # bind (new-word)
  skk-henkan-1()
  byte-code("<cut out>" [skk-henkan-1 skk-henkan-in-minibuff new-word skk-kakutei-flag kakutei-henkan skk-insert-new-word] 2)
  # (catch unread ...)
  # bind (mark new-word kakutei-henkan)
  skk-henkan()
  # (unwind-protect ...)
  # bind (match-data combine-after-change-calls)
  # (unwind-protect ...)
  # bind (arg)
  skk-start-henkan(1)
  # bind (command-debug-status)
  call-interactively(skk-start-henkan)
  # (condition-case ... . error)
  # (catch top-level ...)
---- End of included text -------------------------8<--- and here -------------

The core dump doesn't seem very helpful:

---- Start of included text -----------------------8<--- cut here -------------
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (sparc-sun-solaris2.5), 
Copyright 1996 Free Software Foundation, Inc...
Core was generated by `xemacs -debug-init'.
Program terminated with signal 6, Aborted.
Cannot access memory at address 0xef7f4c70.
#0  0xef1f434c in ?? ()Cannot access memory at address 0xef7f4c70.
(gdb) where
#0  0xef1f434c in ?? ()Cannot access memory at address 0xef7f4c70.
---- End of included text -------------------------8<--- and here -------------

I haven't been able to reproduce it.

Jens

