all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [scratch/igc] 985247b6bee crash on Linux, KDE, Wayland
@ 2024-09-05  6:24 Eval EXEC
  2024-09-05  7:14 ` Eval EXEC
                   ` (4 more replies)
  0 siblings, 5 replies; 71+ messages in thread
From: Eval EXEC @ 2024-09-05  6:24 UTC (permalink / raw)
  To: emacs-devel


-- 


Hello,
I'm helping to test scratch/igc branch, commit: 985247b6bee
I build emacs by:
```
make extraclean
./autogen.sh \
  && ./configure CFLAGS='-O3 -mtune=native -march=native' \
  --prefix=$(realpath ../emacs-build/$(git branch --show-current | sed 's/\//_/g'))\
  --with-mps=yes \
  --with-imagemagick  \
  --with-modules \
  --without-compress-install \
  --with-native-compilation  --with-mailutils\
  --enable-link-time-optimization \
  --with-tree-sitter --with-xinput2  \
  --with-dbus  --with-native-compilation=aot \
  --with-file-notification=inotify\
  && make -j30 install
```

And I got a crash after I set tab-bar-format from
```elisp

  (setq-default tab-bar-format
				'(exec/tab-bar-evil-tag
				  tab-bar-format-menu-bar
				  tab-bar-format-history
				  tab-bar-format-tabs
				  tab-bar-separator
				  tab-bar-format-add-tab
				  tab-bar-separator
				  tab-bar-format-align-right
				  tab-bar-format-global
				  ))
```

to
```elisp
  (setq-default tab-bar-format
				'(tab-bar-format-menu-bar
                  tab-bar-format-history tab-bar-format-tabs
                  tab-bar-separator tab-bar-format-add-tab
                  tab-bar-separator tab-bar-format-align-right
                  tab-bar-format-global))
```

Than, about 20 seconds after, the emacs crash, crash bt is:
```
        info "(gdb)Auto-loading safe path"
warning: File "/nix/store/x47hg342iyiw50c1fhqjzz4n0rqy3dhh-isl-0.20/lib/libisl.so.19.1.0-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load:/nix/store/40yjzm7r5ki59kkk9423dnwbm86x7pyd-gcc-13.2.0-lib".
(gdb) bt
#0  0x00007f84a90a2efc in __pthread_kill_implementation () from /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libc.so.6
#1  0x00007f84a9052e86 in raise () from /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libc.so.6
#2  0x0000000000429886 in terminate_due_to_signal ()
#3  0x0000000000431d79 in igc_assert_fail.lto_priv[cold] ()
#4  0x00000000007b0e60 in LockClaim ()
#5  0x00000000007ddea5 in ArenaEnterLock ()
#6  0x00000000007e01a1 in mps_ap_fill ()
#7  0x00000000006e74b6 in alloc_impl.lto_priv ()
#8  0x000000000060993b in list2 ()
#9  0x000000000042da87 in xsignal2 ()
#10 0x000000000042c379 in wrong_type_argument ()
#11 0x0000000000430730 in get_process.lto_priv[cold] ()
#12 0x00000000006bd653 in process_send_signal ()
#13 0x00000000006be017 in kill_buffer_processes ()
#14 0x000000000058efb5 in shut_down_emacs ()
#15 0x0000000000429852 in terminate_due_to_signal ()
#16 0x000000000042a38f in handle_sigsegv.lto_priv[cold] ()
#17 <signal handler called>
#18 0x00007f84a905316b in kill () from /nix/store/dbcw19dshdwnxdv5q2g6wldj6syyvq7l-glibc-2.39-52/lib/libc.so.6
#19 0x00000000007e3919 in sigHandle ()
#20 <signal handler called>
#21 0x000000000075d716 in dflt_scan_obj.isra ()
#22 0x00000000006e288d in dflt_scan ()
#23 0x00000000007979d6 in amcSegScanNailedRange ()
#24 0x00000000007b07b2 in amcSegScan ()
#25 0x00000000007d27fc in traceScanSegRes ()
#26 0x00000000007d29b9 in traceScanSeg ()
#27 0x00000000007d31f6 in TraceAdvance ()
#28 0x00000000007d3771 in TracePoll ()
#29 0x00000000007d397b in ArenaPoll ()
#30 0x00000000007e01ef in mps_ap_fill ()
#31 0x00000000006e74b6 in alloc_impl.lto_priv ()
#32 0x000000000066f9dc in copy_font_spec ()
#33 0x000000000066fc08 in font_clear_prop ()
#34 0x00000000005248e6 in merge_face_vectors.lto_priv ()
#35 0x000000000052aa90 in lookup_named_face ()
#36 0x000000000049e8ef in produce_special_glyphs.lto_priv ()
#37 0x000000000045d9fd in init_iterator ()
#38 0x0000000000487fcb in maybe_produce_line_number.lto_priv ()
#39 0x000000000048aea8 in display_line.lto_priv ()
#40 0x000000000048c5af in try_window ()
#41 0x00000000004823f3 in redisplay_window ()
#42 0x000000000048457e in redisplay_window_1 ()
#43 0x0000000000643d3c in internal_condition_case_1 ()
#44 0x000000000047d2b3 in redisplay_internal.lto_priv ()
#45 0x00000000007684a1 in redisplay_preserve_echo_area.isra ()
#46 0x0000000000750288 in wait_reading_process_output.constprop ()
#47 0x0000000000442b34 in sit_for ()
#48 0x000000000059a9a8 in read_char ()
#49 0x000000000073e5dd in read_key_sequence.constprop ()
#50 0x0000000000590411 in command_loop_1.lto_priv ()
#51 0x0000000000639c47 in internal_condition_case ()
#52 0x000000000058de86 in command_loop_2 ()
#53 0x0000000000639a64 in internal_catch ()
#54 0x00000000005901a1 in command_loop.lto_priv ()
#55 0x0000000000764a5c in recursive_edit_1.isra ()
#56 0x00000000005920d0 in Frecursive_edit ()
#57 0x00000000004368d9 in main ()

```

