From xemacs-m  Thu Jun 26 22:12:15 1997
Received: from neptune.corp.comsat.com ([134.133.161.183])
	by xemacs.org (8.8.5/8.8.5) with SMTP id WAA22195
	for <xemacs-beta@xemacs.org>; Thu, 26 Jun 1997 22:12:12 -0500 (CDT)
Received: from neal by neptune.corp.comsat.com with local (Exim 1.58 #2)
	id 0whRTG-00013z-00; Thu, 26 Jun 1997 23:13:14 -0400
From: <neal@ctd.comsat.com>
To: xemacs-beta@xemacs.org
Subject: 20.3b9 linux crash
X-Face: "$ryF/ne$oms9n}#TY|W5Ttjbp-6/u4j'7c:%-aq2IAf'&DjuvII4wvr:eU{h=GMPcVTP,p
 XgCPnk{Qu:7P=jH00Q?B(*bZ\7#x_&KD=%hU1VhP'`hy'PF01*tU9DAoK7QXTGzL%fe!lIj,0Ds,P:
 GV_YPd*4GO?ClJAPRa=iB\PuIQmM=Q>qo87lJh-N2PQL-2QaM>}LdWI<}
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Message-Id: <E0whRTG-00013z-00@neptune.corp.comsat.com>
Date: Thu, 26 Jun 1997 23:13:14 -0400

Sorry, core dump is useless.

Also, gdb mode isn't too useful either.  M-x gdb gives me:
Symbol's value as variable is void: c-mode-syntax-table
Then gdb doesn't seem to work.  Gives messages regarding problems with 
process-filter, or something.


Lisp backtrace follows:

  # bind (current-load-list standard-input)
  # (unwind-protect ...)
  # bind (load-file-name)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  load-internal("/usr/local/src/xemacs/lisp/cc-mode/cc-mode.elc" nil t t nil nil)
  # bind (nosuffix nomessage noerror file)
  efs-real-load("/usr/local/src/xemacs/lisp/cc-mode/cc-mode.elc" nil t t)
  # bind (after-load-alist parsed after-load filename nosuffix nomessage noerror file)
  load("/usr/local/src/xemacs/lisp/cc-mode/cc-mode.elc" nil t t)
  apply(load ("/usr/local/src/xemacs/lisp/cc-mode/cc-mode.elc" nil t t))
  # bind (inhibit-file-name-handlers inhibit-file-name-operation args op)
  dired-handler-fn(load "/usr/local/src/xemacs/lisp/cc-mode/cc-mode.elc" nil t t)
  load-internal("/usr/local/src/xemacs/lisp/cc-mode/cc-mode.elc" nil t t nil nil)
  # bind (nosuffix nomessage noerror file)
  efs-real-load("/usr/local/src/xemacs/lisp/cc-mode/cc-mode.elc" nil t t)
  # bind (after-load-alist parsed after-load filename nosuffix nomessage noerror file)
  load("cc-mode" nil nil nil)
  # (unwind-protect ...)
  c++-mode()
  # bind (alist mode name keep-going)
  # (unwind-protect ...)
  set-auto-mode()
  byte-code(" " [set-auto-mode t] 1)
  # (condition-case ... . ((error (byte-code "
                                                 !\"ć" ... 4))))
  # bind (find-file)
  normal-mode(t)
  # bind (nomodes after-find-file-from-revert-buffer noauto warn error)
  after-find-file(nil t)
  # (unwind-protect ...)
  # bind (error number buf rawfile nowarn filename)
  find-file-noselect("/home/neal/fft4.cc")
  # bind (codesys filename)
  find-file("/home/neal/fft4.cc")
  #<compiled-function (from "efs-dired.elc") nil "...(18)" [find-file efs-dired-host-type efs-version-host-types efs-internal-file-name-sans-versions dired-get-filename t] 5 "In dired, visit the file or directory named on this line.\nNote: This function has been modified to work with efs." nil>()
  call-interactively(dired-advertised-find-file)
  # (condition-case ... . error)
  # (catch top-level ...)

