From xemacs-m  Tue May 20 11:18:47 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 LAA09962
	for <xemacs-beta@xemacs.org>; Tue, 20 May 1997 11:18:45 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id JAA30435;
	Tue, 20 May 1997 09:19:43 -0700
To: xemacs-beta@xemacs.org
Subject: [Tudor Hulubei <tudor@hal.cs.unh.edu>] lisp/72: xemacs crash
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Tue_May_20_09:19:40_1997-1"
Content-Transfer-Encoding: 7bit
Date: 20 May 1997 09:19:40 -0700
Message-ID: <m2u3jy5d5v.fsf@altair.xemacs.org>
Lines: 109
X-Mailer: Gnus v5.4.53/XEmacs 20.3(beta2)

--Multipart_Tue_May_20_09:19:40_1997-1
Content-Type: text/plain; charset=US-ASCII

This bug is still present even after applying Hrvoje's latest gnuserv
fixes.

The lisp and C backtraces are uninformative:
Lisp backtrace follows:

  # (condition-case ... . error)
  # (catch top-level ...)
zsh: 30420 abort (core dumped)  src/xemacs -q -nw

(gdb) where
#0  0x402e7b35 in __kill ()
#1  0x808b7f6 in fatal_error_signal ()
#2  0x402b404d in raise (sig=393216)
(gdb) 


--Multipart_Tue_May_20_09:19:40_1997-1
Content-Type: message/rfc822

X-From-Line: gnats@altair.xemacs.org  Tue May 20 07:50:07 1997
Return-Path: <gnats@altair.xemacs.org>
Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16])
	by altair.xemacs.org (8.8.5/8.8.5) with ESMTP id HAA30165
	for <gnats-admin@altair.xemacs.org>; Tue, 20 May 1997 07:50:06 -0700
Received: from altair.xemacs.org (gnats@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA09596
	for <gnats-admin@xemacs.org>; Tue, 20 May 1997 09:49:01 -0500 (CDT)
Received: (from gnats@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id HAA30159;
	Tue, 20 May 1997 07:50:02 -0700
Resent-Date: Tue, 20 May 1997 07:50:02 -0700
Resent-Message-Id: <199705201450.HAA30159@altair.xemacs.org>
Resent-From: gnats@altair.xemacs.org (GNATS Management)
Resent-To: gnats-admin@xemacs.org
Resent-Cc: gnats-admin@xemacs.org
Resent-Reply-To: bugs@altair.xemacs.org, Tudor Hulubei <tudor@cs.unh.edu>
Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16])
	by altair.xemacs.org (8.8.5/8.8.5) with ESMTP id HAA30150
	for <bugs@altair.xemacs.org>; Tue, 20 May 1997 07:49:17 -0700
Received: from hal.cs.unh.edu (tudor@hal.cs.unh.edu [132.177.5.250])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA09584
	for <bugs@xemacs.org>; Tue, 20 May 1997 09:48:10 -0500 (CDT)
Received: (from tudor@localhost)
	by hal.cs.unh.edu (8.8.5/8.8.5) id KAA00706;
	Tue, 20 May 1997 10:48:30 -0400
Message-Id: <199705201448.KAA00706@hal.cs.unh.edu>
Date: Tue, 20 May 1997 10:48:30 -0400
From: Tudor Hulubei <tudor@hal.cs.unh.edu>
Reply-To: Tudor Hulubei <tudor@cs.unh.edu>
To: bugs@xemacs.org
X-Send-Pr-Version: 3.101
Subject: lisp/72: xemacs crash
Lines: 93
Xref: altair.xemacs.org inbox:11481


>Number:         72
>Category:       lisp
>Synopsis:       xemacs crash
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          open
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Tue May 20 07:50:01 PDT 1997
>Last-Modified:
>Originator:     Tudor Hulubei
>Organization:
XEmacs Users
>Release:        gnats-3.101
>Environment:
	
System: Linux hal 2.1.36 #1 Mon May 12 20:20:26 EDT 1997 i486
Architecture: i486

>Description:
	Reproductible crash.
>How-To-Repeat:

This crash seems reproductible:

1. At the shell prompt I do:
	emacs -q -nw

2. Once emacs is loaded, I visit a file in the home directory:
	C-x C-f ~/tutu

3. I type some random junk into it and then type C-z without saving
   the file.

4. At the shell prompt I start another emacs:
	emacs -q -nw

5. I visit the same file.

6. M-x iso-accents-mode

7. I try to type ~a.  After typing the ~, emacs will tell me that some 
   other emacs is holding a lock on ~/tutu.  I type `s', then I type
   a.  At this moment emacs will crash, issuing the following message:


--Multipart_Tue_May_20_09:19:40_1997-1--

