Multithreading crash on Win32

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

 



Hello everyone,

 

I’m using libvirt 0.9.11 on a Windows machine with java bindings. This works fine, as long as the application is single threaded. As soon as I switch over to more threads libvirt crashes most of the time (but not always!).

I’ve tried to track down the issue, but I’m at a loss now. Please see attached file for debug info.

 

What I’ve found out so far:

-          It looks like this happens only on Win32 (Win 7 x64), Linux (Debian Squeeze) looks fine so far

-          It’s crashing in src/rpc/virnetsocket.c at the end of virNetSocketNewConnectTCP when calling “freeaddrinfo(ai)”. “ai” is not a null value here, I’ve checked that.

 

I’m not sure how to debug this any further.

Hope someone has an idea on that.

 

Best Regards,

Marcel

2012-04-08 11:13:57.722+0000: 6248: info : libvirt version: 0.9.11
2012-04-08 11:13:57.722+0000: 6248: debug : virInitialize:414 : register drivers
2012-04-08 11:13:57.722+0000: 6248: debug : virRegisterDriver:775 : driver=0p19218ca0 name=Test
2012-04-08 11:13:57.722+0000: 6248: debug : virRegisterDriver:799 : registering Test as driver 0
2012-04-08 11:13:57.722+0000: 6248: debug : virRegisterNetworkDriver:592 : registering Test as network driver 0
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterInterfaceDriver:625 : registering Test as interface driver 0
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterStorageDriver:658 : registering Test as storage driver 0
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterDeviceMonitor:691 : registering Test as device driver 0
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterSecretDriver:724 : registering Test as secret driver 0
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterNWFilterDriver:757 : registering Test as network filter driver 0
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterDriver:775 : driver=0p19219780 name=VMWARE
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterDriver:799 : registering VMWARE as driver 1
2012-04-08 11:13:57.723+0000: 6248: debug : vboxRegister:137 : VBoxCGlueInit failed, using dummy driver
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterDriver:775 : driver=0p19219b20 name=VBOX
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterDriver:799 : registering VBOX as driver 2
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterNetworkDriver:592 : registering VBOX as network driver 1
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterStorageDriver:658 : registering VBOX as storage driver 1
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterDriver:775 : driver=0p19219180 name=remote
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterDriver:799 : registering remote as driver 3
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterNetworkDriver:592 : registering remote as network driver 2
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterInterfaceDriver:625 : registering remote as interface driver 1
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterStorageDriver:658 : registering remote as storage driver 2
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterDeviceMonitor:691 : registering remote as device driver 1
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterSecretDriver:724 : registering remote as secret driver 1
2012-04-08 11:13:57.723+0000: 6248: debug : virRegisterNWFilterDriver:757 : registering remote as network filter driver 1
2012-04-08 11:13:57.789+0000: 6248: debug : virConnectOpenReadOnly:1417 : name=xen+tcp://172.31.2.1
2012-04-08 11:13:57.789+0000: 13208: debug : virConnectOpenReadOnly:1417 : name=xen+tcp://172.31.2.1
2012-04-08 11:13:57.789+0000: 6248: debug : do_open:1182 : name "xen+tcp://172.31.2.1" to URI components:
  scheme xen+tcp
  server 172.31.2.1
  user (null)
  port 0
  path (null)

2012-04-08 11:13:57.789+0000: 13208: debug : do_open:1182 : name "xen+tcp://172.31.2.1" to URI components:
  scheme xen+tcp
  server 172.31.2.1
  user (null)
  port 0
  path (null)

