On 08/11/13 10:46, ru wrote:

I am afraid, that I am not sure where to put (clojure.stacktrace/e) to make it work :(
Or, may be this is not an exception?

use (clojure.stacktrace/e) after the exception has been thrown to get some more information than just a line. Don't put it in your code, but rather call it on the repl right after the error. It will probably point you to some more places to have a look. Also, as John suggested, if you've got a lot of lazy operations that might be the cause. Have you looked at reducers?

Jim

--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to