Buscar
Social
Ofertas laborales ES

Foro sobre Java EE > Ayuda con EXCEPTION_ACCESS_VIOLATION (0xc0000005)

Estimados:
Tengo una aplicación de escritorio que funciona en dos máquinas. En una de ellas el programa se cierra solo sin que el usuario este realizando acción alguna sobre el mismo. El error que aparece en el log es el siguiente :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x78aa27da, pid=3252, tid=1828
#
# JRE version: 7.0_21-b11
# Java VM: Java HotSpot(TM) Client VM (23.21-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# C [msvcr100.dll+0x27da]
#
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/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 (0x0317a800): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=1828, stack(0x033b0000,0x03400000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00000000

Registers:
EAX=0x7d00fcfe, EBX=0x00000000, ECX=0x716c2104, EDX=0x03006e65
ESP=0x033fe790, EBP=0x033fe7d4, ESI=0x00000001, EDI=0x00000000
EIP=0x78aa27da, EFLAGS=0x00010246

Top of Stack: (sp=0x033fe790)
0x033fe790: 78a6ef28 6d4d7c4f 00000000 716c2100
0x033fe7a0: 033fe7c0 033fe7c8 033fe7cc 033fe7d0
0x033fe7b0: 00000056 78a6ef28 00000001 7183f768
0x033fe7c0: 716c2100 7442bff0 03806290 030b8f38
0x033fe7d0: 02c0c188 033fe818 6d07decc 00000409
0x033fe7e0: d44b0c74 0317a800 033fe830 377a2ed0
0x033fe7f0: 00000004 7f92fff0 7183f768 00000002
0x033fe800: 00000003 00000002 033fe7e0 033ff124

Instructions: (pc=0x78aa27da)
0x78aa27ba: 74 34 84 f6 74 27 f7 c2 00 00 ff 00 74 12 f7 c2
0x78aa27ca: 00 00 00 ff 74 02 eb c7 89 17 8b 44 24 08 5f c3
0x78aa27da: 66 89 17 8b 44 24 08 c6 47 02 00 5f c3 66 89 17
0x78aa27ea: 8b 44 24 08 5f c3 88 17 8b 44 24 08 5f c3 90 90


Register to memory mapping:

EAX=0x7d00fcfe is an unknown value
EBX=0x00000000 is an unknown value
ECX=0x716c2104 is an unknown value
EDX=0x03006e65 is an unknown value
ESP=0x033fe790 is pointing into the stack for thread: 0x0317a800
EBP=0x033fe7d4 is pointing into the stack for thread: 0x0317a800
ESI=0x00000001 is an unknown value
EDI=0x00000000 is an unknown value


Stack: [0x033b0000,0x03400000], sp=0x033fe790, free space=313k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [msvcr100.dll+0x27da]
C [awt.dll+0x7decc]
J sun.awt.windows.WInputMethodDescriptor.getNativeAvailableLocales()[Ljava/util/Locale;
J sun.awt.im.InputMethodLocator.isLocaleAvailable(Ljava/util/Locale;)Z
V [jvm.dll+0x12b41a]
V [jvm.dll+0x1daa0e]
V [jvm.dll+0x12b49d]
V [jvm.dll+0xda35a]
C [java.dll+0x102f]
J java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
V [jvm.dll+0x12b41a]
V [jvm.dll+0x1daa0e]
V [jvm.dll+0x12b49d]
V [jvm.dll+0xda35a]
C [java.dll+0x102f]
J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub
V [jvm.dll+0x12b41a]
V [jvm.dll+0x1daa0e]
V [jvm.dll+0x12b603]
V [jvm.dll+0x12b667]
V [jvm.dll+0xd36bf]
V [jvm.dll+0x14b777]
V [jvm.dll+0x14b8e0]
V [jvm.dll+0x1802a9]
C [msvcr100.dll+0x5c6de]
C [msvcr100.dll+0x5c788]
C [kernel32.dll+0xb729]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J sun.awt.windows.WInputMethodDescriptor.getNativeAvailableLocales()[Ljava/util/Locale;
J sun.awt.im.InputMethodLocator.isLocaleAvailable(Ljava/util/Locale;)Z
J sun.awt.im.ExecutableInputMethodManager.findInputMethod(Ljava/util/Locale;)Lsun/awt/im/InputMethodLocator;
J sun.awt.im.InputContext.selectInputMethod(Ljava/util/Locale;)Z
J sun.awt.im.InputContext.()V
J java.awt.Window.getInputContext()Ljava/awt/im/InputContext;
J java.awt.Component.getInputContext()Ljava/awt/im/InputContext;
J java.awt.Component.getInputContext()Ljava/awt/im/InputContext;
J java.awt.Component.getInputContext()Ljava/awt/im/InputContext;
J java.awt.Component.getInputContext()Ljava/awt/im/InputContext;
J java.awt.Component.removeNotify()V
J java.awt.Container.removeNotify()V
J javax.swing.JComponent.removeNotify()V
J java.awt.Container.removeNotify()V
J javax.swing.JComponent.removeNotify()V
J java.awt.Container.removeNotify()V
J javax.swing.JComponent.removeNotify()V
J java.awt.Container.removeNotify()V
J javax.swing.JComponent.removeNotify()V
J javax.swing.JRootPane.removeNotify()V
J java.awt.Container.removeNotify()V
J java.awt.Window.removeNotify()V
J java.awt.Window$1DisposeAction.run()V
J java.awt.Window.doDispose()V
J consultas.AltaTurnoForm$1.windowClosed(Ljava/awt/event/WindowEvent;)V
J java.awt.Window.processWindowEvent(Ljava/awt/event/WindowEvent;)V
J javax.swing.JDialog.processWindowEvent(Ljava/awt/event/WindowEvent;)V
J java.awt.Window.processEvent(Ljava/awt/AWTEvent;)V
J java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V
J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V
J java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V
J java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V
J java.awt.EventQueue$3.run()Ljava/lang/Object;
v ~StubRoutines::call_stub
J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
J java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;
J java.awt.EventQueue$4.run()Ljava/lang/Object;
v ~StubRoutines::call_stub
J java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;
J java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V
J java.awt.EventDispatchThread.pumpOneEventForFilters(I)V
J java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V
j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j java.awt.EventDispatchThread.run()V+9
v ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
0x00958400 JavaThread "DestroyJavaVM" [_thread_blocked, id=1320, stack(0x00a40000,0x00a90000)]
0x0303d800 JavaThread "TimerQueue" daemon [_thread_blocked, id=1732, stack(0x03410000,0x03460000)]
0x0369dc00 JavaThread "MySQL Statement Cancellation Timer" daemon [_thread_blocked, id=276, stack(0x03880000,0x038d0000)]
=>0x0317a800 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=1828, stack(0x033b0000,0x03400000)]
0x03164800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=3388, stack(0x032c0000,0x03310000)]
0x03163400 JavaThread "AWT-Shutdown" [_thread_blocked, id=3800, stack(0x03270000,0x032c0000)]
0x0315fc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=604, stack(0x03220000,0x03270000)]
0x02beb400 JavaThread "Service Thread" daemon [_thread_blocked, id=2236, stack(0x02f80000,0x02fd0000)]
0x02be8c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3444, stack(0x02f30000,0x02f80000)]
0x02be3c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=2948, stack(0x02ee0000,0x02f30000)]
0x02be2800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2080, stack(0x02e90000,0x02ee0000)]
0x02bd4400 JavaThread "Finalizer" daemon [_thread_blocked, id=2824, stack(0x02e40000,0x02e90000)]
0x02bcf400 JavaThread "Reference Handler" daemon [_thread_blocked, id=3148, stack(0x02df0000,0x02e40000)]

