Actually, it's not necessarily bad RAM, it's more likely to be a bug in 
native code somewhere. I often struggle with a piece of C code in our 
system that was poorly written. When it tries to access a bad pointer or 
over-writes the stack, it causes the VM to crash.

The first place I'd look is at the jar files in my project (it was trying 
to read from a ZIP file) to make sure they're all OK. WinZip has an option 
to verify an archive's integrity, and I've used it before to find bad jars.

Other than that, if it occurs often, you might try Sun's site. It could be 
a known bug.


Galt Johnson

At 09:01 AM 9/30/2002, Thomas Singer wrote:
>If the JVM crashes, it is most likely a problem, IntelliJ can't solve.
>As you see from the stacktrace, the problem occured anywhere in the
>VM. What do you think, IntelliJ can do to prevent this?
>
>A major factor with VM crashes is defect RAM. Please check this before
>submitting such bugs (BTW, sometimes my java.exe crashes too; it's
>definitely a RAM problem).
>
>Tom
>
>
>On Sun, 29 Sep 2002 02:57:17 +0000 (UTC), Ian Zabel <[EMAIL PROTECTED]>
>wrote:
>
> > When I open up a certain class in my project, I get the following error 
> in %IDEA_HOME%/bin/hs_err_pidXXXX.log and IDEA completely crashes.
> >
> > This worked previously in 648 and below.
> >
> > It [i]still[/i] works in 648, which I backed up before installing 650. 
> The class opens in the editor with no problem. When I installed 650, I 
> created a new directory, and copied over /bin and /config, then unzipped 
> and overwrite all conflicting files.
> >
> > I have tried deleting my %IDEA_HOME/system directory, and that doesn't 
> fix the problem. I can open other files in the project and it's fine.
> >
> > This seems like a problem with only Aradnia 650, but could it really be 
> a problem with my JDK install, a corrupt JAR, Windows XP or what?
> >
> > [code]
> > An unexpected exception has been detected in native code outside the VM.
> > Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x77E777F8
> > Function=InterlockedIncrement+0x9
> > Library=H:\WINXP\system32\kernel32.dll
> >
> > Current Java thread:
> >       at java.util.zip.ZipFile.read(Native Method)
> >       at java.util.zip.ZipFile.access$1000(ZipFile.java:26)
> >       at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:409)
> >       at java.util.zip.ZipFile$1.fill(ZipFile.java:215)
> >       at 
> java.util.zip.InflaterInputStream.read(InflaterInputStream.java:133)
> >       at 
> sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:404)
> >       at 
> sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:442)
> >       at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:179)
> >       - locked <02B2B2D8> (a java.io.InputStreamReader)
> >       at java.io.InputStreamReader.read(InputStreamReader.java:167)
> >       at java.io.BufferedReader.fill(BufferedReader.java:136)
> >       at java.io.BufferedReader.read(BufferedReader.java:157)
> >       - locked <02B2B2D8> (a java.io.InputStreamReader)
> >       at com.intellij.psi.c.c.dw.a(dw.java:7)
> >       - locked <043F38E0> (a java.lang.Object)
> >       at com.intellij.psi.c.c.bi.c(bi.java:22)
> >       - locked <035F3F60> (a java.lang.Object)
> >       at com.intellij.psi.c.c.bi.a(bi.java:50)
> >       at com.intellij.psi.c.c.bj.getClasses(bj.java:63)
> >       at com.intellij.psi.c.z.a(z.java:48)
> >       at com.intellij.psi.c.b.c.c(c.java:191)
> >       at com.intellij.psi.c.b.c.b(c.java:39)
> >       - locked <035F3F60> (a java.lang.Object)
> >       at com.intellij.psi.c.ba.findClass(ba.java:236)
> >       at com.intellij.psi.c.c.f.c.resolveReference(c.java:13)
> >       at com.intellij.psi.c.c.bq.resolve(bq.java:111)
> >       at com.intellij.codeInsight.i.a.a.f.a(f.java:602)
> >       at com.intellij.codeInsight.i.a.a.g.visitReferenceElement(g.java:89)
> >       at com.intellij.psi.c.c.bq.accept(bq.java:132)
> >       at com.intellij.codeInsight.i.a.a.g.a(g.java:79)
> >       at com.intellij.codeInsight.i.a.l.a(l.java:35)
> >       at com.intellij.codeInsight.i.a.l.run(l.java:140)
> >       at com.intellij.openapi.application.a.e.runReadAction(e.java:146)
> >       at com.intellij.codeInsight.i.a.cu.b(cu.java:58)
> >       at com.intellij.codeInsight.i.a.cu.a(cu.java:46)
> >       at com.intellij.codeInsight.i.a.cu.a(cu.java:54)
> >       at com.intellij.codeInsight.i.a.cf.run(cf.java:2)
> >       at com.intellij.progress.c.a(c.java:0)
> >       at com.intellij.codeInsight.i.a.cu.run(cu.java:13)
> >
> > Dynamic libraries:
> > 0x00400000 - 0x00406000       h:\j2sdk1.4.0_01\bin\java.exe
> > 0x77F50000 - 0x77FF9000       H:\WINXP\System32\ntdll.dll
> > 0x77E60000 - 0x77F45000       H:\WINXP\system32\kernel32.dll
> > 0x77DD0000 - 0x77E5B000       H:\WINXP\system32\ADVAPI32.dll
> > 0x77CC0000 - 0x77D35000       H:\WINXP\system32\RPCRT4.dll
> > 0x77C10000 - 0x77C63000       H:\WINXP\system32\MSVCRT.dll
> > 0x6D330000 - 0x6D445000       h:\j2sdk1.4.0_01\jre\bin\client\jvm.dll
> > 0x77D40000 - 0x77DCD000       H:\WINXP\system32\USER32.dll
> > 0x77C70000 - 0x77CB0000       H:\WINXP\system32\GDI32.dll
> > 0x76B40000 - 0x76B6C000       H:\WINXP\System32\WINMM.dll
> > 0x6D1D0000 - 0x6D1D7000       h:\j2sdk1.4.0_01\jre\bin\hpi.dll
> > 0x6D300000 - 0x6D30D000       h:\j2sdk1.4.0_01\jre\bin\verify.dll
> > 0x6D210000 - 0x6D228000       h:\j2sdk1.4.0_01\jre\bin\java.dll
> > 0x6D320000 - 0x6D32D000       h:\j2sdk1.4.0_01\jre\bin\zip.dll
> > 0x6D000000 - 0x6D0F6000       H:\j2sdk1.4.0_01\jre\bin\awt.dll
> > 0x73000000 - 0x73023000       H:\WINXP\System32\WINSPOOL.DRV
> > 0x76390000 - 0x763AA000       H:\WINXP\System32\IMM32.dll
> > 0x771B0000 - 0x772CA000       H:\WINXP\system32\ole32.dll
> > 0x5AD70000 - 0x5ADA4000       H:\WINXP\system32\uxtheme.dll
> > 0x6D180000 - 0x6D1D0000       H:\j2sdk1.4.0_01\jre\bin\fontmanager.dll
> > 0x69500000 - 0x69816000       H:\WINXP\System32\nvoglnt.dll
> > 0x61220000 - 0x6122B000       H:\Program Files\Microsoft 
> Hardware\Mouse\MSH_ZWF.dll
> > 0x6D230000 - 0x6D235000       H:\j2sdk1.4.0_01\jre\bin\jawt.dll
> > 0x10000000 - 0x1000C000       G:\intellij\bin\transparency.dll
> > 0x0F520000 - 0x0F532000       G:\intellij\bin\FileWatcher2K.dll
> > 0x71B20000 - 0x71B31000       H:\WINXP\system32\MPR.dll
> > 0x6D130000 - 0x6D152000       H:\j2sdk1.4.0_01\jre\bin\dcpr.dll
> > 0x1C000000 - 0x1C007000       H:\Program Files\AIM95\idlemon.dll
> > 0x6D2D0000 - 0x6D2DD000       H:\j2sdk1.4.0_01\jre\bin\net.dll
> > 0x71AD0000 - 0x71AD8000       H:\WINXP\System32\WSOCK32.dll
> > 0x71AB0000 - 0x71AC5000       H:\WINXP\System32\WS2_32.dll
> > 0x71AA0000 - 0x71AA8000       H:\WINXP\System32\WS2HELP.dll
> > 0x6D2E0000 - 0x6D2E8000       H:\j2sdk1.4.0_01\jre\bin\nio.dll
> > 0x71A50000 - 0x71A8B000       H:\WINXP\system32\mswsock.dll
> > 0x71A90000 - 0x71A98000       H:\WINXP\System32\wshtcpip.dll
> > 0x773D0000 - 0x77BC4000       H:\WINXP\system32\shell32.dll
> > 0x772D0000 - 0x77333000       H:\WINXP\system32\SHLWAPI.dll
> > 0x71950000 - 
> 0x71A34000 
> 
>H:\WINXP\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll
> > 0x77340000 - 0x773CB000       H:\WINXP\system32\comctl32.dll
> > 0x71C20000 - 0x71C6F000       H:\WINXP\System32\netapi32.dll
> > 0x76670000 - 0x76754000       H:\WINXP\System32\SETUPAPI.dll
> > 0x75F60000 - 0x75F66000       H:\WINXP\System32\drprov.dll
> > 0x71C10000 - 0x71C1D000       H:\WINXP\System32\ntlanman.dll
> > 0x71CD0000 - 0x71CE6000       H:\WINXP\System32\NETUI0.dll
> > 0x71C90000 - 0x71CCC000       H:\WINXP\System32\NETUI1.dll
> > 0x71C80000 - 0x71C86000       H:\WINXP\System32\NETRAP.dll
> > 0x71BF0000 - 0x71C01000       H:\WINXP\System32\SAMLIB.dll
> > 0x75F70000 - 0x75F79000       H:\WINXP\System32\davclnt.dll
> > 0x75F40000 - 0x75F5D000       H:\WINXP\system32\appHelp.dll
> > 0x75A70000 - 0x75B13000       H:\WINXP\system32\USERENV.dll
> > 0x76990000 - 0x769B4000       H:\WINXP\System32\ntshrui.dll
> > 0x76B20000 - 0x76B35000       H:\WINXP\System32\ATL.DLL
> > 0x77120000 - 0x771AB000       H:\WINXP\system32\OLEAUT32.dll
> > 0x76FD0000 - 0x77048000       H:\WINXP\System32\CLBCATQ.DLL
> > 0x77050000 - 0x77115000       H:\WINXP\System32\COMRes.dll
> > 0x77C00000 - 0x77C07000       H:\WINXP\system32\VERSION.dll
> > 0x76C90000 - 0x76CB2000       H:\WINXP\system32\imagehlp.dll
> > 0x6D510000 - 0x6D58C000       H:\WINXP\system32\DBGHELP.dll
> > 0x76BF0000 - 0x76BFB000       H:\WINXP\System32\PSAPI.DLL
> >
> > Local Time = Sat Sep 28 22:17:59 2002
> > Elapsed Time = 54
> > #
> > # The exception above was detected in native code outside the VM
> > #
> > # Java VM: Java HotSpot(TM) Client VM (1.4.0_01-b03 mixed mode)
> > #[/code]
>
>_______________________________________________
>Eap-bugs mailing list
>[EMAIL PROTECTED]
>http://lists.jetbrains.com/mailman/listinfo/eap-bugs

_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to