Re: crash on domain shutdown (via ruby)

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

 




On Apr 10, 2008, at 15:00, Vadim Zaliva wrote:
I am observing a crash with libvirt ruby bindings. Please see stack trace below. I am using libvirt-0.4.2 and ruby-libvirt-0.0.6. I have upgraded to new versions of both today, so I am not sure which one is to blame. The problem happening when I try to do domain shutdown.

I can reproduce the problem, so if somebody will be looking into that, I can aid debugging it.

Here is my test code:

require 'libvirt'
conn = Libvirt::open("")
dom = conn.lookup_domain_by_name("eee")
if dom == nil
 puts "not found"
else
 dom.shutdown()
 puts "complete"
end

$ sudo ruby crash2.rb
*** glibc detected *** ruby: free(): invalid pointer: 0xb7f2dcb4 **

Vadim



--
"La perfection est atteinte non quand il ne reste rien a ajouter, mais
quand il ne reste rien a enlever."  (Antoine de Saint-Exupery)


Attachment: smime.p7s
Description: S/MIME cryptographic signature

--
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]