Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lisp nesting exceeds max-lisp-eval-depth #22

Open
Alexander-Shukaev opened this issue Dec 16, 2019 · 2 comments
Open

Lisp nesting exceeds max-lisp-eval-depth #22

Alexander-Shukaev opened this issue Dec 16, 2019 · 2 comments

Comments

@Alexander-Shukaev
Copy link

No idea how but today I ran into:

Debugger entered--Lisp error: (error "Lisp nesting exceeds ‘max-lisp-eval-depth’")
  magit-filenotify--rm-watch((112 . 0))
  ...
  magit-filenotify--callback(((112 . 0) stopped "/etc/ssh"))
  file-notify--rm-descriptor((112 . 0))
  file-notify-rm-watch((112 . 0))
  magit-filenotify--rm-watch((112 . 0))
  magit-filenotify--callback(((112 . 0) stopped "/etc/ssh"))
  file-notify--rm-descriptor((112 . 0))
  file-notify-rm-watch((112 . 0))
  magit-filenotify--rm-watch((112 . 0))
  magit-filenotify--callback(((112 . 0) stopped "/etc/ssh"))
  file-notify--rm-descriptor((112 . 0))
  file-notify-rm-watch((112 . 0))
  magit-filenotify--rm-watch((112 . 0))
  #f(compiled-function (k v) #<bytecode 0x20fedc1>)((112 . 0) ("/etc/ssh/" #<killed buffer>))
  maphash(#f(compiled-function (k v) #<bytecode 0x20fedc1>) #<hash-table equal 192/487 0x20f9ab9>)
  magit-filenotify-stop()
  kill-buffer()
@Alexander-Shukaev
Copy link
Author

Will you be able to merge a pull request if I submit a fix for this issue?

@Alexander-Shukaev
Copy link
Author

To clarify, I did fix it locally and tested. The author does not seem to respond to other issues and pull requests, so I'm not sure whether I should spend time on composing the pull request before readiness to review and merge is confirmed from his/her side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant