Re: Getting sick and tired of "[trace missing]"

2014-12-04 Thread Niels van Klaveren
On Wednesday, December 3, 2014 11:53:02 PM UTC+1, Laurent PETIT wrote: > > > Hello Niels, > > that's interesting. Would it deserve that CCW adds this option > automatically when asked to start a REPL ? I could probably easily do this > in both cases : when the REPL start is delegated to Leinin

Re: Getting sick and tired of "[trace missing]"

2014-12-03 Thread Fluid Dynamics
On Wednesday, December 3, 2014 4:20:00 PM UTC-5, Niels van Klaveren wrote: > > This isn't a CCW exclusive issue, but the Oracle JVM 'optimizing away' > stacktraces. > > It can be remedied by adding the '-XX:-OmitStackTraceInFastThrow' flag to > the JVM startup parameters of the process you're s

Re: Getting sick and tired of "[trace missing]"

2014-12-03 Thread Laurent PETIT
2014-12-03 22:20 GMT+01:00 Niels van Klaveren : > This isn't a CCW exclusive issue, but the Oracle JVM 'optimizing away' > stacktraces. > > It can be remedied by adding the '-XX:-OmitStackTraceInFastThrow' flag to > the JVM startup parameters of the process you're starting. > If Leiningen is used

Re: Getting sick and tired of "[trace missing]"

2014-12-03 Thread Niels van Klaveren
I'm sure first thing in the morning there'll be someone at Larry Ellison's door clamoring for removal of hotspot optimization from the JVM.. On Wednesday, December 3, 2014 10:41:34 PM UTC+1, Sam Ritchie wrote: > > The first result of googling > > jvm "[trace missing]" > > is really helpful here.

Re: Getting sick and tired of "[trace missing]"

2014-12-03 Thread Sam Ritchie
The first result of googling jvm "[trace missing]" is really helpful here. Fluid Dynamics December 3, 2014 at 10:29 AM It's a giant pain to debug exceptions without stack traces. This seems to be a problem specific to CCW, as I don't encounter it using other devel

Re: Getting sick and tired of "[trace missing]"

2014-12-03 Thread Niels van Klaveren
This isn't a CCW exclusive issue, but the Oracle JVM 'optimizing away' stacktraces. It can be remedied by adding the '-XX:-OmitStackTraceInFastThrow' flag to the JVM startup parameters of the process you're starting. If Leiningen is used to start the JVM, add the following setting to your lein

Re: Getting sick and tired of "[trace missing]"

2014-12-03 Thread Paul L. Snyder
On Wed, 03 Dec 2014, Fluid Dynamics wrote: > It's a giant pain to debug exceptions without stack traces. This seems to > be a problem specific to CCW, as I don't encounter it using other > development environments. > > Is this going to be fixed anytime soon? Pseudonymous obnoxious person: You

Getting sick and tired of "[trace missing]"

2014-12-03 Thread Fluid Dynamics
It's a giant pain to debug exceptions without stack traces. This seems to be a problem specific to CCW, as I don't encounter it using other development environments. Is this going to be fixed anytime soon? -- You received this message because you are subscribed to the Google Groups "Clojure" g