[Bug 401600] New: virt-manager crashes when connecting to xen: Floating point exception
https://bugzilla.novell.com/show_bug.cgi?id=401600 Summary: virt-manager crashes when connecting to xen: Floating point exception Product: openSUSE 11.0 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Xen AssignedTo: cgriffin@novell.com ReportedBy: lslezak@novell.com QAContact: qa@suse.de Found By: --- When I doubleclick on 'localhost - xen' line in virt-manager after start it crashes immediately. Starting it from command line shows that it crashes due to a floating point exception: # virt-manager --no-fork -c xen:// Floating point exception -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=401600 Charles Arnold <carnold@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lbendixs@novell.com AssignedTo|cgriffin@novell.com |dpmerrill@novell.com QAContact|qa@suse.de |jdouglas@novell.com -- 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.
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.
https://bugzilla.novell.com/show_bug.cgi?id=401600 User dpmerrill@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=401600#c2 Douglas Merrill <dpmerrill@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #2 from Douglas Merrill <dpmerrill@novell.com> 2008-06-25 09:07:27 MDT --- I will be trying to reproduce this. In the mean time, could you attach your /root/virt-manager/virt-manager.log file? Thanks -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=401600 User kdavis@bhprsd.org added comment https://bugzilla.novell.com/show_bug.cgi?id=401600#c3 Karl Davis <kdavis@bhprsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kdavis@bhprsd.org --- Comment #3 from Karl Davis <kdavis@bhprsd.org> 2008-06-25 18:44:44 MDT --- (In reply to comment #2 from Doug Merrill)
I will be trying to reproduce this.
In the mean time, could you attach your /root/virt-manager/virt-manager.log file?
Thanks
[Wed, 25 Jun 2008 20:40:50 virt-manager 31597] INFO (virt-manager:126) Application startup [Wed, 25 Jun 2008 20:40:51 virt-manager 31598] DEBUG (engine:74) About to connect to uris ['xen:///'] [Wed, 25 Jun 2008 20:40:51 virt-manager 31598] WARNING (virt-manager:286) Could not get connection to session bus, disabling DBus service <class 'dbus.exceptions.DBusException'> org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. [Wed, 25 Jun 2008 20:40:51 virt-manager 31598] DEBUG (manager:112) minimize_minutes set to 120 [Wed, 25 Jun 2008 20:40:51 virt-manager 31598] DEBUG (connection:311) Scheduling background open thread for xen:/// [Wed, 25 Jun 2008 20:40:51 virt-manager 31598] DEBUG (connection:318) Background thread is running [Wed, 25 Jun 2008 20:40:51 virt-manager 31598] DEBUG (connection:347) Background open thread complete, scheduling notify [Wed, 25 Jun 2008 20:40:51 virt-manager 31598] DEBUG (connection:356) Notifying open result [Wed, 25 Jun 2008 20:40:52 virt-manager 31598] DEBUG (manager:427) About to append vm: Domain-0 [Wed, 25 Jun 2008 20:40:52 virt-manager 31598] DEBUG (manager:427) About to append vm: opensuse11-test [Wed, 25 Jun 2008 20:40:52 virt-manager 31598] DEBUG (manager:417) VM Domain-0 started -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=401600 User lslezak@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=401600#c4 --- Comment #4 from Ladislav Slezak <lslezak@novell.com> 2008-06-26 00:19:52 MDT --- Created an attachment (id=224472) --> (https://bugzilla.novell.com/attachment.cgi?id=224472) virt-manager.log The log is similar to the previous one. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=401600 User dpmerrill@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=401600#c5 Douglas Merrill <dpmerrill@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |DUPLICATE --- Comment #5 from Douglas Merrill <dpmerrill@novell.com> 2008-07-01 12:10:16 MDT --- This is the same issue we're seeing in #398932 We'll finish looking at it Friday, when Jim gets back. *** This bug has been marked as a duplicate of bug 398932 *** https://bugzilla.novell.com/show_bug.cgi?id=398932 -- 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.
participants (1)
-
bugzilla_noreply@novell.com