2012-04-08 11:13:57.789+0000: 6248: debug : do_open:1226 : trying driver 0 (Test) ...
2012-04-08 11:13:57.789+0000: 13208: debug : do_open:1226 : trying driver 0 (Test) ...
2012-04-08 11:13:57.789+0000: 6248: debug : do_open:1232 : driver 0 Test returned DECLINED
2012-04-08 11:13:57.789+0000: 13208: debug : do_open:1232 : driver 0 Test returned DECLINED
2012-04-08 11:13:57.789+0000: 6248: debug : do_open:1226 : trying driver 1 (VMWARE) ...
2012-04-08 11:13:57.789+0000: 13208: debug : do_open:1226 : trying driver 1 (VMWARE) ...
2012-04-08 11:13:57.789+0000: 6248: debug : do_open:1232 : driver 1 VMWARE returned DECLINED
2012-04-08 11:13:57.789+0000: 13208: debug : do_open:1232 : driver 1 VMWARE returned DECLINED
2012-04-08 11:13:57.789+0000: 6248: debug : do_open:1226 : trying driver 2 (VBOX) ...
2012-04-08 11:13:57.789+0000: 13208: debug : do_open:1226 : trying driver 2 (VBOX) ...
2012-04-08 11:13:57.789+0000: 6248: debug : do_open:1232 : driver 2 VBOX returned DECLINED
2012-04-08 11:13:57.789+0000: 13208: debug : do_open:1232 : driver 2 VBOX returned DECLINED
2012-04-08 11:13:57.789+0000: 6248: debug : do_open:1226 : trying driver 3 (remote) ...
2012-04-08 11:13:57.789+0000: 13208: debug : do_open:1226 : trying driver 3 (remote) ...
2012-04-08 11:13:57.789+0000: 6248: debug : doRemoteOpen:542 : proceeding with name = xen://
2012-04-08 11:13:57.789+0000: 13208: debug : doRemoteOpen:542 : proceeding with name = xen://
2012-04-08 11:13:57.789+0000: 6248: debug : doRemoteOpen:552 : Connecting with transport 4
2012-04-08 11:13:57.789+0000: 13208: debug : doRemoteOpen:552 : Connecting with transport 4
2012-04-08 11:13:57.791+0000: 6248: debug : virNetSocketNew:118 : localAddr=0p18e0ee9c remoteAddr=0p18e0ee14 fd=3 errfd=-1 pid=0
2012-04-08 11:13:57.791+0000: 6248: debug : virNetSocketNew:179 : RPC_SOCKET_NEW: sock=0p18901528 refs=1 fd=3 errfd=-1 pid=0 localAddr=172.31.2.38;37067, remoteAddr=172.31.2.1;16509
2012-04-08 11:13:57.791+0000: 6248: debug : virNetSocketRef:709 : RPC_SOCKET_REF: sock=0p18901528 refs=2
2012-04-08 11:13:57.791+0000: 6248: debug : virNetSocketAddIOCallback:1354 : Failed to register watch on socket 0p18901528
2012-04-08 11:13:57.791+0000: 6248: debug : virNetSocketFree:722 : RPC_SOCKET_FREE: sock=0p18901528 refs=2
2012-04-08 11:13:57.791+0000: 13208: debug : virNetSocketNew:118 : localAddr=0p18e9ee1c remoteAddr=0p18e9ed94 fd=4 errfd=-1 pid=0
2012-04-08 11:13:57.791+0000: 6248: debug : virNetClientNew:308 : Failed to add event watch, disabling events and support for keepalive messages
2012-04-08 11:13:57.791+0000: 6248: debug : virNetClientNew:324 : RPC_CLIENT_NEW: client=0p18901678 refs=1 sock=0p18901528
2012-04-08 11:13:57.791+0000: 6248: debug : doRemoteOpen:684 : Trying authentication
2012-04-08 11:13:57.791+0000: 13208: debug : virNetSocketNew:179 : RPC_SOCKET_NEW: sock=0p18941700 refs=1 fd=4 errfd=-1 pid=0 localAddr=172.31.2.38;37068, remoteAddr=172.31.2.1;16509