Other Threads:
0x02bcdc00 VMThread [stack: 0x02da0000,0x02df0000] [id=3948]
0x02c07400 WatcherThread [stack: 0x02fd0000,0x03020000] [id=3280]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
def new generation total 6720K, used 376K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 4% used [0x22ba0000, 0x22bde800, 0x23180000)
from space 704K, 17% used [0x23180000, 0x2319f8a0, 0x23230000)
to space 704K, 0% used [0x23230000, 0x23230000, 0x232e0000)
tenured generation total 14716K, used 6842K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 46% used [0x280f0000, 0x2879eb78, 0x2879ec00, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)

Card table byte_map: [0x02c40000,0x02cf0000] byte_map_base: 0x02b2a300

Polling page: 0x00a90000

Code Cache [0x00ac0000, 0x00dd0000, 0x02ac0000)
total_blobs=1877 nmethods=1631 adapters=178 free_code_cache=29640Kb largest_free_block=30351872

Compilation events (10 events):
Event: 3677.232 Thread 0x02be8c00 1629 java.awt.AWTKeyStroke::equals (64 bytes)
Event: 3677.233 Thread 0x02be8c00 nmethod 1629 0x00dca3c8 code [0x00dca4c0, 0x00dca600]
Event: 3683.752 Thread 0x02be8c00 1630 java.lang.Class$MethodArray::addAll (22 bytes)
Event: 3683.752 Thread 0x02be8c00 nmethod 1630 0x00dca688 code [0x00dca790, 0x00dca86c]
Event: 3683.786 Thread 0x02be8c00 1631 java.lang.Class::privateGetPublicMethods (263 bytes)
Event: 3683.789 Thread 0x02be8c00 nmethod 1631 0x00dca948 code [0x00dcab80, 0x00dcb470]
Event: 3683.791 Thread 0x02be8c00 1632 com.sun.beans.TypeResolver::erase (32 bytes)
Event: 3683.792 Thread 0x02be8c00 nmethod 1632 0x00dcc288 code [0x00dcc3a0, 0x00dcc57c]
Event: 3683.815 Thread 0x02be8c00 1633 logica.TurnoBl::verificarTurnosPorDia (235 bytes)
Event: 3683.826 Thread 0x02be8c00 nmethod 1633 0x00dcc6c8 code [0x00dcc940, 0x00dccf9c]