What information should I provide to help investigating this?

Thank you!

Eval Exec

In GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.42, cairo version 1.18.0) of 2024-09-05 built on Mufasa
Repository revision: 985247b6beef71cc77fb8d7e842f0ffa0f202692
Repository branch: scratch/igc
Windowing system distributor 'The X.Org Foundation', version 11.0.12401000
System Description: NixOS 24.05 (Uakari)

Configured using:
 'configure 'CFLAGS=-O3 -mtune=native -march=native'
 --prefix=/home/exec/Projects/git.savannah.gnu.org/git/emacs-build/scratch_igc
 --with-mps=yes --with-imagemagick --with-modules
 --without-compress-install --with-native-compilation --with-mailutils
 --enable-link-time-optimization --with-tree-sitter --with-xinput2
 --with-dbus --with-native-compilation=aot
 --with-file-notification=inotify'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ
IMAGEMAGICK JPEG LCMS2 LIBOTF LIBXML2 MODULES MPS NATIVE_COMP NOTIFY
INOTIFY PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS
TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB

Important settings:
  value of $EMACSLOADPATH: /nix/store/r6awdsxz4r0zbj5a58c8a93asy5ciqqx-emacs-mu4e-1.12.5/share/emacs/site-lisp/elpa/mu4e-1.12.5:/nix/store/r6awdsxz4r0zbj5a58c8a93asy5ciqqx-emacs-mu4e-1.12.5/share/emacs/site-lisp:
  value of $LC_COLLATE: C
  value of $LC_MONETARY: en_US.UTF-8
  value of $LC_NUMERIC: en_US.UTF-8
  value of $LC_TIME: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=fcitx
  locale-coding-system: utf-8-unix

Major mode: mu4e:main

Minor modes in effect:
  savehist-mode: t
  marginalia-mode: t
  keycast-tab-bar-mode: t
  global-treesit-auto-mode: t
  restore-point-mode: t
  global-atomic-chrome-edit-mode: t
  dogears-mode: t
  flycheck-status-emoji-mode: t
  flycheck-pos-tip-mode: t
  erc-track-mode: t
  erc-track-minor-mode: t
  erc-ring-mode: t
  erc-netsplit-mode: t
  erc-menu-mode: t
  erc-match-mode: t
  erc-list-mode: t
  erc-irccontrols-mode: t
  erc-move-to-prompt-mode: t
  erc-readonly-mode: t
  erc-imenu-mode: t
  erc-pcomplete-mode: t
  erc-button-mode: t
  erc-fill-mode: t
  erc-stamp-mode: t
  erc-autojoin-mode: t
  tab-line-nerd-icons-global-mode: t
  global-tab-line-mode: t
  tab-line-mode: t
  project-x-mode: t
  org-roam-db-autosync-mode: t
  global-org-modern-mode: t
  mu4e-marker-icons-mode: t
  treemacs-project-follow-mode: t
  treemacs-filewatch-mode: t
  treemacs-follow-mode: t
  treemacs-git-mode: t
  treemacs-fringe-indicator-mode: t
  mu4e-search-minor-mode: t
  mu4e-update-minor-mode: t
  mu4e-context-minor-mode: t
  mu4e-modeline-mode: t
  engine-mode: t
  corfu-popupinfo-mode: t
  global-corfu-mode: t
  corfu-mode: t
  editorconfig-mode: t
  activities-tabs-mode: t
  activities-mode: t
  burly-tabs-mode: t
  global-form-feed-st-mode: t
  eat-eshell-mode: t
  global-wakatime-mode: t
  wakatime-mode: t
  sly-symbol-completion-mode: t
  minions-mode: t
  hes-mode: t
  global-hungry-delete-mode: t
  hungry-delete-mode: t
  super-save-mode: t
  windmove-mode: t
  erc-networks-mode: t
  save-place-mode: t
  recentf-mode: t
  winner-mode: t
  pdf-occur-global-minor-mode: t
  persistent-scratch-autosave-mode: t
  yas-global-mode: t
  yas-minor-mode: t
  nerd-icons-completion-mode: t
  global-diff-hl-show-hunk-mouse-mode: t
  diff-hl-show-hunk-mouse-mode: t
  diff-hl-flydiff-mode: t
  diff-hl-margin-mode: t
  global-diff-hl-mode: t
  sudo-edit-indicator-mode: t
  global-evil-surround-mode: t
  evil-surround-mode: t
  global-evil-visualstar-mode: t
  evil-visualstar-mode: t
  evil-commentary-mode: t
  global-evil-mc-mode: t
  evil-mc-mode: t
  evil-lion-mode: t
  vertico-multiform-mode: t
  vertico-mode: t
  global-evil-collection-unimpaired-mode: t
  evil-collection-unimpaired-mode: t
  TeX-PDF-mode: t
  global-git-commit-mode: t
  server-mode: t
  global-dash-fontify-mode: t
  el-patch-use-package-mode: t
  global-auto-revert-mode: t
  evil-mode: t
  evil-local-mode: t
  general-override-mode: t
  which-key-mode: t
  elpaca-use-package-mode: t
  override-global-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tab-bar-mode: t
  file-name-shadow-mode: t
  context-menu-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  minibuffer-regexp-mode: t
  buffer-read-only: t
  column-number-mode: -1
  line-number-mode: -1
  global-visual-line-mode: t
  visual-line-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
