Skip to content

Instantly share code, notes, and snippets.

@phronmophobic
Created July 25, 2021 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phronmophobic/58b607e48e6ca6d2b82187e6b3d2ddfc to your computer and use it in GitHub Desktop.
Save phronmophobic/58b607e48e6ca6d2b82187e6b3d2ddfc to your computer and use it in GitHub Desktop.
sci error
> *e
#error {
:cause "Could not resolve symbol: clojure.stacktrace/print-cause-trace"
:data {:type :sci/error, :line 1, :column 2, :file nil, :phase "analysis"}
:via
[{:type clojure.lang.ExceptionInfo
:message "Could not resolve symbol: clojure.stacktrace/print-cause-trace"
:data {:type :sci/error, :line 1, :column 2, :file nil, :phase "analysis"}
:at [sci.impl.utils$throw_error_with_location invokeStatic "utils.cljc" 49]}]
:trace
[[sci.impl.utils$throw_error_with_location invokeStatic "utils.cljc" 49]
[sci.impl.resolve$throw_error_with_location invokeStatic "resolve.cljc" 13]
[sci.impl.resolve$resolve_symbol invokeStatic "resolve.cljc" 140]
[sci.impl.analyzer$analyze_call invokeStatic "analyzer.cljc" 822]
[sci.impl.analyzer$analyze invokeStatic "analyzer.cljc" 1041]
[sci.impl.interpreter$eval_form invokeStatic "interpreter.cljc" 74]
[sci.core$eval_form invokeStatic "core.cljc" 257]
[babashka.nrepl.impl.server$eval_msg$fn__22124 invoke "server.clj" 44]
[babashka.nrepl.impl.server$eval_msg invokeStatic "server.clj" 32]
[babashka.nrepl.impl.server$fn__22204 invokeStatic "server.clj" 216]
[babashka.nrepl.impl.server$fn__22204 invoke "server.clj" 216]
[clojure.lang.MultiFn invoke "MultiFn.java" 229]
[clojure.core$map$fn__5880$fn__5881 invoke "core.clj" 2746]
[clojure.core$map$fn__5880$fn__5881 invoke "core.clj" 2746]
[clojure.core$map$fn__5880$fn__5881 invoke "core.clj" 2746]
[babashka.nrepl.impl.server$session_loop invokeStatic "server.clj" 262]
[babashka.nrepl.impl.server$listen$fn__22253 invoke "server.clj" 298]
[sci.impl.vars$binding_conveyor_fn$fn__14053 invoke "vars.cljc" 153]
[clojure.core$binding_conveyor_fn$fn__5772 invoke "core.clj" 2034]
[clojure.lang.AFn call "AFn.java" 18]
[java.util.concurrent.FutureTask run "FutureTask.java" 264]
[java.util.concurrent.ThreadPoolExecutor runWorker "ThreadPoolExecutor.java" 1128]
[java.util.concurrent.ThreadPoolExecutor$Worker run "ThreadPoolExecutor.java" 628]
[java.lang.Thread run "Thread.java" 829]
[com.oracle.svm.core.thread.JavaThreads threadStartRoutine "JavaThreads.java" 553]
[com.oracle.svm.core.posix.thread.PosixJavaThreads pthreadStartRoutine "PosixJavaThreads.java" 192]]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment