Gå til innhold
Trenger du hjelp med PCen? Still spørsmål her! ×

Java kræsjer. Hva kan det være?


Anbefalte innlegg

De siste dagene har jeg hatt trøbbel med Java. F.eks. ved innlogging i nettbank. Java åpner, og fryser/kræsjer. Jeg får en feillogg i notepad, så om noen kan lese ut av den hva som er galt..

 

#

# A fatal error has been detected by the Java Runtime Environment:

#

# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x10001b40, pid=2104, tid=2684

#

# JRE version: 6.0_24-b07

# Java VM: Java HotSpot Client VM (19.1-b02 mixed mode, sharing windows-x86 )

# Problematic frame:

# C [FPServiceProvider.dll+0x1b40]

#

# If you would like to submit a bug report, please visit:

# http://java.sun.com/webapps/bugreport/crash.jsp

# The crash happened outside the Java Virtual Machine in native code.

# See problematic frame for where to report the bug.

#

 

--------------- T H R E A D ---------------

 

Current thread (0x06904400): JavaThread "Keep-Alive-Timer" daemon [_thread_in_native, id=2684, stack(0x08e00000,0x08e50000)]

 

siginfo: ExceptionCode=0xc0000005, reading address 0x09adf506

 

Registers:

EAX=0x09adf504, EBX=0xffffffff, ECX=0x09adf504, EDX=0x00000005

ESP=0x08e4ed7c, EBP=0x08e4eed8, ESI=0x068907d0, EDI=0x00000724

EIP=0x10001b40, EFLAGS=0x00010282

 

Register to memory mapping:

 

EAX=0x09adf504

0x09adf504 is pointing to unknown location

 

EBX=0xffffffff

0xffffffff is pointing to unknown location

 

ECX=0x09adf504

0x09adf504 is pointing to unknown location

 

EDX=0x00000005

0x00000005 is pointing to unknown location

 

ESP=0x08e4ed7c

0x08e4ed7c is pointing into the stack for thread: 0x06904400

"Keep-Alive-Timer" daemon prio=8 tid=0x06904400 nid=0xa7c runnable [0x08e4f000]

java.lang.Thread.State: RUNNABLE

 

EBP=0x08e4eed8

0x08e4eed8 is pointing into the stack for thread: 0x06904400

"Keep-Alive-Timer" daemon prio=8 tid=0x06904400 nid=0xa7c runnable [0x08e4f000]

java.lang.Thread.State: RUNNABLE

 

ESI=0x068907d0

0x068907d0 is pointing to unknown location

 

EDI=0x00000724

0x00000724 is pointing to unknown location

 

 

Top of Stack: (sp=0x08e4ed7c)

0x08e4ed7c: 00000000 00000000 00000000 00000000

0x08e4ed8c: 00000000 00000000 00000000 00000000

0x08e4ed9c: 00000000 00000000 00000000 00000000

0x08e4edac: 00000000 00000000 00000000 00000000

0x08e4edbc: 00000000 00000000 00000000 00000000

0x08e4edcc: 00000000 00000000 00000000 00000000

0x08e4eddc: 00000000 00000000 00000000 00000000

0x08e4edec: 00000000 00000000 00000000 00000000

 

Instructions: (pc=0x10001b40)

0x10001b30: 00 01 00 00 8b 84 24 08 01 00 00 a3 6c 54 00 10

0x10001b40: 0f b7 40 02 56 50 e8 2f 10 00 00 68 00 01 00 00

 

 

Stack: [0x08e00000,0x08e50000], sp=0x08e4ed7c, free space=315k

Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)

C [FPServiceProvider.dll+0x1b40]

C [net.dll+0x71fe]

j java.net.SocketOutputStream.socketWrite0(Ljava/io/FileDescriptor;[bII)V+0

j java.net.SocketOutputStream.socketWrite([bII)V+44

j java.net.SocketOutputStream.write([bII)V+4

j com.sun.net.ssl.internal.ssl.OutputRecord.writeBuffer(Ljava/io/OutputStream;[bII)V+5

j com.sun.net.ssl.internal.ssl.OutputRecord.write(Ljava/io/OutputStream;)V+339

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecordInternal(Lcom/sun/net/ssl/internal/ssl/OutputRecord;)V+21

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(Lcom/sun/net/ssl/internal/ssl/OutputRecord;)V+294

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.sendAlert(BB)V+222

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.warning(B)V+3

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.closeInternal(Z)V+196

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.close()V+43

j sun.net.www.http.HttpClient.closeServer()V+9

j sun.net.www.http.KeepAliveCache.run()V+128

j java.lang.Thread.run()V+11

v ~StubRoutines::call_stub

V [jvm.dll+0xf0ab9]

V [jvm.dll+0x1837d1]

V [jvm.dll+0xf0c61]

V [jvm.dll+0xf0cbb]

V [jvm.dll+0x11b4b9]

V [jvm.dll+0x1e4624]

V [jvm.dll+0x18317c]

C [msvcr71.dll+0x9565]

C [kernel32.dll+0x133ca]

C [ntdll.dll+0x39ed2]

C [ntdll.dll+0x39ea5]

 

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)

j java.net.SocketOutputStream.socketWrite0(Ljava/io/FileDescriptor;[bII)V+0

j java.net.SocketOutputStream.socketWrite([bII)V+44

j java.net.SocketOutputStream.write([bII)V+4

j com.sun.net.ssl.internal.ssl.OutputRecord.writeBuffer(Ljava/io/OutputStream;[bII)V+5

j com.sun.net.ssl.internal.ssl.OutputRecord.write(Ljava/io/OutputStream;)V+339

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecordInternal(Lcom/sun/net/ssl/internal/ssl/OutputRecord;)V+21

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.writeRecord(Lcom/sun/net/ssl/internal/ssl/OutputRecord;)V+294

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.sendAlert(BB)V+222

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.warning(B)V+3

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.closeInternal(Z)V+196

j com.sun.net.ssl.internal.ssl.SSLSocketImpl.close()V+43

j sun.net.www.http.HttpClient.closeServer()V+9

j sun.net.www.http.KeepAliveCache.run()V+128

j java.lang.Thread.run()V+11

v ~StubRoutines::call_stub

 

--------------- P R O C E S S ---------------

 

Java Threads: ( => current thread )

0x08f78000 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=4968, stack(0x09cb0000,0x09d00000)]

0x06904c00 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=4912, stack(0x08ab0000,0x08b00000)]

0x06905c00 JavaThread "Thread-18" [_thread_blocked, id=4808, stack(0x08c60000,0x08cb0000)]

0x06905800 JavaThread "Thread-16" [_thread_blocked, id=664, stack(0x08bd0000,0x08c20000)]

0x06905000 JavaThread "TimerQueue" daemon [_thread_blocked, id=4820, stack(0x08b40000,0x08b90000)]

0x06904000 JavaThread "thread applet-no.bbs.bankid.client.gui.ClientApplet.class-2" [_thread_blocked, id=2448, stack(0x08650000,0x086a0000)]

0x06902800 JavaThread "AWT-EventQueue-3" [_thread_blocked, id=2024, stack(0x06db0000,0x06e00000)]

0x06903400 JavaThread "Applet 2 LiveConnect Worker Thread" [_thread_blocked, id=3184, stack(0x07960000,0x079b0000)]

=>0x06904400 JavaThread "Keep-Alive-Timer" daemon [_thread_in_native, id=2684, stack(0x08e00000,0x08e50000)]

0x06903800 JavaThread "ConsoleWriterThread" daemon [_thread_blocked, id=2808, stack(0x079f0000,0x07a40000)]

0x06902c00 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=5068, stack(0x077d0000,0x07820000)]

0x06902000 JavaThread "TimerQueue" daemon [_thread_blocked, id=3712, stack(0x076b0000,0x07700000)]

0x06901400 JavaThread "Windows Tray Icon Thread" [_thread_in_native, id=3636, stack(0x06c00000,0x06c50000)]

0x06901000 JavaThread "Browser Side Object Cleanup Thread" [_thread_blocked, id=4264, stack(0x07540000,0x07590000)]

0x06900800 JavaThread "AWT-EventQueue-1" [_thread_blocked, id=4696, stack(0x06f60000,0x06fb0000)]

0x06900400 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=2912, stack(0x06ed0000,0x06f20000)]

0x068ffc00 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=4308, stack(0x06e40000,0x06e90000)]

0x068fbc00 JavaThread "SysExecutionTheadCreator" daemon [_thread_blocked, id=4752, stack(0x06d20000,0x06d70000)]

0x02139c00 JavaThread "Java Plug-In Heartbeat Thread" [_thread_blocked, id=1248, stack(0x065b0000,0x06600000)]

0x068f8400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=4272, stack(0x06c90000,0x06ce0000)]

0x068f4800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=2696, stack(0x02160000,0x02260000)]

