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

On Windows 10, cider-quit doesn't quit. #1946

Closed
mtnygard opened this issue Feb 27, 2017 · 1 comment
Closed

On Windows 10, cider-quit doesn't quit. #1946

mtnygard opened this issue Feb 27, 2017 · 1 comment

Comments

@mtnygard
Copy link

Expected behavior

Running cider-quit should terminate both the leiningen JVM and the application JVM.

Actual behavior

The leiningen JVM terminates, but the application JVM remains around.

Steps to reproduce the problem

  1. Create an empty leiningen project: lein new repro-case
  2. Open repro-case\project.clj
  3. Use M-x cider-jack-in to get a REPL. Use Task Manager to see there are two Java processes.
  4. Immediately run M-x cider-quit.
  5. Observe that one Java process exits, but the other remains.

Environment & Version information

CIDER version information

;; CIDER 0.14.0 (Berlin), nREPL 0.2.12
;; Clojure 1.8.0, Java 1.8.0_111

Lein/Boot version

Leiningen 2.7.1 on Java 1.8.0_111 Java HotSpot(TM) 64-Bit Server VM

Emacs version

  • Emacs 25.1.1

Operating system

  • Windows 10, build 15031.0
@bbatsov
Copy link
Member

bbatsov commented Feb 28, 2017

That's a duplicate of #390

Long story short - that's outside of CIDER's scope and we can't really do much about it.

@bbatsov bbatsov closed this as completed Feb 28, 2017
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

2 participants