Skip to content

"Selecting deleted buffer" error upon common commands #8729

Closed as not planned
@mathpunk

Description

@mathpunk

"Selecting deleted buffer" error upon many commands (search, buffer, file, help...)

Description :octocat:

Everything works normally on startup. But at some point --- I have not found the triggering condition --- commands like SPC f f or SPC b b or even / result in a "Selecting deleted buffer" message instead of the desired behavior.

Reproduction guide 🪲

  • Start Emacs
  • Do work for a few minutes (sorry) --- I'm generally working in an org-mode file, and lately I've been using tables but I'm not sure if these are related.

Observed behaviour: 👀 💔
"Selecting deleted buffer" is the response to many basic commands. Sometimes, but not always, one or more sometimes-incorrectly closed (defun dotspacemacs/emacs-custom-settings ()) ...) forms appear in the .spacemacs file, which I've been deleting manually to get the .spacemacs file to not crash so my configuration gets loaded correctly. Maybe this issue is like #7898 ?

Expected behaviour: ❤️ 😄
Stuff works.

System Info 💻

  • OS: gnu/linux
  • Emacs: 25.1.1
  • Spacemacs: 0.200.9
  • Spacemacs branch: develop (rev. 4361254)
  • Graphic display: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: ivy
  • Layers:
(sql python html ivy better-defaults
     (auto-completion :variables auto-completion-tab-key-behavior 'cycle auto-completion-space-key-behavior 'reject auto-completion-return-key-behavior 'reject auto-completion-enable-help-tooltip t auto-completion-enable-snippets-in-popup t auto-completion-enable-sort-by-usage t auto-completion-complete-with-key-sequence "jk" auto-completion-complete-with-key-sequence-delay 0.3)
     (shell :variables shell-default-shell 'term shell-default-term-shell "/usr/bin/zsh" shell-default-height 40 shell-default-position 'bottom)
     emacs-lisp javascript clojure latex git github restclient syntax-checking markdown deft org themes-megapack typography)
  • System configuration features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11

Backtrace 🐾

I don't know how to find a backtrace because the bug kills my ability to navigate buffers.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions