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"
  :description "FIXME: write description"
  :dependencies [[org.clojure/clojure "1.2.1"]
                 [org.clojure/clojure-contrib "1.2.0"]
                 [clj-iterate "0.95-SNAPSHOT"]]
  :dev-dependencies [[swank-clojure "1.4.0-SNAPSHOT"]
                     [clojure-source "1.2.1"]]
  :main bitvector.core)

do you have any idea why I am getting this out of range thing when I use
clojure.contrib.profile?

Thanks again,
Sunil.

On Fri, Jul 22, 2011 at 4:51 AM, Aaron Bedra <aaron.be...@gmail.com> wrote:

> **
> 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 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 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
>>
>>
>>
>>
>>
>> Backtrace:
>>
>>
>>   0: clojure.lang.RT.intCast(RT.java:950)
>>
>>
>>   1: clojure.lang.RT.intCast(RT.java:922)
>>
>>
>>   2: clojure.contrib.profile$summarize$fn__3252.invoke(profile.clj:88)
>>
>>
>>   3: clojure.core$r.invoke(core.clj:799)
>>
>>
>>   4: clojure.contrib.profile$summarize.invoke(profile.clj:85)
>>
>>
>>   5: bitvector.core$eval4530.invoke(NO_SOURCE_FILE:1)
>>
>>
>>   6: clojure.lang.Compiler.eval(Compiler.java:5424)
>>
>>
>>   7: clojure.lang.Compiler.eval(Compiler.java:5391)
>>
>>
>>   8: clojure.core$eval.invoke(core.clj:2382)
>>
>>
>>   9: swank.core$eval650$fn__651.invoke(core.clj:409)
>>
>>
>>  10: clojure.lang.MultiFn.invoke(MultiFn.java:163)
>>
>>
>>  .
>> .
>>  .
>> .
>>
>>  Before I bother you all with actual code which might get messy, does
>> anybody have any suggestion as to why this is happening..?
>> Thanks,
>> Sunil.
>>
>>
>  --
> 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 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 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

Reply via email to