From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ax Subject: segfault when org-ellipsis is empty Date: Mon, 26 Jun 2017 20:09:09 +0200 Message-ID: <6b6ee521-a482-0377-6f46-23c91365bee4@gMail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------5601722505DD7D9DEEA52385" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPYRz-0006XX-SJ for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 14:09:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPYRw-0003DB-LO for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 14:09:27 -0400 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:36965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dPYRw-0003B8-EP for emacs-orgmode@gnu.org; Mon, 26 Jun 2017 14:09:24 -0400 Received: by mail-wm0-x236.google.com with SMTP id i127so5052875wma.0 for ; Mon, 26 Jun 2017 11:09:22 -0700 (PDT) Received: from [10.11.12.10] (ip5f5b275f.dynamic.kabel-deutschland.de. [95.91.39.95]) by smtp.googlemail.com with ESMTPSA id g55sm12507edg.66.2017.06.26.11.09.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Jun 2017 11:09:19 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org This is a multi-part message in MIME format. --------------5601722505DD7D9DEEA52385 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hello, I trust that this is the right place to report a segfault. Using whatever is current in debian 9, emacs segfaults from a minimum setup when using an empty string for org-ellipsis. Here's how to reproduce it: > emacs -Q (setq org-ellipsis "") C-x C-e (org-mode) C-x C-e * asd ** def C-p tab < and boom My emacs isn't built from sources, so the ftrace/backtrace is meaningless for the "Fatal error 11: Segmentation fault" If there is a bugtracker and there always is a bugtracker, then my apologies in case this has already been dealt with. m --------------5601722505DD7D9DEEA52385 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit Hello, I trust that this is the right place to report a segfault.

Using whatever is current in debian 9, emacs segfaults
from a minimum setup when using an empty string for org-ellipsis.

Here's how to reproduce it:
> emacs -Q 
(setq org-ellipsis "") C-x C-e
(org-mode)  C-x C-e
* asd
** def C-p tab  < and boom

My emacs isn't built from sources, so the ftrace/backtrace
is meaningless for the "Fatal error 11: Segmentation fault"

If there is a bugtracker and there always is a bugtracker,
then my apologies in case this has already been dealt with.

m

--------------5601722505DD7D9DEEA52385--