From xemacs-m  Thu Feb 27 18:13:54 1997
Received: from mharnois.workgroup.net (pm1-038.sbt.net [206.153.211.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id SAA10434
	for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 18:13:52 -0600 (CST)
Received: from mharnois.workgroup.net (mharnois@localhost [127.0.0.1])
	by mharnois.workgroup.net (8.8.5/8.8.5) with ESMTP id RAA12530
	for <xemacs-beta@xemacs.org>; Thu, 27 Feb 1997 17:54:52 GMT
Message-Id: <199702271754.RAA12530@mharnois.workgroup.net>
To: xemacs-beta@xemacs.org
Subject: crash
Date: Thu, 27 Feb 1997 17:54:50 +0000
From: Michael Harnois <mharnois@sbt.net>

I bet this means something to someone. Maybe somebody will tell me what. I
was trying to highlight a couple of lines of text in gnus.

Lisp backtrace follows:

  next-event(#<motion-event 4, 291>)
  # (unwind-protect ...)
  # bind (mouse-down xthresh ythresh orig-x orig-y buffer mouse-grabbed-buffer mouse-moved event)
  mouse-track(#<motion-event 4, 291>)
  # bind (command-debug-status)
  call-interactively(mouse-track)
  # (condition-case ... . error)
  # (catch top-level ...)

Program terminated with signal 11, Segmentation fault.
find_solib: Can't read pathname for load map: I/O error

#0  0x4023f991 in ?? () from /lib/libc-2.0.1.so
(gdb) where
#0  0x4023f991 in ?? () from /lib/libc-2.0.1.so
#1  0x8087735 in fatal_error_signal (sig=11) at emacs.c:200
#2  0xbfffeba0 in ?? ()
#3  0x8150953 in set_frame_toolbar (f=0x837cb00, pos=TOP_TOOLBAR, 
    first_time_p=0) at toolbar.c:725
#4  0x8150bb7 in compute_frame_toolbars_data (f=0x837cb00, first_time_p=0)
    at toolbar.c:768
#5  0x81512a2 in update_frame_toolbars (f=0x837cb00) at toolbar.c:802
#6  0x811c7e8 in redisplay_frame (f=0x837cb00, preemption_check=0)
    at redisplay.c:5353
#7  0x811ca06 in redisplay_device (d=0x836c400) at redisplay.c:5473
#8  0x811ce54 in redisplay_without_hooks () at redisplay.c:5589
#9  0x811d0a0 in redisplay () at redisplay.c:5656
#10 0x809dd5a in Fnext_event (event={s = {type_mark = 1, val = -130193056}, 
      gu = {type = Lisp_Record, markbit = 0, val = 138242400}, 
      i = -2083088895, v = 0x83d69601, cv = 0x83d69601}, prompt={s = {
        type_mark = 1, val = -131338236}, gu = {type = Lisp_Record, 
        markbit = 0, val = 137097220}, i = -2101411775, v = 0x82bf0041, 
      cv = 0x82bf0041}) at event-stream.c:2136