/home/exec/.emacs.d/elpaca/builds/modus-themes/theme-loaddefs hides /home/exec/.emacs.d/elpaca/builds/standard-themes/theme-loaddefs
/home/exec/.emacs.d/elpaca/builds/modus-themes/theme-loaddefs hides /home/exec/.emacs.d/elpaca/builds/ef-themes/theme-loaddefs
/home/exec/.emacs.d/elpaca/builds/editorconfig/editorconfig-core hides /home/exec/Projects/git.savannah.gnu.org/git/emacs-build/scratch_igc/share/emacs/31.0.50/lisp/editorconfig-core
/home/exec/.emacs.d/elpaca/builds/editorconfig/editorconfig-conf-mode hides /home/exec/Projects/git.savannah.gnu.org/git/emacs-build/scratch_igc/share/emacs/31.0.50/lisp/editorconfig-conf-mode
/home/exec/.emacs.d/elpaca/builds/editorconfig/editorconfig-tools hides /home/exec/Projects/git.savannah.gnu.org/git/emacs-build/scratch_igc/share/emacs/31.0.50/lisp/editorconfig-tools
/home/exec/.emacs.d/elpaca/builds/editorconfig/editorconfig-fnmatch hides /home/exec/Projects/git.savannah.gnu.org/git/emacs-build/scratch_igc/share/emacs/31.0.50/lisp/editorconfig-fnmatch
/home/exec/.emacs.d/elpaca/builds/which-key/which-key hides /home/exec/Projects/git.savannah.gnu.org/git/emacs-build/scratch_igc/share/emacs/31.0.50/lisp/which-key
/home/exec/.emacs.d/elpaca/builds/editorconfig/editorconfig-core-handle hides /home/exec/Projects/git.savannah.gnu.org/git/emacs-build/scratch_igc/share/emacs/31.0.50/lisp/editorconfig-core-handle
/home/exec/.emacs.d/elpaca/builds/modus-themes/theme-loaddefs hides /home/exec/Projects/git.savannah.gnu.org/git/emacs-build/scratch_igc/share/emacs/31.0.50/lisp/theme-loaddefs
/home/exec/.emacs.d/elpaca/builds/editorconfig/editorconfig hides /home/exec/Projects/git.savannah.gnu.org/git/emacs-build/scratch_igc/share/emacs/31.0.50/lisp/editorconfig
/home/exec/.emacs.d/elpaca/builds/transient/transient hides /home/exec/Projects/git.savannah.gnu.org/git/emacs-build/scratch_igc/share/emacs/31.0.50/lisp/transient

