Re: [libvirt-users] [libvirt] JVM crashes during GC

2019-04-23 Thread Sachin Soman
wo instances of " virConnectCredential" getting created (one for user name and another one for password). But both these instances seem to be backed by the same native pointer; is this expected? Thanks & Regards Sachin Soman On Tue, Apr 23, 2019 at 5:20 PM Daniel P. Berrangé wrot

Re: [libvirt-users] [libvirt] JVM crashes during GC

2019-04-23 Thread Sachin Soman
[Update] Instead of passing an auth callback to Connect, if I store the credentials in an INI file and pass the file path as authfile URI parameter, I dont see these errors. Thanks & Regards Sachin Soman On Sat, Apr 20, 2019 at 2:00 PM Sachin Soman wrote: > Did you get a chance t

Re: [libvirt-users] [libvirt] JVM crashes during GC

2019-04-20 Thread Sachin Soman
Did you get a chance to debug the issue? Thanks & Regards, Sachin Soman On Thu, Apr 18, 2019, 11:10 PM Sachin Soman wrote: > I have tried the same tests using the "test" driver, and that works > perfectly; no errors seen. > > Thanks & Regards > Sachin Soman

Re: [libvirt-users] [libvirt] JVM crashes during GC

2019-04-18 Thread Sachin Soman
I have tried the same tests using the "test" driver, and that works perfectly; no errors seen. Thanks & Regards Sachin Soman On Thu, Apr 18, 2019 at 11:03 PM Daniel P. Berrangé wrote: > On Thu, Apr 18, 2019 at 10:46:19PM +0530, Sachin Soman wrote: > > I am attachin

Re: [libvirt-users] [libvirt] JVM crashes during GC

2019-04-18 Thread Sachin Soman
licit connection closure gc'ing gc'd waiting.. 1 Connect finalizing.. java(95459,0x7a27) malloc: *** error for object 0x7facd57134b0: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug = Thanks & Regards Sachin Soman O

Re: [libvirt-users] [libvirt] JVM crashes during GC

2019-04-18 Thread Sachin Soman
"finalize" method of Connect class in there, thats why the "Connect finalizing.." messages in execution results. Thanks & Regards Sachin Soman On Thu, Apr 18, 2019 at 10:46 PM Sachin Soman wrote: > I am attaching the execution results. At the top of each file I have

Re: [libvirt-users] [libvirt] JVM crashes during GC

2019-04-18 Thread Sachin Soman
+ tCounter); Thread.*sleep*(1000); } } System.*out*.println("Going down..."); } } == Thanks & Regards Sachin Soman On Thu, Apr 18, 2019 at 9:25 PM Daniel P. Berrangé wrote: > On Thu, Apr 18, 2019 at 05:51:06PM +0200, Michal

[libvirt-users] JVM crashes during GC

2019-04-17 Thread Sachin Soman
e #22: 0x7fff5b43bbf9 libsystem_pthread.dylib`thread_start + 13 I have installed Libvirt 5.2.0. Java bindings libvirt-java 0.5.1 JNA 4.0.0 Tested Java environments: Oracle Java 8 and OpenJDK 8 on MAC, OpenJDK 11 on Ubuntu 16 Thanks & Regards Sac