2012-04-08 11:13:57.791+0000: 6248: debug : virNetMessageNew:48 : msg=0p189425d8 tracked=0
2012-04-08 11:13:57.791+0000: 6248: debug : virNetMessageEncodePayload:351 : Encode length as 28
2012-04-08 11:13:57.791+0000: 6248: debug : virNetClientSendInternal:1675 : RPC_CLIENT_MSG_TX_QUEUE: client=0p18901678 len=28 prog=536903814 vers=1 proc=66 type=0 status=0 serial=0
2012-04-08 11:13:57.791+0000: 6248: debug : virNetClientIO:1533 : Outgoing message prog=536903814 version=1 serial=0 proc=66 type=0 length=28 dispatch=0
2012-04-08 11:13:57.791+0000: 6248: debug : virNetClientIO:1591 : We have the buck 0p188f8c58 0p188f8c58
2012-04-08 11:13:57.791+0000: 6248: debug : virNetSocketUpdateIOCallback:1375 : Watch not registered on socket 0p18901528

2012-04-08 11:13:57.793+0000: 6248: debug : virNetMessageDecodeLength:149 : Got length, now need 36 total (32 more)
2012-04-08 11:13:57.793+0000: 6248: debug : virNetClientCallDispatch:926 : RPC_CLIENT_MSG_RX: client=0p18901678 len=36 prog=536903814 vers=1 proc=66 type=1 status=0 serial=0
2012-04-08 11:13:57.793+0000: 6248: debug : virKeepAliveCheckMessage:408 : ka=0, client=0p19248d39, msg=0p18901694
2012-04-08 11:13:57.793+0000: 6248: debug : virNetClientIOEventLoopPassTheBuck:1246 : Giving up the buck 0p188f8c58
2012-04-08 11:13:57.793+0000: 6248: debug : virNetClientIOEventLoopPassTheBuck:1260 : No thread to pass the buck to
2012-04-08 11:13:57.793+0000: 6248: debug : virNetSocketUpdateIOCallback:1375 : Watch not registered on socket 0p18901528
2012-04-08 11:13:57.793+0000: 6248: debug : virNetClientIO:1620 : All done with our call 0 0p188f8c58 2
2012-04-08 11:13:57.793+0000: 6248: debug : virNetMessageFree:75 : msg=0p189425d8 nfds=0 cb=0
2012-04-08 11:13:57.793+0000: 6248: debug : doRemoteOpen:710 : Trying to open URI xen://
2012-04-08 11:13:57.793+0000: 6248: debug : virNetMessageNew:48 : msg=0p189424b0 tracked=0
2012-04-08 11:13:57.793+0000: 6248: debug : virNetMessageEncodePayload:351 : Encode length as 48
2012-04-08 11:13:57.793+0000: 6248: debug : virNetClientSendInternal:1675 : RPC_CLIENT_MSG_TX_QUEUE: client=0p18901678 len=48 prog=536903814 vers=1 proc=1 type=0 status=0 serial=1
2012-04-08 11:13:57.793+0000: 6248: debug : virNetClientIO:1533 : Outgoing message prog=536903814 version=1 serial=1 proc=1 type=0 length=48 dispatch=0
2012-04-08 11:13:57.793+0000: 6248: debug : virNetClientIO:1591 : We have the buck 0p188f8c58 0p188f8c58
2012-04-08 11:13:57.793+0000: 6248: debug : virNetSocketUpdateIOCallback:1375 : Watch not registered on socket 0p18901528


#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7703e41b, pid=10904, tid=13208
#
# JRE version: 6.0_30-b12
# Java VM: Java HotSpot(TM) Client VM (20.5-b03 mixed mode windows-x86 )
# Problematic frame:
# C  [ntdll.dll+0x2e41b]
#
# 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 (0x18b70800):  JavaThread "pool-1-thread-2" [_thread_in_native, id=13208, stack(0x18e50000,0x18ea0000)]

siginfo: ExceptionCode=0xc0000005, writing address 0x00000000

