Re: error in process filter: Stack overflow in regexp matcher

2018-12-24 Thread Justin Smith
This isn't a clojure issue. A reference to "process filter" indicates this is an emacs problem. Its regex syntax matcher tends to blow up on long lines. On Mon, Dec 24, 2018, 14:57 Andy Fingerhut wrote: > I would recommend trying to temporarily rename ~/.lein/profiles.clj to a > different

Re: error in process filter: Stack overflow in regexp matcher

2018-12-24 Thread Andy Fingerhut
I would recommend trying to temporarily rename ~/.lein/profiles.clj to a different name, so that there is no such file with that name any more, and try your file-seq expression again to see if it behaves any differently. Andy On Mon, Dec 24, 2018 at 1:38 PM nenad mitrovic wrote: > Sorry, here

Re: error in process filter: Stack overflow in regexp matcher

2018-12-24 Thread nenad mitrovic
windows 8.1, java 1.8.0_191, clojure 1.8.0 profiles.clj contains the following content: {:profiles/dev {:env {:database-url "jdbc:postgresql://localhost/spam_filter_dev?user=db_user_name_here=db_user_password_here"}} :profiles/test {:env {:database-url

Re: error in process filter: Stack overflow in regexp matcher

2018-12-24 Thread nenad mitrovic
Sorry, here is profiles.clj {:user { :java-cmd "C:\\Program Files\\Java\\jdk1.8.0_111\\bin\\java.exe" :plugins [ [cider/cider-nrepl "0.8.1"] [luminus/lein-template "2.9.9.2"] ] } } On Monday, December 24, 2018 at 10:12:04 PM UTC+1, nenad mitrovic wrote: > > I am trying to

Re: error in process filter: Stack overflow in regexp matcher

2018-12-24 Thread Andy Fingerhut
I have just tried to reproduce a similar case on a system running Mac OS X 10.13.6, Oracle/Apple Java 1.8.0_192, Clojure 1.9.0, and Leiningen 2.8.3, and a directory containing 1400 files. I did not see the error you did. What versions of OS, Java, Clojure, and anything on top of Clojure (e.g.

error in process filter: Stack overflow in regexp matcher

2018-12-24 Thread nenad mitrovic
I am trying to execute this piece of code: (rest (file-seq (file (str "corpus/" "ham"))). When I execute I get this error: "error in process filter: Stack overflow in regexp matcher". I have 1400 files in corpus/ham folder. But when I execute only three file it works. -- You received this

Re: [ANN] Java 11 based Docker images for Clojure now available

2018-12-24 Thread stardiviner
I have an off-topic question, How can I use Clojure Docker container binary for Emacs CIDER? I want to try it in Emacs CIDER. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(freenode):

RE: Exception: clojure.lang.ExceptionInfo thrown from the UncaughtExceptionHandler in thread "main"

2018-12-24 Thread Sean Corfield
Did you change your ~/.lein/profiles.clj file? That’s the most common cause of mysterious startup failures with Leiningen it seems. Try removing/renaming that file and see if your problems go away. If you have more of the stacktrace to share (via pastebin or a gist etc), that might help folks

Exception: clojure.lang.ExceptionInfo thrown from the UncaughtExceptionHandler in thread "main"

2018-12-24 Thread lawrence . krubner
I'm not sure what I did, but suddenly I'm getting this: Exception: clojure.lang.ExceptionInfo thrown from the UncaughtExceptionHandler in thread "main" Exception: clojure.lang.ExceptionInfo thrown from the UncaughtExceptionHandler in thread "Thread-0" I had been using println to do some