[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stange Exception



Looks like something strange going on in the JVM. Can you provide more
details? What JVM are you using? Does it happen with other JVMs? Does
this happen when you run Soot, or when you run classes output by Soot?
What "simple modifications" are you making? Can you provide a minimal
test input that reproducibly causes the error?

Ondrej

On Sun, Dec 29, 2002 at 03:26:46PM -0500, Mike S wrote:
>    Any idea why this happens after I do a few simple modifications to the
>    application?
> 
>     
> 
>    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6d48e08c
> 
>    Function name=JVM_TraceInstructions
> 
>    Library=C:\Program Files\JavaSoft\JRE\1.3.1_04\bin\hotspot\jvm.dll
> 
>     
> 
>    Current Java thread:
> 
>            at java.lang.Throwable.fillInStackTrace(Native Method)
> 
>            at java.lang.Throwable.<init>(Unknown Source)
> 
>            at java.lang.Exception.<init>(Unknown Source)
> 
>            at java.lang.RuntimeException.<init>(Unknown Source)
> 
>            at java.lang.NullPointerException.<init>(Unknown Source)
> 
>    [error occured during error reporting]
> 
>     
> 
>    This error occurs after a few seconds of execution, any idea why it might
>    happen?
> 
>     
> 
>    Thanks
> 
>    Mike.