GC Heap History (10 events):
Event: 3720.897 GC heap before
{Heap before GC invocations=7996 (full 4):
def new generation total 6720K, used 6393K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 100% used [0x22ba0000, 0x23180000, 0x23180000)
from space 704K, 53% used [0x23230000, 0x2328e698, 0x232e0000)
to space 704K, 0% used [0x23180000, 0x23180000, 0x23230000)
tenured generation total 14716K, used 14264K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 96% used [0x280f0000, 0x28ede210, 0x28ede400, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)
Event: 3720.899 GC heap after
Heap after GC invocations=7997 (full 4):
def new generation total 6720K, used 377K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 0% used [0x22ba0000, 0x22ba0000, 0x23180000)
from space 704K, 53% used [0x23180000, 0x231de708, 0x23230000)
to space 704K, 0% used [0x23230000, 0x23230000, 0x232e0000)
tenured generation total 14716K, used 14390K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 97% used [0x280f0000, 0x28efd930, 0x28efda00, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)
}
Event: 3721.134 GC heap before
{Heap before GC invocations=7997 (full 4):
def new generation total 6720K, used 6393K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 100% used [0x22ba0000, 0x23180000, 0x23180000)
from space 704K, 53% used [0x23180000, 0x231de708, 0x23230000)
to space 704K, 0% used [0x23230000, 0x23230000, 0x232e0000)
tenured generation total 14716K, used 14390K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 97% used [0x280f0000, 0x28efd930, 0x28efda00, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)
Event: 3721.137 GC heap after
Heap after GC invocations=7998 (full 4):
def new generation total 6720K, used 377K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 0% used [0x22ba0000, 0x22ba0000, 0x23180000)
from space 704K, 53% used [0x23230000, 0x2328e5c8, 0x232e0000)
to space 704K, 0% used [0x23180000, 0x23180000, 0x23230000)
tenured generation total 14716K, used 14516K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 98% used [0x280f0000, 0x28f1d050, 0x28f1d200, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)
}
Event: 3721.376 GC heap before
{Heap before GC invocations=7998 (full 4):
def new generation total 6720K, used 6393K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 100% used [0x22ba0000, 0x23180000, 0x23180000)
from space 704K, 53% used [0x23230000, 0x2328e5c8, 0x232e0000)
to space 704K, 0% used [0x23180000, 0x23180000, 0x23230000)
tenured generation total 14716K, used 14516K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 98% used [0x280f0000, 0x28f1d050, 0x28f1d200, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)
Event: 3721.379 GC heap after
Heap after GC invocations=7999 (full 4):
def new generation total 6720K, used 377K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 0% used [0x22ba0000, 0x22ba0000, 0x23180000)
from space 704K, 53% used [0x23180000, 0x231de5e0, 0x23230000)
to space 704K, 0% used [0x23230000, 0x23230000, 0x232e0000)
tenured generation total 14716K, used 14641K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 99% used [0x280f0000, 0x28f3c770, 0x28f3c800, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)
}
Event: 3721.615 GC heap before
{Heap before GC invocations=7999 (full 4):
def new generation total 6720K, used 6393K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 100% used [0x22ba0000, 0x23180000, 0x23180000)
from space 704K, 53% used [0x23180000, 0x231de5e0, 0x23230000)
to space 704K, 0% used [0x23230000, 0x23230000, 0x232e0000)
tenured generation total 14716K, used 14641K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 99% used [0x280f0000, 0x28f3c770, 0x28f3c800, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)
Event: 3721.690 GC heap after
Heap after GC invocations=8000 (full 5):
def new generation total 6720K, used 0K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 0% used [0x22ba0000, 0x22ba0000, 0x23180000)
from space 704K, 0% used [0x23230000, 0x23230000, 0x232e0000)
to space 704K, 0% used [0x23180000, 0x23180000, 0x23230000)
tenured generation total 14716K, used 6842K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 46% used [0x280f0000, 0x2879eb78, 0x2879ec00, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)
}
Event: 3721.924 GC heap before
{Heap before GC invocations=8000 (full 5):
def new generation total 6720K, used 6016K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 100% used [0x22ba0000, 0x23180000, 0x23180000)
from space 704K, 0% used [0x23230000, 0x23230000, 0x232e0000)
to space 704K, 0% used [0x23180000, 0x23180000, 0x23230000)
tenured generation total 14716K, used 6842K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 46% used [0x280f0000, 0x2879eb78, 0x2879ec00, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)
Event: 3721.926 GC heap after
Heap after GC invocations=8001 (full 5):
def new generation total 6720K, used 126K [0x22ba0000, 0x232e0000, 0x280f0000)
eden space 6016K, 0% used [0x22ba0000, 0x22ba0000, 0x23180000)
from space 704K, 17% used [0x23180000, 0x2319f8a0, 0x23230000)
to space 704K, 0% used [0x23230000, 0x23230000, 0x232e0000)
tenured generation total 14716K, used 6842K [0x280f0000, 0x28f4f000, 0x32ba0000)
the space 14716K, 46% used [0x280f0000, 0x2879eb78, 0x2879ec00, 0x28f4f000)
compacting perm gen total 12288K, used 10525K [0x32ba0000, 0x337a0000, 0x36ba0000)
the space 12288K, 85% used [0x32ba0000, 0x335e7588, 0x335e7600, 0x337a0000)
ro space 10240K, 42% used [0x36ba0000, 0x36fe22a0, 0x36fe2400, 0x375a0000)
rw space 12288K, 54% used [0x375a0000, 0x37c23250, 0x37c23400, 0x381a0000)
}

