From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: bug#16665: Hitting C-c C-c in Emacs' *shell* causes segmentation fault Date: Fri, 07 Feb 2014 11:25:42 +0800 Message-ID: <878utnd2o9.fsf__43105.6127803915$1391743583$gmane$org@jidanni.org> References: <52F45028.6030509@case.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391743570 26417 80.91.229.3 (7 Feb 2014 03:26:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Feb 2014 03:26:10 +0000 (UTC) Cc: bug-bash@gnu.org, 16665@debbugs.gnu.org To: chet.ramey@case.edu Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 07 04:26:16 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WBc52-0008MP-Mu for geb-bug-gnu-emacs@m.gmane.org; Fri, 07 Feb 2014 04:26:16 +0100 Original-Received: from localhost ([::1]:39490 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBc52-0000tG-9T for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Feb 2014 22:26:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35820) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBc4u-0000t8-Cv for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 22:26:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBc4o-0004a3-Vt for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 22:26:08 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBc4o-0004Zx-TS for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 22:26:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WBc4o-0004Bx-E1 for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 22:26:02 -0500 X-Loop: help-debbugs@gnu.org In-Reply-To: <878utphrsx.fsf@jidanni.org> Resent-From: Dan Jacobson Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Feb 2014 03:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16665 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: unreproducible moreinfo Original-Received: via spool by 16665-submit@debbugs.gnu.org id=B16665.139174355716094 (code B ref 16665); Fri, 07 Feb 2014 03:26:02 +0000 Original-Received: (at 16665) by debbugs.gnu.org; 7 Feb 2014 03:25:57 +0000 Original-Received: from localhost ([127.0.0.1]:53946 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBc4i-0004BV-Da for submit@debbugs.gnu.org; Thu, 06 Feb 2014 22:25:57 -0500 Original-Received: from caiajhbdcbef.dreamhost.com ([208.97.132.145]:38276 helo=homiemail-a99.g.dreamhost.com) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBc4Y-0004BB-3W for 16665@debbugs.gnu.org; Thu, 06 Feb 2014 22:25:54 -0500 Original-Received: from homiemail-a99.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a99.g.dreamhost.com (Postfix) with ESMTP id 42155FB0072; Thu, 6 Feb 2014 19:25:45 -0800 (PST) Original-Received: from jidanni.org (114-41-19-231.dynamic.hinet.net [114.41.19.231]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a99.g.dreamhost.com (Postfix) with ESMTPSA id E7BA8FB0071; Thu, 6 Feb 2014 19:25:44 -0800 (PST) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:84774 Archived-At: >>>>> "CR" == Chet Ramey writes: CR> OK, I'll bite. What is C-c C-c supposed to do? It looks like it just CR> spews a bunch of garbage to your screen. Is that the intent? C-c C-c runs the command comint-interrupt-subjob, which is an interactive compiled Lisp function in `comint.el'. (comint-interrupt-subjob) Interrupt the current subjob. This command also kills the pending input between the process mark and point.