unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#51641: 29.0.50; reproducible crash with org-bullets on yesterday's top of tree on MacOS 12.0.1, Apple M1.
@ 2021-11-06 17:24 PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-11-06 19:39 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-11-06 22:24 ` PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 4+ messages in thread
From: PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-11-06 17:24 UTC (permalink / raw)
  To: 51641



Using emacs -q --load load_to_crash_emacs_2021-11-06.el
I load the simple org file load_to_crrash_emacs_2021-11-06.org
and emacs crashes every time with a segfault.

The contents of load_to_crash_emacs_2021-11-06.el are:
;;;;;;;;;;;;;;;;;;;;;
(require 'package)

(setq package-enable-at-startup nil)
(add-to-list 'package-archives
	     '("melpa" . "https://melpa.org/packages/"))
(package-initialize)

(unless (package-installed-p 'use-package)
  (package-refresh-contents)
  (package-install 'use-package))

;; Let's also add org packages
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)

(use-package org-bullets
  :ensure t
  :config
  (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1))))
;;;;;;;;;;;;;;;;;;;;

and the contents of load_to_crash_emacs_2021-11-06.org are:

####################
# Example text that doesn't work with org-bullet on latest mac osx.

* Bullet 1

** Bullet 2
###################


Please let me know if you need anything else.  




In GNU Emacs 29.0.50 (build 1, aarch64-apple-darwin21.1.0, NS appkit-2113.00 Version 12.0.1 (Build 21A559))
of 2021-11-06 built on MacbookPro13.local
Repository revision: 5a013838746c160cb296e0bc80a11795d2538f9a
Repository branch: master
Windowing system distributor 'Apple', version 10.3.2113
System Description:  macOS 12.0.1

Configured using:
'configure --disable-silent-rules
--enable-locallisppath=/usr/local/share/emacs/28.0.50/site-lisp
--prefix=/usr/local/opt/gccemacs --without-dbus --without-imagemagick
--with-mailutils --with-ns --disable-ns-self-contained --with-cairo
--with-modules --with-xml2 --with-gnutls --with-json --with-rsvg
--with-native-compilation CC=/usr/bin/clang
CFLAGS=-I/opt/homebrew/lib/gcc/11/include
'LDFLAGS=-L/opt/homebrew/lib/gcc/11/
-I/opt/homebrew/lib/gcc/11/include'
CPPFLAGS=-I/opt/homebrew/opt/libffi/include
'PKG_CONFIG_PATH=/opt/homebrew/opt/libffi/lib/pkgconfig --no-create
--no-recursion''

Configured features:
ACL GLIB GNUTLS JSON LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY KQUEUE NS
PDUMPER PNG RSVG THREADS TOOLKIT_SCROLL_BARS WEBP XIM ZLIB

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t

Load-path shadows:
/Users/maragakp/.emacs.d/elpa/transient-20211105.100/transient hides /usr/local/opt/gccemacs/share/emacs/29.0.50/lisp/transient

Features:
(shadow sort mail-extr emacsbug message rmc puny rfc822 mml mml-sec epa
derived epg rfc6068 epg-config gnus-util rmail rmail-loaddefs
text-property-search mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils dired-aux dired dired-loaddefs org-bullets
org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote
org-src ob-comint org-pcomplete pcomplete comint ansi-color ring
org-list org-faces org-entities noutline outline easy-mmode org-version
ob-emacs-lisp ob-core ob-eval org-table oc-basic bibtex iso8601
time-date ol rx org-keys oc org-compat advice org-macs org-loaddefs
format-spec find-func cal-menu calendar cal-loaddefs cl-extra
use-package-ensure use-package-core finder-inf info package browse-url
url url-proxy url-privacy url-expand url-methods url-history url-cookie
url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq
eieio eieio-core cl-macs eieio-loaddefs password-cache json map url-vars
seq gv subr-x byte-opt bytecomp byte-compile cconv help-mode cl-loaddefs
cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook
vc-hooks lisp-float-type elisp-mode mwheel term/ns-win ns-win
ucs-normalize mule-util term/common-win tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu
timer select scroll-bar mouse jit-lock font-lock syntax font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite emoji-zwj charscript charprop case-table
epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice
button loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads kqueue cocoa ns lcms2
multi-tty make-network-process native-compile emacs)

Memory information:
((conses 16 321111 16810)
(symbols 48 20110 0)
(strings 32 105485 3759)
(string-bytes 1 3182472)
(vectors 16 32247)
(vector-slots 8 584857 17733)
(floats 8 97 111)
(intervals 56 288 0)
(buffers 992 12))





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#51641: 29.0.50; reproducible crash with org-bullets on yesterday's top of tree on MacOS 12.0.1, Apple M1.
  2021-11-06 17:24 bug#51641: 29.0.50; reproducible crash with org-bullets on yesterday's top of tree on MacOS 12.0.1, Apple M1 PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-11-06 19:39 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-11-06 22:24 ` PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-11-06 19:39 UTC (permalink / raw)
  To: 51641; +Cc: PAVLOS MARAGAKIS

PAVLOS MARAGAKIS via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:

> Using emacs -q --load load_to_crash_emacs_2021-11-06.el
> I load the simple org file load_to_crrash_emacs_2021-11-06.org
> and emacs crashes every time with a segfault.

This seems similar to bug#51637.  Could you fetch the latest code from
master and try again?





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#51641: 29.0.50; reproducible crash with org-bullets on yesterday's top of tree on MacOS 12.0.1, Apple M1.
  2021-11-06 17:24 bug#51641: 29.0.50; reproducible crash with org-bullets on yesterday's top of tree on MacOS 12.0.1, Apple M1 PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-11-06 19:39 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-11-06 22:24 ` PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-11-06 22:41   ` Lars Ingebrigtsen
  1 sibling, 1 reply; 4+ messages in thread
From: PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-11-06 22:24 UTC (permalink / raw)
  To: Daniel Martín; +Cc: 51641

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

I confirm that the latest top of tree fixes this bug.  Feel free to close.Thanks!PaulOn Nov 6, 2021, at 3:39 PM, Daniel Martín <mardani29@yahoo.es> wrote:PAVLOS MARAGAKIS via "Bug reports for GNU Emacs, the Swiss army knife oftext editors" <bug-gnu-emacs@gnu.org> writes:Using emacs -q --load load_to_crash_emacs_2021-11-06.elI load the simple org file load_to_crrash_emacs_2021-11-06.organd emacs crashes every time with a segfault.This seems similar to bug#51637.  Could you fetch the latest code frommaster and try again?

[-- Attachment #2.1: Type: text/html, Size: 960 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#51641: 29.0.50; reproducible crash with org-bullets on yesterday's top of tree on MacOS 12.0.1, Apple M1.
  2021-11-06 22:24 ` PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-11-06 22:41   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-11-06 22:41 UTC (permalink / raw)
  To: 51641; +Cc: paul.maragakis, mardani29

PAVLOS MARAGAKIS via "Bug reports for GNU Emacs, the Swiss army knife of
text editors" <bug-gnu-emacs@gnu.org> writes:

> I confirm that the latest top of tree fixes this bug.  Feel free to close.

Thanks for checking; closing the bug.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-06 22:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-06 17:24 bug#51641: 29.0.50; reproducible crash with org-bullets on yesterday's top of tree on MacOS 12.0.1, Apple M1 PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-06 19:39 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-06 22:24 ` PAVLOS MARAGAKIS via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-11-06 22:41   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).