Registers:
EAX=0x00000000, EBX=0xc6e20001, ECX=0x00000311, EDX=0x00000000
ESP=0x18e9ecb8, EBP=0x18e9ecec, ESI=0x00bff518, EDI=0xc6e20000
EIP=0x7703e41b, EFLAGS=0x00010206

Top of Stack: (sp=0x18e9ecb8)
0x18e9ecb8:   00000000 18660000 188e3718 00000000
0x18e9ecc8:   7ef8b000 00000000 00000000 770df6ae
0x18e9ecd8:   18e9fbf8 770871d5 00000000 00000001
0x18e9ece8:   188e3710 18e9ed04 7703e023 188e3718
0x18e9ecf8:   00000000 188e3718 188e3710 18e9ed18
0x18e9ed08:   75042d50 18660000 00000000 188e3718
0x18e9ed18:   18e9ed2c 75044b4b 188e3718 00000002
0x18e9ed28:   18e9eec8 18e9ed4c 1920261c 188e3718 

Instructions: (pc=0x7703e41b)
0x7703e3fb:   08 2b 7d f4 33 c0 c1 ef 03 0f a4 f8 10 c1 e7 10
0x7703e40b:   c1 ea 10 0b df 0b c8 8b 06 c7 45 f8 01 00 00 00
0x7703e41b:   89 30 8b 45 e0 8b 55 e4 8d 7e 08 f0 0f c7 0f 3b
0x7703e42b:   45 e0 0f 85 48 6d 03 00 3b 55 e4 0f 85 3f 6d 03 


Register to memory mapping:

EAX=0x00000000 is an unknown value
EBX=0xc6e20001 is an unknown value
ECX=0x00000311 is an unknown value
EDX=0x00000000 is an unknown value
ESP=0x18e9ecb8 is pointing into the stack for thread: 0x18b70800
EBP=0x18e9ecec is pointing into the stack for thread: 0x18b70800
ESI=0x00bff518 is an unknown value
EDI=0xc6e20000 is an unknown value


