Skip to content

Instantly share code, notes, and snippets.

@stuartsierra
Created January 7, 2014 22:02
Show Gist options
  • Save stuartsierra/8307722 to your computer and use it in GitHub Desktop.
Save stuartsierra/8307722 to your computer and use it in GitHub Desktop.
The problem with stack trace pretty-printers: the pretty-printer threw an exception, so I can't see the actual exception that caused it
ERROR in (some-test) (Reflector.java:432)
Uncaught exception, not in assertion.
expected: nil
actual:
at java.util.regex.Matcher.getTextLength(Matcher.java:1233)
at java.util.regex.Matcher.reset(Matcher.java:308)
at java.util.regex.Matcher.<init>(Matcher.java:228)
at java.util.regex.Pattern.matcher(Pattern.java:1088)
at clj_stacktrace.utils$re_gsub.invoke(utils.clj:6)
at clj_stacktrace.core$clojure_ns.invoke(core.clj:14)
at clj_stacktrace.core$parse_trace_elem.invoke(core.clj:68)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment