https://bugzilla.novell.com/show_bug.cgi?id=401600 User Matthias.Brenner@bconnection.net added comment https://bugzilla.novell.com/show_bug.cgi?id=401600#c1 --- Comment #1 from Matthias Brenner <Matthias.Brenner@bconnection.net> 2008-06-23 12:09:08 MDT --- I encountered the same problem: double opteron system, OpenSuse 11.0, 64bit I tried with pdb to localize the problem in /usr/share/virt-manager/virt-manager.py it fails in /usr/lib64/python2.5/site-packages/libvirt.py 772 -> def getInfo(self): 773 """Extract hardware informations about the Node. """ 774 ret = libvirtmod.virNodeGetInfo(self._o) 775 if ret is None: raise libvirtError ('virNodeGetInfo() failed', conn=self) 776 return ret 777 (Pdb) s
/usr/lib64/python2.5/site-packages/libvirt.py(774)getInfo() -> ret = libvirtmod.virNodeGetInfo(self._o) (Pdb) s Floating point exception
At this point I know to less about python to go ahead. Line number will not match the product, due to import pdb and trace statement. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.