search for: createanddestroydefaultauthconnect

Displaying 7 results from an estimated 7 matches for "createanddestroydefaultauthconnect".

2019 Apr 18
2
Re: [libvirt] JVM crashes during GC
...ed the environment details. > > Following is the test program I have used: > > ================================================== > > *package* org.libvirt; > > > *import* org.libvirt.jna.Libvirt; > > > *public* *class* LibvirtCrashTest { > > *void* createAndDestroyDefaultAuthConnection() { > > ConnectAuth ca = *new* ConnectAuthDefault(); > > *try* { > > System.*out*.println("Starting new connection with default auth"); > > Connect connect = *new* Connect("esx://x.x.x.x/?no_verify=1", ca, 0); It could be interesting to try differ...
2019 Apr 18
3
Re: [libvirt] JVM crashes during GC
On Thu, Apr 18, 2019 at 05:51:06PM +0200, Michal Prívozník wrote: > On 4/17/19 10:24 AM, Sachin Soman wrote: > > Hi, > > > > Could you tell me if the following is some known issue? > > > > While performing the following simple test, I see my JVM crashing > > (consistently): > > 1. Open a connection to an ESXi driver/host (passing ConnectAuthDefault
2019 Apr 18
1
Re: [libvirt] JVM crashes during GC
...mentioned the environment details. > > Following is the test program I have used: > > ================================================== > > *package* org.libvirt; > > > *import* org.libvirt.jna.Libvirt; > > > *public* *class* LibvirtCrashTest { > > *void* createAndDestroyDefaultAuthConnection() { > > ConnectAuth ca = *new* ConnectAuthDefault(); > > *try* { > > System.*out*.println("Starting new connection with default auth"); > > Connect connect = *new* Connect("esx://x.x.x.x/?no_verify=1", ca, 0); > > Thread.*sleep*(1000); > >...
2019 Apr 20
2
Re: [libvirt] JVM crashes during GC
...gt; > ================================================== >> > >> > *package* org.libvirt; >> > >> > >> > *import* org.libvirt.jna.Libvirt; >> > >> > >> > *public* *class* LibvirtCrashTest { >> > >> > *void* createAndDestroyDefaultAuthConnection() { >> > >> > ConnectAuth ca = *new* ConnectAuthDefault(); >> > >> > *try* { >> > >> > System.*out*.println("Starting new connection with default auth"); >> > >> > Connect connect = *new* Connect("esx://x.x.x....
2019 Apr 18
0
Re: [libvirt] JVM crashes during GC
...ttaching the execution results. At the top of each file I have mentioned the environment details. Following is the test program I have used: ================================================== *package* org.libvirt; *import* org.libvirt.jna.Libvirt; *public* *class* LibvirtCrashTest { *void* createAndDestroyDefaultAuthConnection() { ConnectAuth ca = *new* ConnectAuthDefault(); *try* { System.*out*.println("Starting new connection with default auth"); Connect connect = *new* Connect("esx://x.x.x.x/?no_verify=1", ca, 0); Thread.*sleep*(1000); System.*out*.println("Explicit connection closure...
2019 Apr 18
0
Re: [libvirt] JVM crashes during GC
...he test program I have used: > > > > ================================================== > > > > *package* org.libvirt; > > > > > > *import* org.libvirt.jna.Libvirt; > > > > > > *public* *class* LibvirtCrashTest { > > > > *void* createAndDestroyDefaultAuthConnection() { > > > > ConnectAuth ca = *new* ConnectAuthDefault(); > > > > *try* { > > > > System.*out*.println("Starting new connection with default auth"); > > > > Connect connect = *new* Connect("esx://x.x.x.x/?no_verify=1", ca, 0); &g...
2019 Apr 23
0
Re: [libvirt] JVM crashes during GC
...=================== >>> > >>> > *package* org.libvirt; >>> > >>> > >>> > *import* org.libvirt.jna.Libvirt; >>> > >>> > >>> > *public* *class* LibvirtCrashTest { >>> > >>> > *void* createAndDestroyDefaultAuthConnection() { >>> > >>> > ConnectAuth ca = *new* ConnectAuthDefault(); >>> > >>> > *try* { >>> > >>> > System.*out*.println("Starting new connection with default auth"); >>> > >>> > Connect connect =...