Features:
(shadow sort mail-extr emacsbug savehist marginalia keycast treesit-auto
restore-point evil-collection-atomic-chrome atomic-chrome dogears
elisp-autofmt highlight-defined copilot copilot-balancer jsonrpc
flycheck-status-emoji flycheck-pos-tip pos-tip sideline-flycheck
erc-track erc-ring erc-netsplit erc-menu erc-match erc-list erc-goodies
erc-imenu erc-pcomplete erc-button erc-fill erc-stamp erc-join
go-translate gt-text-utility gt-engine-echo gt-engine-libre
gt-engine-chatgpt gt-engine-youdao gt-engine-stardict gt-engine-deepl
gt-engine-google-rpc gt-engine-google gt-engine-bing gt-extension
gt-faces gt-core gt-httpx alert gntp sdcv cap-words superword subword
transient-dwim tab-line-nerd-icons evil-collection-imenu-list imenu-list
hideshow tab-line smartparens-rust rust-utils rust-prog-mode rust-mode
rust-playpen rust-compile rust-cargo rust-common rust-rustfmt
rg-info-hack rg-menu rg-ibuffer rg-result wgrep-rg rg-history rg-header
project-x smartparens-config smartparens-javascript smartparens-rst
smartparens-org smartparens-python smartparens-markdown smartparens-text
smartparens-latex smartparens-html smartparens-go smartparens-ess
smartparens-clojure smartparens-c smartparens loadhist org-sliced-images
evil-collection-org-roam org-roam-migrate org-roam-log org-roam-mode
org-roam-capture org-roam-id org-roam-node org-roam-db
emacsql-sqlite-builtin sqlite org-roam-utils org-roam-compat org-roam
org-capture org-attach emacsql-sqlite org-journal org-crypt cal-iso
org-modern orderless mu4e-marker-icons dap-java dap-mode dap-tasks
dap-launch lsp-docker dap-overlays lsp-java treemacs-nerd-icons
lsp-treemacs lsp-treemacs-generic lsp-treemacs-themes treemacs-treelib
treemacs-git-commit-diff-mode treemacs-project-follow-mode zoom treemacs
treemacs-header-line treemacs-compatibility treemacs-mode
treemacs-bookmarks treemacs-tags treemacs-interface treemacs-persistence
treemacs-filewatch-mode treemacs-follow-mode treemacs-rendering
treemacs-annotations treemacs-async treemacs-workspaces treemacs-dom
treemacs-visuals treemacs-fringe-indicator treemacs-faces treemacs-icons
treemacs-scope treemacs-themes treemacs-core-utils pfuture
treemacs-logging treemacs-customization treemacs-macros lsp-mode
lsp-protocol network-stream consult-lsp copilot-chat copilot-chat-org
copilot-chat-markdown copilot-chat-copilot gptel-quick
go-translate-autoloads alert-autoloads gntp-autoloads sdcv-autoloads
transient-dwim-autoloads tab-line-nerd-icons-autoloads
rust-mode-autoloads rg-autoloads transient-autoloads
writeroom-mode-autoloads nov-autoloads project-x-autoloads
smartparens-autoloads org-sliced-images-autoloads
consult-org-roam-autoloads org-roam-autoloads org-journal-autoloads
org-download-autoloads org-modern-autoloads orderless-autoloads
mu4e-marker-icons-autoloads webpaste-autoloads lsp-java-autoloads
dap-mode-autoloads bui-autoloads lsp-treemacs-autoloads
lsp-docker-autoloads lsp-pyright-autoloads consult-lsp-autoloads
lsp-ui-autoloads lsp-mode-autoloads imenu-list-autoloads
copilot-chat-autoloads gptel-quick-autoloads evil-collection-rg rg piper
evil-collection-mu4e mu4e mu4e-org mu4e-notification mu4e-main smtpmail
mu4e-view mu4e-mime-parts mu4e-headers mu4e-thread mu4e-actions
mu4e-compose mu4e-draft gnus-msg gnus-art mm-uu mml2015 gnus-sum
gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail
mail-source utf7 nnoo gnus-spec gnus-int gnus-range gnus-win mu4e-search
mu4e-lists mu4e-bookmarks mu4e-mark mu4e-message flow-fill mule-util
mu4e-contacts mu4e-update mu4e-folders mu4e-context mu4e-query-items
mu4e-server mu4e-modeline mu4e-vars mu4e-helpers mu4e-config mu4e-window
ido mu4e-obsolete molecule-mode lsp hyperbole pangu-spacing breadcrumb
pr-review pr-review-render pr-review-action pr-review-input
pr-review-api pr-review-common evil-collection-forge forge-repos
forge-tablist forge-topics forge-commands forge-semi forge-bitbucket
buck forge-gogs gogs forge-gitea gtea forge-gitlab glab forge-github
ghub-graphql treepy gsexp ghub forge-notify forge-revnote forge-pullreq
forge-issue forge-topic yaml eieio-custom bug-reference forge-post
forge-repo forge forge-core forge-db closql emacsql-sqlite-common
emacsql emacsql-compiler eieio-base cargo-mode
evil-collection-markdown-mode markdown-mode gptel-transient gptel-ollama
gptel gptel-org gptel-openai gotest fzf sideline flycheck-inline
quick-peek consult-flycheck evil-collection-flycheck flycheck
engine-mode evil-collection-ement ement-room-list ement
ement-notifications ement-notify notifications ement-room ement-lib
ement-api ement-structs ement-macros taxy-magit-section taxy dns ellama
llm-ollama llm-provider-utils llm-request-plz plz-event-source
plz-media-type plz llm corfu-terminal popon corfu-popupinfo kind-icon
svg-lib evil-collection-corfu corfu editorconfig editorconfig-core
editorconfig-core-handle editorconfig-fnmatch clojure-ts-mode
chatgpt-shell shell-maker ielm evil-collection-eshell em-prompt eshell
esh-mode esh-var esh-cmd esh-ext esh-proc esh-opt esh-io esh-arg
esh-module esh-module-loaddefs esh-util activities-tabs activities
cnfonts burly-tabs burly frameset prism compile-multi form-feed-st
google-this echo-bar evil-collection-eat eat term/xterm xterm
evil-collection-term term ehelp evil-collection-python python
evil-collection-cider cider tramp-sh cider-debug cider-browse-ns
cider-mode cider-xref-backend cider-find cider-inspector
cider-completion cider-profile cider-eval cider-jar cider-repl-history
pulse cider-repl cider-resolve cider-test cider-overlays
cider-stacktrace cider-doc cider-browse-spec cider-clojuredocs
cider-eldoc cider-docstring cider-client cider-common
cider-completion-context cider-connection cider-popup sesman-browser
nrepl-client cider-util sesman queue nrepl-dict clojure-mode parseedn
parseclj-parser parseclj-lex parseclj-alist ox-reveal ox-odt rng-loc
rng-uri rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns
nxml-enc xmltok nxml-util ox-latex ox-icalendar org-agenda ox-html table
ox-ascii ox-publish ox org-element org-persist org-id org-refile
org-element-ast inline avl-tree htmlize wakatime-mode
evil-collection-explain-pause-mode explain-pause-mode explain-pause-top
explain-pause-log-to-socket evil-collection-profiler profiler
weather-metno solar cal-dst url-cache display-wttr kdeconnect vuiet
evil-collection-ivy ivy delsel ivy-faces ivy-overlay colir mpv org-timer
org-clock evil-collection-org org ob ob-tangle ob-ref ob-lob ob-table
ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote
org-faces org-entities org-version ob-emacs-lisp ob-core ob-eval
org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs
org-compat org-macs versuri esqlite pcsv esxml-query lastfm elquery
memoize anaphora spotify crux pest-mode popwin modus-themes
blackboard-theme standard-themes nimbus-theme tok-theme
danneskjold-theme srcery-theme subatomic256-theme iscroll xml+
multiple-cursors mc-separate-operations rectangular-region-mode
mc-mark-pop mc-edit-lines mc-hide-unmatched-lines-mode mc-mark-more
sgml-mode mc-cycle-cursors multiple-cursors-core
evil-textobj-tree-sitter evil-textobj-tree-sitter-thing-at-point
evil-textobj-tree-sitter-core citre citre-xref-adapter citre-global
citre-tags citre-ctags citre-readtags citre-readtags-tables
citre-ui-peek citre-ui-jump citre-backend-interface citre-common-tag
citre-common-util ctable line-reminder ov ht fringe-helper
solarized-theme solarized solarized-faces vscode-dark-plus-theme
gruvbox-theme gruvbox sqlup-mode evil-collection-bm bm simplicity-theme
twilight-bright-theme flatui-theme zen-mode origami origami-parsers cl
evil-collection-sly sly sly-completion sly-buttons sly-messages
sly-common evil-collection-apropos apropos evil-collection-arc-mode
arc-mode archive-mode hyperspec sicp dired-hacks dired-preview morlock
sexy-monochrome-theme nofrils-acme-theme inverse-acme-theme acme-theme
dracula-theme professional-theme plan9-theme ayu-theme base16-theme
idea-darkula-theme hybrid-reverse-theme sublime-themes material-theme
doom-themes doom-themes-base diminish nyan-mode organic-green-theme
inkpot-theme github-dark-vscode-theme almost-mono-themes cyberpunk-theme
soothe-theme soothe-tva zenburn-theme mindre-theme kaolin-themes
kaolin-themes-lib tron-legacy-theme wildcharm-theme atom-one-dark-theme
parchment-theme autothemer visual-fill-column transpose-frame cyphejor
minions gameoflife evil-collection-docker docker docker-context
docker-volume docker-network docker-image docker-container docker-faces
docker-core docker-compose docker-process docker-utils docker-group
dockerfile-mode evil-collection-sh-script sh-script executable
emacs-everywhere cus-dir empv yeetube yeetube-mpv socks dumb-jump
evil-collection-popup popup websocket bindat bing-dict bing-dict-cache
hl-todo atom-dark-theme ef-themes uwu-theme vagrant evil-collection-ag
ag vc-svn find-dired alarm-clock pinentry evil-collection-hackernews
hackernews evil-collection-notmuch notmuch notmuch-tree notmuch-jump
notmuch-hello notmuch-show notmuch-print notmuch-crypto notmuch-mua
notmuch-message notmuch-draft notmuch-maildir-fcc notmuch-address
notmuch-company notmuch-parser notmuch-wash coolj goto-addr icalendar
diary-lib diary-loaddefs notmuch-tag notmuch-lib notmuch-compat mm-view
mml-smime smime gnutls dig fussy flx affe clang-format apheleia
apheleia-rcs apheleia-dp apheleia-formatters apheleia-utils apheleia-log
apheleia-formatter-context vimrc-mode netease-cloud-music
netease-cloud-music-functions gnuplot olivetti highlight-numbers
parent-mode highlight-escape-sequences rainbow-delimiters
evil-collection-hungry-delete hungry-delete super-save
evil-collection-helpful helpful cc-langs trace cl-print
evil-collection-edebug edebug evil-collection-debug debug backtrace
info-look evil-collection-info info help-fns radix-tree solidity-mode
solidity-common evil-collection-git-timemachine git-timemachine web-mode
disp-table adoc-mode tempo evil-collection-go-mode go-mode find-file
evil-collection-js2-mode js2-mode etags fileloop evil-collection-xref
xref gptel-autoloads gotest-autoloads fzf-autoloads
sideline-flycheck-autoloads sideline-autoloads flycheck-inline-autoloads
quick-peek-autoloads flycheck-pos-tip-autoloads pos-tip-autoloads
flycheck-status-emoji-autoloads consult-flycheck-autoloads
flycheck-autoloads engine-mode-autoloads ement-autoloads
taxy-magit-section-autoloads taxy-autoloads ellama-autoloads
llm-autoloads plz-autoloads dogears-autoloads corfu-terminal-autoloads
popon-autoloads corfu-autoloads copilot-autoloads editorconfig-autoloads
clojure-ts-mode-autoloads chatgpt-shell-autoloads shell-maker-autoloads
breadcrumb-autoloads treemacs-nerd-icons-autoloads treemacs-autoloads
pfuture-autoloads cfrs-autoloads activities-autoloads cargo-autoloads
pr-review-autoloads forge-autoloads closql-autoloads emacsql-autoloads
ghub-autoloads treepy-autoloads markdown-mode-autoloads yaml-autoloads
cnfonts-autoloads bufler-autoloads burly-autoloads
pretty-hydra-autoloads prism-autoloads compile-multi-autoloads
form-feed-st-autoloads google-this-autoloads echo-bar-autoloads
zoom-autoloads eat-autoloads vterm-autoloads chatgpt-autoloads
polymode-autoloads cider-autoloads clojure-mode-autoloads
parseedn-autoloads parseclj-autoloads queue-autoloads sesman-autoloads
ox-reveal-autoloads htmlize-autoloads wordreference-autoloads
wakatime-mode-autoloads explain-pause-mode-autoloads
weather-metno-autoloads display-wttr-autoloads kdeconnect-autoloads
vuiet-autoloads lastfm-autoloads memoize-autoloads elquery-autoloads
versuri-autoloads anaphora-autoloads esxml-autoloads kv-autoloads
esqlite-autoloads pcsv-autoloads ivy-autoloads emms-autoloads
spotify-autoloads crux-autoloads pest-mode-autoloads popwin-autoloads
modus-themes-autoloads blackboard-theme-autoloads
standard-themes-autoloads nimbus-theme-autoloads tok-theme-autoloads
danneskjold-theme-autoloads srcery-theme-autoloads
subatomic256-theme-autoloads iscroll-autoloads xml+-autoloads
multiple-cursors-autoloads evil-textobj-tree-sitter-autoloads
evil-numbers-autoloads citre-autoloads ctable-autoloads
line-reminder-autoloads fringe-helper-autoloads ov-autoloads
solarized-theme-autoloads vscode-dark-plus-theme-autoloads
gruvbox-theme-autoloads sqlup-mode-autoloads bm-autoloads
simplicity-theme-autoloads twilight-bright-theme-autoloads
flatui-theme-autoloads zen-mode-autoloads origami-autoloads
sly-autoloads expand-region-autoloads dired-hacks-autoloads
dired-preview-autoloads diredfl-autoloads morlock-autoloads
highlight-defined-autoloads sexy-monochrome-theme-autoloads
nofrils-acme-theme-autoloads inverse-acme-theme-autoloads
acme-theme-autoloads dracula-theme-autoloads
professional-theme-autoloads plan9-theme-autoloads ayu-theme-autoloads
base16-theme-autoloads idea-darkula-theme-autoloads
hybrid-reverse-theme-autoloads sublime-themes-autoloads
material-theme-autoloads doom-themes-autoloads diminish-autoloads
nyan-mode-autoloads organic-green-theme-autoloads inkpot-theme-autoloads
github-dark-vscode-theme-autoloads almost-mono-themes-autoloads
cyberpunk-theme-autoloads soothe-theme-autoloads zenburn-theme-autoloads
mindre-theme-autoloads kaolin-themes-autoloads
tron-legacy-theme-autoloads wildcharm-theme-autoloads
atom-one-dark-theme-autoloads parchment-theme-autoloads
autothemer-autoloads visual-fill-column-autoloads
transpose-frame-autoloads cyphejor-autoloads minions-autoloads
gameoflife-autoloads docker-autoloads dockerfile-mode-autoloads
emacs-everywhere-autoloads cus-dir-autoloads empv-autoloads
yeetube-autoloads makefile-executor-autoloads dumb-jump-autoloads
popup-autoloads bing-dict-autoloads hl-todo-autoloads
atom-dark-theme-autoloads ef-themes-autoloads uwu-theme-autoloads
vagrant-autoloads ag-autoloads alarm-clock-autoloads pinentry-autoloads
hackernews-autoloads notmuch-autoloads fussy-autoloads flx-autoloads
affe-autoloads clang-format-autoloads apheleia-autoloads
elisp-autofmt-autoloads vimrc-mode-autoloads
netease-cloud-music-autoloads mpv-autoloads gnuplot-autoloads
mermaid-mode-autoloads atomic-chrome-autoloads websocket-autoloads
restore-point-autoloads pangu-spacing-autoloads ace-window-autoloads
avy-autoloads olivetti-autoloads hungry-delete-autoloads
super-save-autoloads helpful-autoloads solidity-mode-autoloads
git-timemachine-autoloads treesit-auto-autoloads web-mode-autoloads
adoc-mode-autoloads go-mode-autoloads js2-mode-autoloads
cargo-mode-autoloads rust-playground-autoloads consult-gh-autoloads
consult-dir-autoloads consult-ag-autoloads vertico-posframe-autoloads
windmove erc erc-backend erc-networks erc-common erc-compat erc-loaddefs
evil-collection-ediff ediff ediff-merg ediff-mult ediff-wind ediff-diff
ediff-help ediff-init ediff-util consult-ripgrep-all dired-x
evil-collection-eww eww url-queue epa-file saveplace recentf tree-widget
winner edit-list refine loop list-utils evil-collection-leetcode
leetcode log4e spinner aio graphql mm-url evil-collection-gnus gnus
nnheader range prompts file-info browse-at-remote f image-roll toc-mode
evil-collection-pdf pdf-history pdf-occur ibuf-ext pdf-isearch let-alist
pdf-misc pdf-loader pdf-tools pdf-view jka-compr pdf-cache pdf-info
pdf-util pdf-macs evil-collection-image image-mode exif rst
ibuffer-sidebar evil-collection-ibuffer ibuffer ibuffer-loaddefs scratch
sql evil-collection-view view persistent-scratch exercism persist
async-await iter2 generator promise url-http url-auth url-gw nsm
promise-rejection-tracking promise-finally promise-done
promise-es6-extensions promise-core async request a indent-bars
evil-collection-outline noutline outline mode-line-bell powerthesaurus
jeison evil-collection-consult consult evil-collection-ripgrep ripgrep
evil-collection-wgrep wgrep evil-collection-grep grep yasnippet-capf
yasnippet-snippets yasnippet evil-collection-vlf vlf vlf-base vlf-tune
gptai ctrlf hl-line nerd-icons-completion disable-mouse mingus libmpdee
evil-collection-mpdel mpdel mpdel-browser libmpdel-directory
mpdel-playlist mpdel-tablist mpdel-song mpdel-core navigel
evil-collection-bookmark magit-bookmark bookmark evil-collection-tablist
tablist tablist-filter semantic/wisent/comp semantic/wisent
semantic/wisent/wisent semantic/util-modes semantic/util semantic
semantic/tag semantic/lex semantic/fw mode-local cedet libmpdel tq
time-stamp exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating
xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh
xcb-icccm xcb xcb-xproto xcb-types xcb-debug posframe esup esup-child
ssh-config-mode jq-mode json-mode json-snatcher js c-ts-common treesit
cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine
cc-vars cc-defs evil-collection-yaml-mode yaml-mode toml-mode conf-mode
align evil-collection-elisp-refs elisp-refs s highlight facemenu
diff-hl-show-hunk diff-hl-inline-popup diff-hl-flydiff diff-hl-margin
diff-hl-dired evil-collection-diff-hl diff-hl evil-collection-log-view
log-view evil-collection-vc-dir vc-dir ewoc nix-mode ffap smie nix-repl
nix-shell nix-store nix-log nix-instantiate nix-shebang nix-format nix
sudo-edit tramp trampver tramp-integration files-x tramp-message
tramp-compat xdg parse-time iso8601 tramp-loaddefs
evil-collection-devdocs devdocs zig-mode reformatter
evil-terminal-cursor-changer evil-surround evil-visualstar
evil-commentary evil-commentary-integration evil-collection-evil-mc
evil-mc evil-mc-command-execute evil-mc-command-record
evil-mc-cursor-make evil-mc-region evil-mc-cursor-state evil-mc-undo
evil-mc-vars evil-mc-known-commands evil-mc-common evil-exchange
evil-lion evil-args smartscan timeout ess lisp-mnt ess-utils ess-custom
vertico-multiform evil-collection-vertico vertico
evil-collection-unimpaired evil-collection-which-key
evil-collection-vc-git evil-collection-tabulated-list
evil-collection-tab-bar evil-collection-simple evil-collection-replace
evil-collection-process-menu evil-collection-package-menu
evil-collection-minibuffer evil-collection-magit-section
evil-collection-magit-repos evil-collection-magit evil-collection-man
evil-collection-log-edit evil-collection-kmacro evil-collection-indent
evil-collection-imenu evil-collection-help evil-collection-flymake
evil-collection-epa evil-collection-elisp-mode evil-collection-eldoc
evil-collection-elpaca evil-collection-dired evil-collection-diff-mode
evil-collection-custom evil-collection-compile evil-collection-comint
evil-collection-calendar evil-collection-buff-menu evil-collection
annalist sqlite3 sqlite3-api treebundel vc-git minimap git-link texfrag
face-remap shr pixel-fill kinsoku url-file svg dom preview latex
latex-flymake flymake project compile tex-ispell tex-style tex dbus xml
texmathp auctex display-line-numbers elec-pair find-func
magit-file-icons nerd-icons nerd-icons-faces nerd-icons-data
nerd-icons-data-mdicon nerd-icons-data-flicon nerd-icons-data-codicon
nerd-icons-data-devicon nerd-icons-data-sucicon nerd-icons-data-wicon
nerd-icons-data-faicon nerd-icons-data-powerline nerd-icons-data-octicon
nerd-icons-data-pomicon nerd-icons-data-ipsicon el-patch-template
magit-delta magit-submodule magit-blame magit-stash magit-reflog
magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote
magit-commit magit-sequence magit-notes magit-worktree magit-tag
magit-merge magit-branch magit-reset magit-files magit-refs magit-status
magit package url-handlers magit-repos magit-apply magit-wip magit-log
which-func imenu magit-diff smerge-mode diff diff-mode track-changes
git-commit log-edit message sendmail yank-media puny dired
dired-loaddefs rfc822 mml mml-sec epa epg rfc6068 epg-config gnus-util
text-property-search time-date mm-decode mm-bodies mm-encode mail-parse
rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev
mail-utils gmm-utils mailheader pcvs-util add-log magit-core
magit-autorevert magit-margin magit-transient magit-process with-editor
shell pcomplete comint ansi-osc server magit-mode browse-url magit-git
magit-base magit-section derived benchmark cursor-sensor crm dash compat
xterm-color edit-list-autoloads refine-autoloads list-utils-autoloads
loop-autoloads leetcode-autoloads graphql-autoloads spinner-autoloads
aio-autoloads log4e-autoloads prompts-autoloads file-info-autoloads
hydra-autoloads lv-autoloads browse-at-remote-autoloads
image-roll-autoloads saveplace-pdf-view-autoloads pdfgrep-autoloads
toc-mode-autoloads pdf-tools-autoloads ibuffer-sidebar-autoloads
scratch-autoloads persistent-scratch-autoloads exercism-autoloads
a-autoloads request-autoloads async-autoloads async-await-autoloads
promise-autoloads iter2-autoloads persist-autoloads
indent-bars-autoloads rainbow-delimiters-autoloads
mode-line-bell-autoloads powerthesaurus-autoloads transient format-spec
hydra lv jeison-autoloads keycast-autoloads yasnippet-snippets-autoloads
ripgrep-autoloads wgrep-autoloads yasnippet-capf-autoloads
yasnippet-autoloads cape-autoloads kind-icon-autoloads svg-lib-autoloads
vlf-autoloads gptai-autoloads popper-autoloads ctrlf-autoloads
nerd-icons-dired-autoloads nerd-icons-completion-autoloads
marginalia-autoloads embark-consult-autoloads consult-autoloads
embark-autoloads disable-mouse-autoloads mingus-autoloads
libmpdee-autoloads mpdel-autoloads libmpdel-autoloads navigel-autoloads
tablist-autoloads exwm-autoloads xelb-autoloads posframe-autoloads
esup-autoloads quickrun-autoloads ht-autoloads ssh-config-mode-autoloads
jq-mode-autoloads json-mode-autoloads json-snatcher-autoloads
yaml-mode-autoloads toml-mode-autoloads elisp-refs-autoloads
symbol-overlay-autoloads highlight-escape-sequences-autoloads
highlight-autoloads highlight-numbers-autoloads parent-mode-autoloads
diff-hl-autoloads nix-mode-autoloads sudo-edit-autoloads
attrap-autoloads f-autoloads s-autoloads devdocs-autoloads
zig-mode-autoloads reformatter-autoloads
evil-terminal-cursor-changer-autoloads evil-surround-autoloads
evil-visualstar-autoloads evil-commentary-autoloads evil-mc-autoloads
evil-exchange-autoloads evil-lion-autoloads evil-args-autoloads
smartscan-autoloads timeout-autoloads ess-autoloads vertico-autoloads
info-colors-autoloads evil-collection-autoloads annalist-autoloads
sqlite3-autoloads treebundel-autoloads minimap-autoloads
git-link-autoloads texfrag-autoloads auctex-autoloads tex-site
magit-file-icons-autoloads nerd-icons-autoloads el-patch-autoloads
el-patch el-patch-stub magit-delta-autoloads magit-autoloads
git-commit-autoloads magit-section-autoloads dash-autoloads
with-editor-autoloads xterm-color-autoloads ispell man ansi-color
autorevert filenotify cal-menu calendar cal-loaddefs evil
evil-integration evil-maps evil-commands evil-digraphs pcase reveal
evil-jumps evil-command-window evil-types evil-search evil-ex
evil-macros evil-repeat evil-states evil-core comp comp-cstr warnings
comp-run comp-common rx advice evil-common thingatpt rect evil-vars ring
goto-chg evil-autoloads goto-chg-autoloads general which-key
sanityinc-tomorrow-bright-theme color-theme-sanityinc-tomorrow color
general-autoloads which-key-autoloads
color-theme-sanityinc-tomorrow-autoloads edmacro kmacro vc vc-dispatcher
cl-extra help-mode elpaca-use-package use-package use-package-ensure
use-package-delight use-package-diminish use-package-bind-key bind-key
easy-mmode use-package-core elpaca-use-package-autoloads elpaca-log
elpaca-ui url url-proxy url-privacy url-expand url-methods url-history
url-cookie generate-lisp-file url-domsuf url-util url-parse auth-source
eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv
bytecomp byte-compile url-vars mailcap cl-seq elpaca elpaca-process
elpaca-autoloads early-init cus-edit pp cus-load icons wid-edit
cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric
uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
term/x-win x-win term/common-win x-dnd touch-screen 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 nadvice seq simple cl-generic
indonesian philippine 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 abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads dbusbind inotify lcms2
dynamic-setting system-font-setting font-render-setting cairo gtk
x-toolkit xinput2 x multi-tty move-toolbar make-network-process
native-compile mps emacs)