Stack: [0x18e50000,0x18ea0000],  sp=0x18e9ecb8,  free space=315k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [ntdll.dll+0x2e41b]  RtlInitUnicodeString+0x1f3
C  [ntdll.dll+0x2e023]  RtlFreeHeap+0x7e
C  [WS2_32.dll+0x2d50]  Ordinal490+0x2d50
C  [WS2_32.dll+0x4b4b]  FreeAddrInfoW+0x30
C  [libvirt.dll+0x14261c]  virSecurityManagerNewStack+0x7c6c
C  [libvirt.dll+0xc3a29]  virNetSocketNewConnectTCP+0x239
C  [libvirt.dll+0xb9220]  virNetClientHasPassFD+0x3e0
C  [libvirt.dll+0xaa6ff]  virDomainLockProcessInquire+0x156ef
C  [libvirt.dll+0xae583]  virDomainLockProcessInquire+0x19573
C  [libvirt.dll+0x92430]  virConnectClose+0x4a0
C  [libvirt.dll+0x935bb]  virConnectOpenReadOnly+0x6b
C  [jnidispatch.dll+0xd277]  Java_com_sun_jna_Native_initialize_1ffi_1type+0x3927
C  [jnidispatch.dll+0xce92]  Java_com_sun_jna_Native_initialize_1ffi_1type+0x3542
C  [jnidispatch.dll+0x2dde]
C  [jnidispatch.dll+0x51be]  Java_com_sun_jna_Native_invokePointer+0x2e
j  com.sun.jna.Native.invokePointer(JI[Ljava/lang/Object;)J+0
j  com.sun.jna.Function.invokePointer(I[Ljava/lang/Object;)Lcom/sun/jna/Pointer;+6
j  com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Object;+423
j  com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+195
j  com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+334
j  $Proxy0.virConnectOpenReadOnly(Ljava/lang/String;)Lorg/libvirt/jna/ConnectionPointer;+16
j  org.libvirt.Connect.<init>(Ljava/lang/String;Z)V+34
j  core.drivers.NodeLibvirt.initNode()V+13
j  core.ThreadPool$NodeWorker.run()V+12
j  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V+59
j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+28
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub
V  [jvm.dll+0xfac3b]
V  [jvm.dll+0x18c3a1]
V  [jvm.dll+0xfade1]
V  [jvm.dll+0xfae3b]
V  [jvm.dll+0xb5569]
V  [jvm.dll+0x118f14]
V  [jvm.dll+0x140ffc]
C  [msvcr71.dll+0x9565]  endthreadex+0xa0
C  [kernel32.dll+0x1339a]  BaseThreadInitThunk+0x12
C  [ntdll.dll+0x39ef2]  RtlInitializeExceptionChain+0x63
C  [ntdll.dll+0x39ec5]  RtlInitializeExceptionChain+0x36

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sun.jna.Native.invokePointer(JI[Ljava/lang/Object;)J+0
j  com.sun.jna.Function.invokePointer(I[Ljava/lang/Object;)Lcom/sun/jna/Pointer;+6
j  com.sun.jna.Function.invoke([Ljava/lang/Object;Ljava/lang/Class;Z)Ljava/lang/Object;+423
j  com.sun.jna.Function.invoke(Ljava/lang/Class;[Ljava/lang/Object;Ljava/util/Map;)Ljava/lang/Object;+195
j  com.sun.jna.Library$Handler.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+334
j  $Proxy0.virConnectOpenReadOnly(Ljava/lang/String;)Lorg/libvirt/jna/ConnectionPointer;+16
j  org.libvirt.Connect.<init>(Ljava/lang/String;Z)V+34
j  core.drivers.NodeLibvirt.initNode()V+13
j  core.ThreadPool$NodeWorker.run()V+12
j  java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V+59
j  java.util.concurrent.ThreadPoolExecutor$Worker.run()V+28
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub

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

Java Threads: ( => current thread )
  0x00189800 JavaThread "DestroyJavaVM" [_thread_blocked, id=5484, stack(0x01f40000,0x01f90000)]
=>0x18b70800 JavaThread "pool-1-thread-2" [_thread_in_native, id=13208, stack(0x18e50000,0x18ea0000)]
  0x18b70000 JavaThread "pool-1-thread-1" [_thread_in_native, id=6248, stack(0x18dc0000,0x18e10000)]
  0x18aac800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4812, stack(0x18ca0000,0x18cf0000)]
  0x18aaa400 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=9252, stack(0x189e0000,0x18a30000)]
  0x0208a000 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=10256, stack(0x18730000,0x18780000)]
  0x02086c00 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=4584, stack(0x186a0000,0x186f0000)]
  0x02083800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=1168, stack(0x185d0000,0x18620000)]
  0x02077400 JavaThread "Attach Listener" daemon [_thread_blocked, id=4848, stack(0x184a0000,0x184f0000)]
  0x02076400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8568, stack(0x18410000,0x18460000)]
  0x02045400 JavaThread "Finalizer" daemon [_thread_blocked, id=10612, stack(0x18380000,0x183d0000)]
  0x02043c00 JavaThread "Reference Handler" daemon [_thread_blocked, id=4064, stack(0x182f0000,0x18340000)]

Other Threads:
  0x0203e400 VMThread [stack: 0x18260000,0x182b0000] [id=11500]
  0x18aafc00 WatcherThread [stack: 0x18d30000,0x18d80000] [id=8360]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 4928K, used 4329K [0x04110000, 0x04660000, 0x09660000)
  eden space 4416K,  98% used [0x04110000, 0x0454a500, 0x04560000)
  from space 512K,   0% used [0x04560000, 0x04560000, 0x045e0000)
  to   space 512K,   0% used [0x045e0000, 0x045e0000, 0x04660000)
 tenured generation   total 10944K, used 0K [0x09660000, 0x0a110000, 0x14110000)
   the space 10944K,   0% used [0x09660000, 0x09660000, 0x09660200, 0x0a110000)
 compacting perm gen  total 12288K, used 3763K [0x14110000, 0x14d10000, 0x18110000)
   the space 12288K,  30% used [0x14110000, 0x144bccf8, 0x144bce00, 0x14d10000)