Deoptimization events (0 events):
No events

Internal exceptions (10 events):
Event: 3683.791 Thread 0x0317a800 Threw 0x22e765d8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613
Event: 3683.791 Thread 0x0317a800 Threw 0x22e77048 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613
Event: 3683.791 Thread 0x0317a800 Threw 0x22e77ee8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613
Event: 3683.792 Thread 0x0317a800 Threw 0x22e7b770 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613
Event: 3683.792 Thread 0x0317a800 Threw 0x22e7ccc8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613
Event: 3683.792 Thread 0x0317a800 Threw 0x22e7d5c8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613
Event: 3683.792 Thread 0x0317a800 Threw 0x22e7e3d8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613
Event: 3683.792 Thread 0x0317a800 Threw 0x22e7f4b8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613
Event: 3683.792 Thread 0x0317a800 Threw 0x22e7ff28 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613
Event: 3683.792 Thread 0x0317a800 Threw 0x22e80dc8 at C:\jdk7u2_32P\jdk7u21\hotspot\src\share\vm\runtime\sharedRuntime.cpp:613

Events (10 events):
Event: 3720.896 Executing VM operation: GenCollectForAllocation
Event: 3720.899 Executing VM operation: GenCollectForAllocation done
Event: 3721.134 Executing VM operation: GenCollectForAllocation
Event: 3721.137 Executing VM operation: GenCollectForAllocation done
Event: 3721.376 Executing VM operation: GenCollectForAllocation
Event: 3721.379 Executing VM operation: GenCollectForAllocation done
Event: 3721.615 Executing VM operation: GenCollectForAllocation
Event: 3721.690 Executing VM operation: GenCollectForAllocation done
Event: 3721.924 Executing VM operation: GenCollectForAllocation
Event: 3721.926 Executing VM operation: GenCollectForAllocation done