0x068f3800 JavaThread "AWT-Shutdown" [_thread_blocked, id=3792, stack(0x06ab0000,0x06b00000)]

0x068f3000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4228, stack(0x067c0000,0x06810000)]

0x068ea000 JavaThread "Java Plug-In Pipe Worker Thread (Client-Side)" daemon [_thread_in_native, id=216, stack(0x06640000,0x06690000)]

0x068db800 JavaThread "Timer-0" [_thread_blocked, id=4840, stack(0x06520000,0x06570000)]

0x0210f800 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=2940, stack(0x06180000,0x061d0000)]

0x020f5c00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4768, stack(0x04bc0000,0x04c10000)]

0x020e8800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2188, stack(0x04b30000,0x04b80000)]

0x020e7800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1296, stack(0x04aa0000,0x04af0000)]

0x020e4800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3196, stack(0x04a10000,0x04a60000)]

0x020df400 JavaThread "Finalizer" daemon [_thread_blocked, id=3744, stack(0x04780000,0x047d0000)]

0x020da400 JavaThread "Reference Handler" daemon [_thread_blocked, id=1860, stack(0x046f0000,0x04740000)]

0x0020a800 JavaThread "main" [_thread_blocked, id=4508, stack(0x00330000,0x00380000)]

 

Other Threads:

0x0209e000 VMThread [stack: 0x02470000,0x024c0000] [id=2304]

0x020f7000 WatcherThread [stack: 0x04c50000,0x04ca0000] [id=2460]

 

VM state:not at safepoint (normal execution)

 

VM Mutex/Monitor currently owned by a thread: None

 

Heap

def new generation total 4928K, used 1578K [0x241e0000, 0x24730000, 0x29730000)

eden space 4416K, 24% used [0x241e0000, 0x242eaa58, 0x24630000)

from space 512K, 100% used [0x24630000, 0x246b0000, 0x246b0000)

to space 512K, 0% used [0x246b0000, 0x246b0000, 0x24730000)

tenured generation total 10944K, used 4035K [0x29730000, 0x2a1e0000, 0x341e0000)

the space 10944K, 36% used [0x29730000, 0x29b20c10, 0x29b20e00, 0x2a1e0000)

compacting perm gen total 12288K, used 6990K [0x341e0000, 0x34de0000, 0x381e0000)

the space 12288K, 56% used [0x341e0000, 0x348b3828, 0x348b3a00, 0x34de0000)

ro space 10240K, 51% used [0x381e0000, 0x3870cf58, 0x3870d000, 0x38be0000)

rw space 12288K, 54% used [0x38be0000, 0x39278f50, 0x39279000, 0x397e0000)

 

Dynamic libraries:

0x00400000 - 0x00424000 C:\Program Files (x86)\Java\jre6\bin\java.exe

0x77790000 - 0x77910000 C:\Windows\SysWOW64\ntdll.dll

0x76bb0000 - 0x76cc0000 C:\Windows\syswow64\kernel32.dll

0x768d0000 - 0x76916000 C:\Windows\syswow64\KERNELBASE.dll

0x75090000 - 0x75130000 C:\Windows\syswow64\ADVAPI32.dll

0x76550000 - 0x765fc000 C:\Windows\syswow64\msvcrt.dll

0x762f0000 - 0x76309000 C:\Windows\SysWOW64\sechost.dll

0x76de0000 - 0x76ed0000 C:\Windows\syswow64\RPCRT4.dll

0x74e80000 - 0x74ee0000 C:\Windows\syswow64\SspiCli.dll

0x74e70000 - 0x74e7c000 C:\Windows\syswow64\CRYPTBASE.dll

0x745f0000 - 0x7463c000 C:\Windows\system32\apphelp.dll

0x68750000 - 0x687dd000 C:\Windows\AppPatch\AcLayers.DLL

0x75e90000 - 0x75f90000 C:\Windows\syswow64\USER32.dll

0x76920000 - 0x769b0000 C:\Windows\syswow64\GDI32.dll

0x76240000 - 0x7624a000 C:\Windows\syswow64\LPK.dll

0x76b10000 - 0x76bad000 C:\Windows\syswow64\USP10.dll