Memory information:
((conses 24 0 0) (symbols 56 0 0) (strings 40 0 0) (string-bytes 1 0)
 (vectors 24 0) (vector-slots 8 0 0) (floats 24 0 0)
 (intervals 64 0 0) (buffers 1000 0))



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

end of thread, other threads:[~2024-09-07 13:20 UTC | newest]

Thread overview: 71+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05  6:24 [scratch/igc] 985247b6bee crash on Linux, KDE, Wayland Eval EXEC
2024-09-05  7:14 ` Eval EXEC
2024-09-05  8:17   ` Eval EXEC
2024-09-05  7:21 ` Eval EXEC
2024-09-05  8:08 ` Eli Zaretskii
2024-09-05  8:14   ` Eval EXEC
2024-09-05 11:12   ` Pip Cet
2024-09-05  8:24 ` Helmut Eller
2024-09-05  8:28   ` Eval EXEC
2024-09-05  8:34     ` Helmut Eller
2024-09-05  8:37       ` Eval EXEC
2024-09-05 10:44       ` Eval EXEC
2024-09-05 11:01         ` Eli Zaretskii
2024-09-05 11:04           ` Eval EXEC
2024-09-05 11:09 ` Pip Cet
2024-09-05 11:15   ` Eval EXEC
2024-09-05 11:19     ` Pip Cet
2024-09-05 11:26       ` Eval EXEC
2024-09-05 16:04         ` Pip Cet
2024-09-05 16:32           ` Eval EXEC
2024-09-05 11:34       ` Eval EXEC
2024-09-05 11:49       ` Eval EXEC
2024-09-05 12:21         ` Eli Zaretskii
2024-09-05 13:20           ` Gerd Möllmann
2024-09-05 13:31             ` Eli Zaretskii
2024-09-05 13:37               ` Gerd Möllmann
2024-09-05 13:52                 ` Eli Zaretskii
2024-09-05 13:57                   ` Gerd Möllmann
2024-09-05 14:33                     ` Eli Zaretskii
2024-09-05 14:44                       ` Eli Zaretskii
2024-09-05 14:58                       ` Gerd Möllmann
2024-09-05 16:19                       ` Pip Cet
2024-09-05 16:40                         ` Eval EXEC
2024-09-05 16:45                         ` Eval EXEC
2024-09-05 16:57                         ` Eval EXEC
2024-09-05 16:59                           ` Eval EXEC
2024-09-05 17:03                           ` Pip Cet
2024-09-05 17:05                             ` Eval EXEC
2024-09-05 17:16                               ` Gerd Möllmann
2024-09-05 18:46                                 ` Eli Zaretskii
2024-09-05 19:24                                   ` Gerd Möllmann
2024-09-05 19:31                                     ` Eli Zaretskii
2024-09-05 18:48                               ` Eli Zaretskii
2024-09-05 18:56                                 ` Eval EXEC
2024-09-05 19:23                                   ` Eli Zaretskii
2024-09-05 19:31                                     ` Eli Zaretskii
2024-09-06  2:15                                     ` Eval EXEC
2024-09-06  3:10                                       ` Eval EXEC
2024-09-06  5:58                                         ` Pip Cet
2024-09-06  6:32                                           ` Eval EXEC
2024-09-06  7:41                                             ` Pip Cet
2024-09-06  8:28                                               ` Eval EXEC
2024-09-06 12:58                                                 ` Pip Cet
2024-09-06 13:14                                                   ` Eval EXEC
2024-09-06 10:57                                               ` Eli Zaretskii
2024-09-06 13:03                                                 ` Eval EXEC
2024-09-06 19:29                                             ` Pip Cet
2024-09-07  5:57                                               ` Eli Zaretskii
2024-09-07  9:05                                                 ` Pip Cet
2024-09-06  6:39                                           ` Eval EXEC
2024-09-06  7:43                                             ` Pip Cet
2024-09-07  7:46                                               ` Eval EXEC
2024-09-07  8:10                                                 ` Pip Cet
2024-09-07 13:20                                                   ` Gerd Möllmann
2024-09-06  6:05                                         ` Eli Zaretskii
2024-09-06  6:30                                           ` Pip Cet
2024-09-06  6:34                                           ` Eval EXEC
2024-09-06 11:49                                             ` Eli Zaretskii
2024-09-06 13:08                                               ` Eval EXEC
2024-09-05 19:01                                 ` Eval EXEC
2024-09-05 17:29                             ` Eval EXEC

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.