No shared spaces configured.

Code Cache  [0x02090000, 0x02130000, 0x04090000)
 total_blobs=234 nmethods=93 adapters=85 free_code_cache=32911040 largest_free_block=0

Dynamic libraries:
0x00400000 - 0x00425000 	C:\Program Files (x86)\Java\jre6\bin\javaw.exe
0x77010000 - 0x77190000 	C:\Windows\SysWOW64\ntdll.dll
0x74830000 - 0x74940000 	C:\Windows\syswow64\kernel32.dll
0x763d0000 - 0x76416000 	C:\Windows\syswow64\KERNELBASE.dll
0x74770000 - 0x74810000 	C:\Windows\syswow64\ADVAPI32.dll
0x76120000 - 0x761cc000 	C:\Windows\syswow64\msvcrt.dll
0x74750000 - 0x74769000 	C:\Windows\SysWOW64\sechost.dll
0x74d10000 - 0x74e00000 	C:\Windows\syswow64\RPCRT4.dll
0x746f0000 - 0x74750000 	C:\Windows\syswow64\SspiCli.dll
0x746e0000 - 0x746ec000 	C:\Windows\syswow64\CRYPTBASE.dll
0x74f40000 - 0x75040000 	C:\Windows\syswow64\USER32.dll
0x75080000 - 0x75110000 	C:\Windows\syswow64\GDI32.dll
0x76340000 - 0x7634a000 	C:\Windows\syswow64\LPK.dll
0x75d60000 - 0x75dfd000 	C:\Windows\syswow64\USP10.dll
0x766f0000 - 0x76750000 	C:\Windows\system32\IMM32.DLL
0x74940000 - 0x74a0c000 	C:\Windows\syswow64\MSCTF.dll
0x7c340000 - 0x7c396000 	C:\Program Files (x86)\Java\jre6\bin\msvcr71.dll
0x6d7f0000 - 0x6da9f000 	C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll
0x728d0000 - 0x72902000 	C:\Windows\system32\WINMM.dll
0x70e80000 - 0x70ecc000 	C:\Windows\system32\apphelp.dll
0x6d7a0000 - 0x6d7ac000 	C:\Program Files (x86)\Java\jre6\bin\verify.dll
0x6d320000 - 0x6d33f000 	C:\Program Files (x86)\Java\jre6\bin\java.dll
0x6d370000 - 0x6d399000 	C:\Program Files (x86)\Java\jre6\bin\jdwp.dll
0x6d690000 - 0x6d696000 	C:\Program Files (x86)\Java\jre6\bin\npt.dll
0x6d7e0000 - 0x6d7ef000 	C:\Program Files (x86)\Java\jre6\bin\zip.dll
0x6d200000 - 0x6d207000 	C:\Program Files (x86)\Java\jre6\bin\dt_socket.dll
0x75040000 - 0x75075000 	C:\Windows\syswow64\WS2_32.dll
0x76fe0000 - 0x76fe6000 	C:\Windows\syswow64\NSI.dll
0x71210000 - 0x71220000 	C:\Windows\system32\NLAapi.dll
0x71200000 - 0x71210000 	C:\Windows\system32\napinsp.dll
0x711e0000 - 0x711f2000 	C:\Windows\system32\pnrpnsp.dll
0x72e80000 - 0x72ebc000 	C:\Windows\System32\mswsock.dll
0x71440000 - 0x71484000 	C:\Windows\system32\DNSAPI.dll
0x711d0000 - 0x711d8000 	C:\Windows\System32\winrnr.dll
0x711c0000 - 0x711cd000 	C:\Windows\system32\wshbth.dll
0x71250000 - 0x71271000 	C:\Program Files (x86)\Bonjour\mdnsNSP.dll
0x72cb0000 - 0x72ccc000 	C:\Windows\system32\Iphlpapi.DLL
0x72ca0000 - 0x72ca7000 	C:\Windows\system32\WINNSI.DLL
0x72c20000 - 0x72c58000 	C:\Windows\System32\fwpuclnt.dll
0x71220000 - 0x71226000 	C:\Windows\system32\rasadhlp.dll
0x72e70000 - 0x72e75000 	C:\Windows\System32\wshtcpip.dll
0x18ea0000 - 0x18f12000 	C:\Program Files (x86)\Libvirt\bin\jnidispatch.dll
0x74e90000 - 0x74e95000 	C:\Windows\syswow64\PSAPI.DLL
0x6d000000 - 0x6d14c000 	C:\Program Files (x86)\Java\jre6\bin\awt.dll
0x71f30000 - 0x71f81000 	C:\Windows\system32\WINSPOOL.DRV
0x75e00000 - 0x75f5c000 	C:\Windows\syswow64\ole32.dll
0x70570000 - 0x7070e000 	C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
0x74ea0000 - 0x74ef7000 	C:\Windows\syswow64\SHLWAPI.dll
0x190c0000 - 0x1971d000 	C:\Program Files (x86)\Libvirt\bin\libvirt.dll
0x19720000 - 0x198a6000 	C:\Program Files (x86)\Libvirt\bin\libgcrypt-11.dll
0x6b280000 - 0x6b2a5000 	C:\Program Files (x86)\Libvirt\bin\libgpg-error-0.dll
0x66780000 - 0x669a2000 	C:\Program Files (x86)\Libvirt\bin\libgnutls-26.dll
0x70c80000 - 0x70cae000 	C:\Program Files (x86)\Libvirt\bin\libtasn1-3.dll
0x74e00000 - 0x74e8f000 	C:\Windows\syswow64\OLEAUT32.DLL
0x70500000 - 0x70519000 	C:\Program Files (x86)\Libvirt\bin\libportablexdr-0.dll
0x70f40000 - 0x7109a000 	C:\Program Files (x86)\Libvirt\bin\libxml2-2.dll
0x198b0000 - 0x1998a000 	C:\Program Files (x86)\Libvirt\bin\_lv_iconv.dll
0x5a4c0000 - 0x5a4d3000 	C:\Program Files (x86)\Libvirt\bin\_lv_zlib1.dll
0x72c00000 - 0x72c16000 	C:\Windows\system32\CRYPTSP.dll
0x71cc0000 - 0x71cd1000 	C:\Windows\system32\NETAPI32.DLL
0x71cb0000 - 0x71cb9000 	C:\Windows\system32\netutils.dll
0x71c90000 - 0x71ca9000 	C:\Windows\system32\srvcli.dll
0x71c80000 - 0x71c8f000 	C:\Windows\system32\wkscli.dll

VM Arguments:
jvm_args: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:37065 -Dfile.encoding=Cp1252 
java_command: core.Main --config=test.conf
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=C:/Program Files (x86)/Java/jre6/bin/client;C:/Program Files (x86)/Java/jre6/bin;C:/Program Files (x86)/Java/jre6/lib/i386;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Libvirt\bin\
USERNAME=Marcel
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 42 Stepping 7, GenuineIntel



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

OS: Windows 7 , 64 bit Build 7601 Service Pack 1

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

Memory: 4k page, physical 8297200k(2921944k free), swap 16592548k(10046816k free)

vm_info: Java HotSpot(TM) Client VM (20.5-b03) for windows-x86 JRE (1.6.0_30-b12), built on Nov 10 2011 01:51:00 by "java_re" with MS VC++ 7.1 (VS2003)

time: Sun Apr 08 13:13:57 2012
elapsed time: 0 seconds

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]