Dynamic libraries:
0x00400000 - 0x0042f000 C:\Archivos de programa\Java\jre7\bin\javaw.exe
0x7c910000 - 0x7c9c8000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 - 0x7c903000 C:\WINDOWS\system32\kernel32.dll
0x77da0000 - 0x77e4c000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e50000 - 0x77ee2000 C:\WINDOWS\system32\RPCRT4.dll
0x77fc0000 - 0x77fd1000 C:\WINDOWS\system32\Secur32.dll
0x7e390000 - 0x7e421000 C:\WINDOWS\system32\USER32.dll
0x77ef0000 - 0x77f39000 C:\WINDOWS\system32\GDI32.dll
0x773a0000 - 0x774a3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
0x77be0000 - 0x77c38000 C:\WINDOWS\system32\msvcrt.dll
0x77f40000 - 0x77fb6000 C:\WINDOWS\system32\SHLWAPI.dll
0x76340000 - 0x7635d000 C:\WINDOWS\system32\IMM32.DLL
0x78aa0000 - 0x78b5e000 C:\Archivos de programa\Java\jre7\bin\msvcr100.dll
0x6e7c0000 - 0x6eb0f000 C:\Archivos de programa\Java\jre7\bin\client\jvm.dll
0x71a50000 - 0x71a5a000 C:\WINDOWS\system32\WSOCK32.dll
0x71a30000 - 0x71a47000 C:\WINDOWS\system32\WS2_32.dll
0x71a20000 - 0x71a28000 C:\WINDOWS\system32\WS2HELP.dll
0x76b00000 - 0x76b2e000 C:\WINDOWS\system32\WINMM.dll
0x76bb0000 - 0x76bbb000 C:\WINDOWS\system32\PSAPI.DLL
0x6e710000 - 0x6e71c000 C:\Archivos de programa\Java\jre7\bin\verify.dll
0x6d4d0000 - 0x6d4f0000 C:\Archivos de programa\Java\jre7\bin\java.dll
0x6e7a0000 - 0x6e7b3000 C:\Archivos de programa\Java\jre7\bin\zip.dll
0x6d000000 - 0x6d142000 C:\Archivos de programa\Java\jre7\bin\awt.dll
0x770f0000 - 0x7717b000 C:\WINDOWS\system32\OLEAUT32.dll
0x774b0000 - 0x775ed000 C:\WINDOWS\system32\ole32.dll
0x5b150000 - 0x5b188000 C:\WINDOWS\system32\uxtheme.dll
0x746b0000 - 0x746fc000 C:\WINDOWS\system32\MSCTF.dll
0x75160000 - 0x7518e000 C:\WINDOWS\system32\msctfime.ime
0x7e6a0000 - 0x7eec1000 C:\WINDOWS\system32\SHELL32.dll
0x6d270000 - 0x6d2a1000 C:\Archivos de programa\Java\jre7\bin\fontmanager.dll
0x6e4f0000 - 0x6e504000 C:\Archivos de programa\Java\jre7\bin\net.dll
0x6e510000 - 0x6e51e000 C:\Archivos de programa\Java\jre7\bin\nio.dll
0x6e6c0000 - 0x6e6f0000 C:\Archivos de programa\Java\jre7\bin\t2k.dll
0x6d180000 - 0x6d1a4000 C:\Archivos de programa\Java\jre7\bin\dcpr.dll
0x719d0000 - 0x71a10000 C:\WINDOWS\System32\mswsock.dll
0x76ee0000 - 0x76f07000 C:\WINDOWS\system32\DNSAPI.dll
0x76f70000 - 0x76f78000 C:\WINDOWS\System32\winrnr.dll
0x76f20000 - 0x76f4d000 C:\WINDOWS\system32\WLDAP32.dll
0x16080000 - 0x160a5000 C:\Archivos de programa\Bonjour\mdnsNSP.dll
0x76d20000 - 0x76d39000 C:\WINDOWS\system32\Iphlpapi.dll
0x76f80000 - 0x76f86000 C:\WINDOWS\system32\rasadhlp.dll
0x66740000 - 0x66799000 C:\WINDOWS\system32\hnetcfg.dll
0x71a10000 - 0x71a18000 C:\WINDOWS\System32\wshtcpip.dll
0x76f90000 - 0x7700f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77010000 - 0x770e0000 C:\WINDOWS\system32\COMRes.dll
0x77bd0000 - 0x77bd8000 C:\WINDOWS\system32\VERSION.dll
0x58c30000 - 0x58cca000 C:\WINDOWS\system32\comctl32.dll

