Created
September 8, 2017 23:48
-
-
Save joinr/0bc8fc0e86f0b191db4c1dcbab6472a4 to your computer and use it in GitHub Desktop.
Nightcode crash cascade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running with REPL... | |
Compiling crashtest.core | |
nREPL server started on port 53636 on host 127.0.0.1 - nrepl://127.0.0.1:53636 | |
REPL-y 0.3.7, nREPL 0.2.12 | |
Clojure 1.8.0 | |
Java HotSpot(TM) 64-Bit Server VM 1.8.0_111-b14 | |
Docs: (doc function-name-here) | |
(find-doc "part-of-name-here") | |
Source: (source function-name-here) | |
Javadoc: (javadoc java-object-or-class-here) | |
Exit: Control+D or (exit) or (quit) | |
Results: Stored in vars *1, *2, *3, an exception in *e | |
crashtest.core=> (+ 2 3) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: Running in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: with in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.ClassNotFoundException: REPL///, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
crashtest.core=> | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: Compiling in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
crashtest.core | |
crashtest.core=> | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: nREPL in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: server in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: started in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: on in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: port in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
53636 | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: on in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: host in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
NumberFormatException Invalid number: 127.0.0.1 clojure.lang.LispReader.readNumber (LispReader.java:330) | |
#object[clojure.core$_ 0x4d730d81 "clojure.core$_@4d730d81"] | |
RuntimeException Invalid token: nrepl://127.0.0.1:53636 clojure.lang.Util.runtimeException (Util.java:221) | |
crashtest.core=> | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: REPL-y in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
NumberFormatException Invalid number: 0.3.7 clojure.lang.LispReader.readNumber (LispReader.java:330) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: nREPL in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
NumberFormatException Invalid number: 0.2.12 clojure.lang.LispReader.readNumber (LispReader.java:330) | |
crashtest.core=> | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: Clojure in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
NumberFormatException Invalid number: 1.8.0 clojure.lang.LispReader.readNumber (LispReader.java:330) | |
crashtest.core=> | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: Java in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: HotSpot in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: TM in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1: | |
NumberFormatException Invalid number: 64-Bit clojure.lang.LispReader.readNumber (LispReader.java:330) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: Server in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: VM in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
NumberFormatException Invalid number: 1.8.0_111-b14 clojure.lang.LispReader.readNumber (LispReader.java:330) | |
crashtest.core=> | |
RuntimeException Invalid token: Docs: clojure.lang.Util.runtimeException (Util.java:221) | |
nil | |
crashtest.core=> nil | |
crashtest.core=> | |
RuntimeException Invalid token: Source: clojure.lang.Util.runtimeException (Util.java:221) | |
Source not found | |
nil | |
crashtest.core=> | |
RuntimeException Invalid token: Javadoc: clojure.lang.Util.runtimeException (Util.java:221) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: java-object-or-class-here in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:1) | |
crashtest.core=> | |
RuntimeException Invalid token: Exit: clojure.lang.Util.runtimeException (Util.java:221) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: Control+D in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Can't take value of a macro: #'clojure.core/or, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: exit in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:1) | |
CompilerException java.lang.RuntimeException: Can't take value of a macro: #'clojure.core/or, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: quit in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:1) | |
crashtest.core=> | |
RuntimeException Invalid token: Results: clojure.lang.Util.runtimeException (Util.java:221) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: Stored in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: in in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: vars in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
nil | |
nil | |
nil | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: an in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: exception in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
CompilerException java.lang.RuntimeException: Unable to resolve symbol: in in this context, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
#error { | |
:cause "Unable to resolve symbol: in in this context" | |
:via | |
[{:type clojure.lang.Compiler$CompilerException | |
:message "java.lang.RuntimeException: Unable to resolve symbol: in in this context, compiling:(C:\\Users\\tom\\AppData\\Local\\Temp\\form-init8277172995750491789.clj:1:5971)" | |
:at [clojure.lang.Compiler analyze "Compiler.java" 6688]} | |
{:type java.lang.RuntimeException | |
:message "Unable to resolve symbol: in in this context" | |
:at [clojure.lang.Util runtimeException "Util.java" 221]}] | |
:trace | |
[[clojure.lang.Util runtimeException "Util.java" 221] | |
[clojure.lang.Compiler resolveIn "Compiler.java" 7164] | |
[clojure.lang.Compiler resolve "Compiler.java" 7108] | |
[clojure.lang.Compiler analyzeSymbol "Compiler.java" 7069] | |
[clojure.lang.Compiler analyze "Compiler.java" 6648] | |
[clojure.lang.Compiler analyze "Compiler.java" 6625] | |
[clojure.lang.Compiler eval "Compiler.java" 6931] | |
[clojure.lang.Compiler eval "Compiler.java" 6890] | |
[clojure.core$eval invokeStatic "core.clj" 3105] | |
[clojure.core$eval invoke "core.clj" 3101] | |
[clojure.main$repl$read_eval_print__7408$fn__7411 invoke "main.clj" 240] | |
[clojure.main$repl$read_eval_print__7408 invoke "main.clj" 240] | |
[clojure.main$repl$fn__7417 invoke "main.clj" 258] | |
[clojure.main$repl invokeStatic "main.clj" 258] | |
[clojure.main$repl doInvoke "main.clj" 174] | |
[clojure.lang.RestFn invoke "RestFn.java" 1523] | |
[clojure.tools.nrepl.middleware.interruptible_eval$evaluate$fn__655 invoke "interruptible_eval.clj" 87] | |
[clojure.lang.AFn applyToHelper "AFn.java" 152] | |
[clojure.lang.AFn applyTo "AFn.java" 144] | |
[clojure.core$apply invokeStatic "core.clj" 646] | |
[clojure.core$with_bindings_STAR_ invokeStatic "core.clj" 1881] | |
[clojure.core$with_bindings_STAR_ doInvoke "core.clj" 1881] | |
[clojure.lang.RestFn invoke "RestFn.java" 425] | |
[clojure.tools.nrepl.middleware.interruptible_eval$evaluate invokeStatic "interruptible_eval.clj" 85] | |
[clojure.tools.nrepl.middleware.interruptible_eval$evaluate invoke "interruptible_eval.clj" 55] | |
[clojure.tools.nrepl.middleware.interruptible_eval$interruptible_eval$fn__700$fn__703 invoke "interruptible_eval.clj" 222] | |
[clojure.tools.nrepl.middleware.interruptible_eval$run_next$fn__695 invoke "interruptible_eval.clj" 190] | |
[clojure.lang.AFn run "AFn.java" 22] | |
[java.util.concurrent.ThreadPoolExecutor runWorker nil -1] | |
[java.util.concurrent.ThreadPoolExecutor$Worker run nil -1] | |
[java.lang.Thread run nil -1]]} | |
crashtest.core=> | |
crashtest.core=> | |
CompilerException java.lang.ClassNotFoundException: crashtest.core=>, compiling:(C:\Users\tom\AppData\Local\Temp\form-init8277172995750491789.clj:1:5971) | |
5 | |
crashtest.core=> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment