From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#18123: emacs -nw segmentation fault Date: Mon, 28 Jul 2014 09:32:48 +0300 Message-ID: <83oawagfhr.fsf@gnu.org> References: <6cd43b975255f239789eb6b6c3f85e7d@alukardd.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1406529209 26659 80.91.229.3 (28 Jul 2014 06:33:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2014 06:33:29 +0000 (UTC) Cc: 18123@debbugs.gnu.org To: Alexey Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jul 28 08:33:21 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 1XBeUo-0007Jy-TB for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 Jul 2014 08:33:19 +0200 Original-Received: from localhost ([::1]:37774 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBeUo-0007JE-BA for geb-bug-gnu-emacs@m.gmane.org; Mon, 28 Jul 2014 02:33:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34669) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBeUf-0007IG-Ig for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 02:33:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBeUZ-0002CS-78 for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 02:33:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44635) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBeUZ-0002CJ-3D for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 02:33:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XBeUY-00088E-Fd for bug-gnu-emacs@gnu.org; Mon, 28 Jul 2014 02:33:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 28 Jul 2014 06:33:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18123 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18123-submit@debbugs.gnu.org id=B18123.140652916331226 (code B ref 18123); Mon, 28 Jul 2014 06:33:02 +0000 Original-Received: (at 18123) by debbugs.gnu.org; 28 Jul 2014 06:32:43 +0000 Original-Received: from localhost ([127.0.0.1]:39901 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XBeUE-00087a-LU for submit@debbugs.gnu.org; Mon, 28 Jul 2014 02:32:42 -0400 Original-Received: from mtaout24.012.net.il ([80.179.55.180]:41931) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XBeUB-00087K-T3 for 18123@debbugs.gnu.org; Mon, 28 Jul 2014 02:32:41 -0400 Original-Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0N9E00800SK1NQ00@mtaout24.012.net.il> for 18123@debbugs.gnu.org; Mon, 28 Jul 2014 09:28:25 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N9E005R0SND9330@mtaout24.012.net.il>; Mon, 28 Jul 2014 09:28:25 +0300 (IDT) In-reply-to: <6cd43b975255f239789eb6b6c3f85e7d@alukardd.org> X-012-Sender: halo1@inter.net.il 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:91867 Archived-At: > Date: Mon, 28 Jul 2014 08:54:47 +0400 > From: Alexey > > Hello. > > When I try to use `emacs -nw`, and then `M-x linum-mode RET` I got the > following error: > Backtrace: > emacs[0x4faf5b] I cannot reproduce this with today's Emacs trunk. Does this happen to you with "emacs -Q -nw"? If not, please try to prepare the simplest reproducible recipe starting with "emacs -Q -nw". Also, please use the technique described in the node "Crashing" in the Emacs user manual to produce file names and line numbers from the backtrace you reported. Thanks.