VM Arguments:
java_command: C:\Consultorio\Consultas.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Archivos de programa\Intel\DMIX;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Archivos de programa\Archivos comunes\Ulead Systems\MPEG;C:\Archivos de programa\Pinnacle\Shared Files\;C:\Archivos de programa\MySQL\MySQL Server 5.5\bin
USERNAME=User
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 13, GenuineIntel

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

OS: Windows XP Build 2600 Service Pack 3

CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, tsc

Memory: 4k page, physical 2084812k(17136k free), swap 5073864k(2491912k free)

vm_info: Java HotSpot(TM) Client VM (23.21-b01) for windows-x86 JRE (1.7.0_21-b11), built on Apr 4 2013 04:43:10 by "java_re" with unknown MS VC++:1600

time: Thu Sep 05 17:23:31 2013
elapsed time: 3723 seconds

© 2013 MicrosoftTérminosPrivacidadDesarrolladoresEspañol
© 2013 MicrosoftTérminosPrivacidadDesarrolladoresEspañol


Si alguien tiene alguna idea de como arreglarlo se lo voy a agradecer. Saludos.

septiembre 11, 2013 | Unregistered CommenterGabriel F

Y esto evidentemente es Java EE no?

Lo mejor es que hagas caso a lo que te dice el log:


If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.

Un saludo

septiembre 11, 2013 | Unregistered CommenterUnoPorAhi

Y despues actualiza a la ultima version de Java

septiembre 11, 2013 | Unregistered CommenterUnoPorAhi

El tema no está relacionado con JavaEE, pero aquí vamos: El error es del runtime de C de Visual Studio. Aparentemente hay un conflicto de acceso a la memoria, pero es de manera interna. Tiene pinta de problemas en el hardware.

Prueba la memoria con Memtest86, un módulo a la vez en el mismo slot. Si falla uno de ellos, ya diste con el problema. Si fallan ambos, es mucho mas probable que haya fallado la tarjeta madre que ambos módulos de RAM y lo mismo aplica si pruebas ambos módulos simultáneamente.

septiembre 11, 2013 | Registered Commenterantoniovl