0x75240000 - 0x75e8a000 C:\Windows\syswow64\SHELL32.dll

0x764c0000 - 0x76517000 C:\Windows\syswow64\SHLWAPI.dll

0x769b0000 - 0x76b0c000 C:\Windows\syswow64\ole32.dll

0x75130000 - 0x751bf000 C:\Windows\syswow64\OLEAUT32.dll

0x74860000 - 0x74877000 C:\Windows\system32\USERENV.dll

0x74850000 - 0x7485b000 C:\Windows\system32\profapi.dll

0x74a70000 - 0x74ac1000 C:\Windows\system32\WINSPOOL.DRV

0x68730000 - 0x68742000 C:\Windows\system32\MPR.dll

0x76140000 - 0x761a0000 C:\Windows\system32\IMM32.DLL

0x75fd0000 - 0x7609c000 C:\Windows\syswow64\MSCTF.dll

0x7c340000 - 0x7c396000 C:\Program Files (x86)\Java\jre6\bin\msvcr71.dll

0x6d7f0000 - 0x6da96000 C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll

0x749b0000 - 0x749e2000 C:\Windows\system32\WINMM.dll

0x6d7a0000 - 0x6d7ac000 C:\Program Files (x86)\Java\jre6\bin\verify.dll

0x6d320000 - 0x6d33f000 C:\Program Files (x86)\Java\jre6\bin\java.dll

0x6d000000 - 0x6d14a000 C:\Program Files (x86)\Java\jre6\bin\awt.dll

0x74270000 - 0x7440e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll

0x72520000 - 0x725a0000 C:\Windows\system32\uxtheme.dll

0x6d280000 - 0x6d288000 C:\Program Files (x86)\Java\jre6\bin\hpi.dll

0x76130000 - 0x76135000 C:\Windows\syswow64\PSAPI.DLL

0x6f0e0000 - 0x6f2a3000 C:\Windows\system32\d3d9.dll

0x74680000 - 0x74689000 C:\Windows\system32\VERSION.dll

0x72b80000 - 0x72b86000 C:\Windows\system32\d3d8thk.dll

0x72500000 - 0x72513000 C:\Windows\system32\dwmapi.dll

0x6d7e0000 - 0x6d7ef000 C:\Program Files (x86)\Java\jre6\bin\zip.dll

0x68df0000 - 0x696f3000 C:\Windows\system32\nvd3dum.dll

0x74980000 - 0x749a5000 C:\Windows\system32\powrprof.dll

0x76310000 - 0x764ad000 C:\Windows\syswow64\SETUPAPI.dll

0x751c0000 - 0x751e7000 C:\Windows\syswow64\CFGMGR32.dll

0x762d0000 - 0x762e2000 C:\Windows\syswow64\DEVOBJ.dll

0x6d420000 - 0x6d426000 C:\Program Files (x86)\Java\jre6\bin\jp2native.dll

0x6d1d0000 - 0x6d1e3000 C:\Program Files (x86)\Java\jre6\bin\deploy.dll

0x74f70000 - 0x7508d000 C:\Windows\syswow64\CRYPT32.dll

0x764b0000 - 0x764bc000 C:\Windows\syswow64\MSASN1.dll

0x76cc0000 - 0x76dda000 C:\Windows\syswow64\WININET.dll

0x77760000 - 0x77763000 C:\Windows\syswow64\Normaliz.dll

0x76710000 - 0x768c6000 C:\Windows\syswow64\iertutil.dll

0x76600000 - 0x76710000 C:\Windows\syswow64\urlmon.dll

0x6d6a0000 - 0x6d6e6000 C:\Program Files (x86)\Java\jre6\bin\regutils.dll

0x6d600000 - 0x6d613000 C:\Program Files (x86)\Java\jre6\bin\net.dll

0x75f90000 - 0x75fc5000 C:\Windows\syswow64\WS2_32.dll

0x761a0000 - 0x761a6000 C:\Windows\syswow64\NSI.dll

0x10000000 - 0x10008000 C:\Program Files (x86)\LeahScape\FoxyProxy Video Utility\FPServiceProvider.dll

0x74690000 - 0x7472b000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCR80.dll

0x73790000 - 0x737cc000 C:\Windows\system32\mswsock.dll

0x738c0000 - 0x738c6000 C:\Windows\System32\wship6.dll

0x6d620000 - 0x6d629000 C:\Program Files (x86)\Java\jre6\bin\nio.dll

