On Mon, 2008-04-14 at 11:04 -0700, Vadim Zaliva wrote:
On Apr 11, 2008, at 16:55, David Lutterkort wrote:
> Try commenting the call to virResetError in _libvirt.c in the ruby
> bindings out entirely, and see if you still get a crash.
Yes, that helped. Do you plan to fix in in mercurial soon?
I just committed a change so that we don't use the copy methods anymore;
the ruby bindings now use the get error methods instead. The copy
methods offer little advantage over the get methods.
David