Re: clojure.contrib.profile crashes

2011-08-01 Thread Stuart Sierra
clojure.contrib.profile (which I wrote) is deprecated. It was a half-baked idea to start with. Use a JVM profiler. -Stuart Sierra clojure.com -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email to

Re: clojure.contrib.profile crashes

2011-07-26 Thread Aaron Bedra
The first thing I do when experiencing something strange like this is to remove anything possible. In this case, try taking Leiningen out of the picture and just running it directly. I am thinking that Colin is correct in his assessment that this is related to the bug that has already been

Re: clojure.contrib.profile crashes

2011-07-25 Thread Sunil S Nandihalli
Hi Aaron Bedra, Thanks for your quick response. Sorry I could not get back to you with the information you asked for sooner.. I am using user *clojure-version* {:major 1, :minor 2, :incremental 1, :qualifier } My project.clj is as follows... (defproject bitvector 1.0.0-SNAPSHOT

Re: clojure.contrib.profile crashes

2011-07-25 Thread Sunil S Nandihalli
here is the list of jar files in my lib directory github@eagle ~/bitvector/lib#tree . |-- clj-iterate-0.95-20110417.030036-2.jar |-- clojure-1.2.1.jar |-- clojure-contrib-1.2.0.jar `-- dev |-- cdt-1.2.6.1-20110417.030036-6.jar |-- clojure-1.2.1.jar |-- clojure-contrib-1.2.0.jar

Re: clojure.contrib.profile crashes

2011-07-25 Thread Colin Jones
This could be the same issue that Kevin Baribeau has found with clojure.contrib.profile here: https://github.com/richhickey/clojure-contrib/pull/2#issuecomment-1385392 (Yes, we know he needs a CA, etc. - he mentions requesting assembla access before closing that pull request.) TL;DR - might

clojure.contrib.profile crashes

2011-07-21 Thread Sunil S Nandihalli
Hello everybody, I have used the profiler successfully in the past. But some how it is repeatedly crashing with the following stack trace. Value out of range for int: 17069635385 [Thrown class java.lang.IllegalArgumentException] Restarts: 0: [QUIT] Quit to the SLIME top level

Re: clojure.contrib.profile crashes

2011-07-21 Thread Sunil S Nandihalli
The reason I am not posting the code is because I am not able to reproduce this on a simple case. I was just hoping some of you may have some insight with out the code.. Thanks, Sunil. On Fri, Jul 22, 2011 at 3:29 AM, Sunil S Nandihalli sunil.nandiha...@gmail.com wrote: Hello everybody, I

Re: clojure.contrib.profile crashes

2011-07-21 Thread Aaron Bedra
What version of Clojure are you running? Cheers, Aaron Bedra -- Clojure/core http://clojure.com On 07/21/2011 06:12 PM, Sunil S Nandihalli wrote: The reason I am not posting the code is because I am not able to reproduce this on a simple case. I was just hoping some of you may have some