0x73cb0000 - 0x73cb8000 C:\Windows\system32\Secur32.dll

0x73960000 - 0x739a4000 C:\Windows\system32\dnsapi.DLL

0x74890000 - 0x748ac000 C:\Windows\system32\iphlpapi.DLL

0x74880000 - 0x74887000 C:\Windows\system32\WINNSI.DLL

0x6d230000 - 0x6d27f000 C:\Program Files (x86)\Java\jre6\bin\fontmanager.dll

0x6d780000 - 0x6d788000 C:\Program Files (x86)\Java\jre6\bin\sunmscapi.dll

0x73fe0000 - 0x73ff6000 C:\Windows\system32\CRYPTSP.dll

0x73fa0000 - 0x73fdb000 C:\Windows\system32\rsaenh.dll

0x73d30000 - 0x73d40000 C:\Windows\system32\NLAapi.dll

0x738f0000 - 0x73900000 C:\Windows\system32\napinsp.dll

0x6a7e0000 - 0x6a7f2000 C:\Windows\system32\pnrpnsp.dll

0x73760000 - 0x73787000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL

0x687e0000 - 0x687e8000 C:\Windows\System32\winrnr.dll

0x738d0000 - 0x738d5000 C:\Windows\System32\wshtcpip.dll

0x738e0000 - 0x738e6000 C:\Windows\system32\rasadhlp.dll

0x736e0000 - 0x73718000 C:\Windows\System32\fwpuclnt.dll

0x761b0000 - 0x76233000 C:\Windows\syswow64\CLBCatQ.DLL

0x74090000 - 0x74185000 C:\Windows\system32\propsys.dll

0x72880000 - 0x728a1000 C:\Windows\system32\ntmarta.dll

0x751f0000 - 0x75235000 C:\Windows\syswow64\WLDAP32.dll

0x6d1a0000 - 0x6d1c3000 C:\Program Files (x86)\Java\jre6\bin\dcpr.dll

 

VM Arguments:

jvm_args: -D__jvm_launched=2779580220 -Xbootclasspath/a:C:\\PROGRA~2\\Java\\jre6\\lib\\deploy.jar;C:\\PROGRA~2\\Java\\jre6\\lib\\javaws.jar;C:\\PROGRA~2\\Java\\jre6\\lib\\plugin.jar -Dsun.awt.warmup=true -Dsun.plugin2.jvm.args=-D__jvm_launched=2779580220 "-Xbootclasspath/a:C:\\\\PROGRA~2\\\\Java\\\\jre6\\\\lib\\\\deploy.jar;C:\\\\PROGRA~2\\\\Java\\\\jre6\\\\lib\\\\javaws.jar;C:\\\\PROGRA~2\\\\Java\\\\jre6\\\\lib\\\\plugin.jar" "-Djava.class.path=C:\\\\PROGRA~2\\\\Java\\\\jre6\\\\classes" -Dsun.awt.warmup=true --- --

java_command: sun.plugin2.main.client.PluginMain write_pipe_name=jpi2_pid1268_pipe3,read_pipe_name=jpi2_pid1268_pipe2

Launcher Type: SUN_STANDARD

 

--------------- S Y S T E M ---------------

 

OS: Windows 7 Build 7601 Service Pack 1

 

CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht

 

Memory: 4k page, physical 4061240k(2595112k free), swap 8120636k(6380552k free)

 

vm_info: Java HotSpot Client VM (19.1-b02) for windows-x86 JRE (1.6.0_24-b07), built on Feb 2 2011 17:44:41 by "java_re" with MS VC++ 7.1 (VS2003)

 

time: Thu Apr 21 14:29:41 2011

elapsed time: 5 seconds

Endret av freke
Lenke til kommentar
Videoannonse
Annonse

Test Java Virtual Machine •Check to see if the Java Runtime Environment (JRE) is installed correctly on your system. If you are able to run the testvm applet, then the JRE is installed and configured correctly on your system. The problem may be specific to that particular applet. The applet may contain programming errors or the website is having technical difficulties. In that case, please contact the web site administrators or the software vendor to notify them of this issue.

 

Fra Javas sider. Denne testen passerer jeg med glans. Kan det være at nettbanken har begynt å bruke java på feil måte plutselig...?

Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
  • Hvem er aktive   0 medlemmer

    • Ingen innloggede medlemmer aktive
×
×
  • Opprett ny...