Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Java puzzler Date: Thu, 12 May 2011 18:01:10 -0700 Organization: A noiseless patient Spider Lines: 10 Message-ID: References: <4db69c13-878f-4806-adb2-a3c5adb1c48c@glegroupsg2000goo.googlegroups.com> <-8mdnSRPEIdA21HQnZ2dnUVZ_j2dnZ2d@earthlink.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Fri, 13 May 2011 01:01:13 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="IPG0uhtItDWol02AtwWFWQ"; logging-data="10410"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+jBZ8zm4f8YWrrA5rOjy8Y8EJ90NjK8xk=" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: Cancel-Lock: sha1:orII8095PpYWOgTNQdv3+Dv1pfU= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4030 On 5/12/2011 5:47 PM, Nancy 3 wrote: > I'm sorry. I assumed you wanted an ArithmeticException or some other > Java exception on overflow, rather than an application fault ala SIGSEGV > that brings down the whole JVM. :) SIGSEGV can be trapped and redirected to the JVM to handle. It's a hardware thing, not limited by any given implementation, *nix or otherwise.