Displaying 7 results from an estimated 7 matches for "tcounter".
Did you mean:
counter
2019 Apr 18
2
Re: [libvirt] JVM crashes during GC
...hTest();
>
>
> *for*(*int* counter = 0; counter < 3; counter++) {
>
> testInstance.createAndDestroyDefaultAuthConnection();
>
> System.*out*.println("gc'ing");
>
> System.*gc*();
>
> System.*out*.println("gc'd");
>
> *int* tCounter = 0;
>
> *while*(tCounter++ < 20) {
>
> System.*out*.println("waiting.. " + tCounter);
>
> Thread.*sleep*(1000);
>
> }
>
> }
>
> System.*out*.println("Going down...");
>
> }
>
>
> }
> =============================...
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
...irtCrashTest();
>
>
> *for*(*int* counter = 0; counter < 3; counter++) {
>
> testInstance.createAndDestroyDefaultAuthConnection();
>
> System.*out*.println("gc'ing");
>
> System.*gc*();
>
> System.*out*.println("gc'd");
>
> *int* tCounter = 0;
>
> *while*(tCounter++ < 20) {
>
> System.*out*.println("waiting.. " + tCounter);
>
> Thread.*sleep*(1000);
>
> }
>
> }
>
> System.*out*.println("Going down...");
>
> }
>
>
> }
> ======================================...
2019 Apr 20
2
Re: [libvirt] JVM crashes during GC
...gt; >
>> > testInstance.createAndDestroyDefaultAuthConnection();
>> >
>> > System.*out*.println("gc'ing");
>> >
>> > System.*gc*();
>> >
>> > System.*out*.println("gc'd");
>> >
>> > *int* tCounter = 0;
>> >
>> > *while*(tCounter++ < 20) {
>> >
>> > System.*out*.println("waiting.. " + tCounter);
>> >
>> > Thread.*sleep*(1000);
>> >
>> > }
>> >
>> > }
>> >
>> > System.*out*....
2019 Apr 18
0
Re: [libvirt] JVM crashes during GC
...s* Exception {
LibvirtCrashTest testInstance = *new* LibvirtCrashTest();
*for*(*int* counter = 0; counter < 3; counter++) {
testInstance.createAndDestroyDefaultAuthConnection();
System.*out*.println("gc'ing");
System.*gc*();
System.*out*.println("gc'd");
*int* tCounter = 0;
*while*(tCounter++ < 20) {
System.*out*.println("waiting.. " + tCounter);
Thread.*sleep*(1000);
}
}
System.*out*.println("Going down...");
}
}
==================================================
Thanks & Regards
Sachin Soman
On Thu, Apr 18, 2019 at 9:25...
2019 Apr 18
0
Re: [libvirt] JVM crashes during GC
...= 0; counter < 3; counter++) {
> >
> > testInstance.createAndDestroyDefaultAuthConnection();
> >
> > System.*out*.println("gc'ing");
> >
> > System.*gc*();
> >
> > System.*out*.println("gc'd");
> >
> > *int* tCounter = 0;
> >
> > *while*(tCounter++ < 20) {
> >
> > System.*out*.println("waiting.. " + tCounter);
> >
> > Thread.*sleep*(1000);
> >
> > }
> >
> > }
> >
> > System.*out*.println("Going down...");
> >
&g...
2019 Apr 23
0
Re: [libvirt] JVM crashes during GC
...nce.createAndDestroyDefaultAuthConnection();
>>> >
>>> > System.*out*.println("gc'ing");
>>> >
>>> > System.*gc*();
>>> >
>>> > System.*out*.println("gc'd");
>>> >
>>> > *int* tCounter = 0;
>>> >
>>> > *while*(tCounter++ < 20) {
>>> >
>>> > System.*out*.println("waiting.. " + tCounter);
>>> >
>>> > Thread.*sleep*(1000);
>>> >
>>> > }
>>> >
>>> > }
&...