From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "William Payne" Newsgroups: gmane.emacs.help Subject: Emacs crashes when I open a .cpp.file Date: Wed, 11 Aug 2004 22:40:51 +0200 Organization: Island, Linkoping University, Sweden Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1092256888 9332 80.91.224.253 (11 Aug 2004 20:41:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Aug 2004 20:41:28 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 11 22:41:18 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BuzuP-0000fl-00 for ; Wed, 11 Aug 2004 22:41:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuzyH-0005LX-6m for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Aug 2004 16:45:17 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!ltu.se!luth.se!193.180.251.40.MISMATCH!erinews.ericsson.se!newsfeed.sunet.se!news01.sunet.se!news.island.liu.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: astmatix.ida.liu.se Original-X-Trace: news.island.liu.se 1092256841 1573 130.236.186.15 (11 Aug 2004 20:40:41 GMT) Original-X-Complaints-To: abuse@island.liu.se Original-NNTP-Posting-Date: Wed, 11 Aug 2004 20:40:41 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Original-Xref: shelby.stanford.edu gnu.emacs.help:124739 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20083 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20083 Hello, emacs crashes when I open a cpp-file (haven't tried with any other files that trigger my c++ language hook). The following message is displayed in the console: This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. [1]+ Exit 3 emacs read_directory.cpp I thought that it might be a problem with CC-Mode so I installed the latest stable version (5.30.9), but Emacs still crashes. Is there anything I can do to track down and maybe solve/work around this error? I am using the developement version of Emacs, just checked out from the CVS. / WP