RE: Restlet causing JVM crashes

2008-07-21 Thread Jerome Louvel
Derricutt [mailto:[EMAIL PROTECTED] Envoyé : lundi 21 juillet 2008 06:13 À : discuss@restlet.tigris.org Objet : Re: Restlet causing JVM crashes Hey all, This problem's just started to hit again on our production boxes running RHEl 3 and RHEL 5 and JDK 1.6_06. I tried checking what Kevin changed

Re: Restlet causing JVM crashes

2008-07-21 Thread Mark Derricutt
-- *De :* Mark Derricutt [mailto:[EMAIL PROTECTED] *Envoyé :* lundi 21 juillet 2008 06:13 *À :* discuss@restlet.tigris.org *Objet :* Re: Restlet causing JVM crashes Hey all, This problem's just started to hit again on our production boxes running RHEl 3 and RHEL 5 and JDK

RE: Restlet causing JVM crashes

2008-07-21 Thread Jerome Louvel
Best regards, Jerome _ De : Mark Derricutt [mailto:[EMAIL PROTECTED] Envoyé : lundi 21 juillet 2008 12:13 À : discuss@restlet.tigris.org Objet : Re: Restlet causing JVM crashes For now we've told hotspot not to compile that method so hopefully that'll help. I've been following

Re: Restlet causing JVM crashes

2008-07-21 Thread Mark Derricutt
: Restlet causing JVM crashes For now we've told hotspot not to compile that method so hopefully that'll help. I've been following a similar bug report at Sun from a problem with Eclipse that has an endless to and fro of its fixed, oh wait... no its not :( Mark On Mon, Jul 21, 2008 at 10:10 PM

RE: Restlet causing JVM crashes

2008-07-21 Thread Jerome Louvel
@restlet.tigris.org Objet : Re: Restlet causing JVM crashes There's apparantly two ways of doing it: -XX:CompileCommand=exclude,my/pkg/MyClass,theMethod or -XX: CompileCommandFile=/my/canned/command/file The command file can also be .hotspot_compiler in the current directory. And the ,'s can also be spaced

Re: Restlet causing JVM crashes

2008-07-21 Thread Kevin Conaway
regards, Jerome -- *De :* Mark Derricutt [mailto:[EMAIL PROTECTED] *Envoyé :* lundi 21 juillet 2008 06:13 *À :* discuss@restlet.tigris.org *Objet :* Re: Restlet causing JVM crashes Hey all, This problem's just started to hit again on our production boxes

Re: Restlet causing JVM crashes

2008-07-21 Thread Marcel Casado
environment. Best regards, Jerome *De :* Mark Derricutt [mailto:[EMAIL PROTECTED] *Envoyé :* lundi 21 juillet 2008 12:26 *À :* discuss@restlet.tigris.org *Objet :* Re: Restlet causing JVM crashes There's apparantly two ways

Re: Restlet causing JVM crashes

2008-07-20 Thread Mark Derricutt
Hey all, This problem's just started to hit again on our production boxes running RHEl 3 and RHEL 5 and JDK 1.6_06. I tried checking what Kevin changed (volatile to final) but can't see any volatile's mentioned in HeaderReader class (but my pretty much everywhere else). It can't be just us and

RE: Restlet causing JVM crashes

2008-06-11 Thread Jerome Louvel
regards, Jerome _ De : Mark Derricutt [mailto:[EMAIL PROTECTED] Envoyé : mardi 10 juin 2008 00:40 À : discuss@restlet.tigris.org Objet : Re: Restlet causing JVM crashes Interesting - was this ever entered as a bug to be fixed at all? Or did it just get lost in the mailing list? Mark

Re: Restlet causing JVM crashes

2008-06-09 Thread Kevin Conaway
Hi Mark, I had the same problem as you. I tweaked some lines of code in that class and recompiled and the issue went away. It feels like a bug in the JVM because the error is happening when Hotspot decides to recompile the class. I never did figure out what was causing it. I had posted to

Re: Restlet causing JVM crashes

2008-06-09 Thread Tim Peierls
Yet another reason to prefer immutable classes: less likely to trigger Hotspot bugs. --tim On Mon, Jun 9, 2008 at 8:12 AM, Kevin Conaway [EMAIL PROTECTED] wrote: Hi Mark, I had the same problem as you. I tweaked some lines of code in that class and recompiled and the issue went away. It

Re: Restlet causing JVM crashes

2008-06-09 Thread Mark Derricutt
Interesting - was this ever entered as a bug to be fixed at all? Or did it just get lost in the mailing list? Mark On Tue, Jun 10, 2008 at 12:12 AM, Kevin Conaway [EMAIL PROTECTED] wrote: Hi Mark, I had the same problem as you. I tweaked some lines of code in that class and recompiled and

Restlet causing JVM crashes

2008-06-03 Thread Mark Derricutt
Hey all, We're noticing on 2-3 of our devs machines JVM crashes when trying to use restlet, its happening often, but not consistently so I'm not sure whats really triggering it, but its always in the same spot: Instructions: (pc=0x0625ed3c) 0x0625ed2c: 5d dc 8b 03 53 8d 5e 34 ff 50 40 89 c7 8b

Re: Restlet causing JVM crashes

2008-06-03 Thread Rob Heittman
As the crash is *in* the VM code it would really help to know the specific JVM version and the platform (OS, 32 vs 64 bit, etc) to reproduce it. I have a pretty good laundry list of known issues on various VMs I can cross check against. We're noticing on 2-3 of our devs machines JVM crashes when

Re: Restlet causing JVM crashes

2008-06-03 Thread Rob Heittman
That's a new one on me, but Hardy has been the locus of a bunch of new JVM crash issues, mainly with Athlon processors. Also there have been some similar issues with 64-bit under Red Hat and Fedora. This is the Sun JVM I get installing sun-java6-jdk from multiverse, and I don't get JVM crashes on