Your message dated Thu, 15 May 2008 17:57:18 +0200
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 0.4.1 already
has caused the Debian Bug report #470024,
regarding libvirt0: Floating point exeption on virDomainGetXMLDesc and 
virNodeGetInfo
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
470024: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470024
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libvirt0
Version: 0.4.0-5
Severity: important


Hi,

on calling virDomainGetXMLDesc or viNodeGetInfo, and maybe other functions
you get a 'Floating point exeption'.

I used a smal test programm:

/* libvirt test program */
#include <stdio.h>
#include <libvirt/libvirt.h>


int
main (int argc, char **argv) {
   virConnectPtr conn;
   virDomainPtr dom;
   char *xml;

   conn = virConnectOpen(NULL);
   if (!conn) {
      fprintf(stderr, "Failed to connect\n");
      return 1;
   }

   dom = virDomainLookupByName(conn, argv[1]);
   if (!dom) {
      fprintf(stderr, "Failed to lookup domain\n");
      return 1;
   }

   xml = virDomainGetXMLDesc(dom, 0);
   if (!xml) {
      fprintf(stderr, "Failed to get domain description\n");
      return 1;
   }

   printf("%s\n", xml);

   return 0;

}
/* EOF */

the output of the programm called for the active domain 'test2':

# ./test test2
Floating point exception
#

regards
Marc

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-6-xen-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libvirt0 depends on:
ii  libc6                    2.7-6           GNU C Library: Shared libraries
ii  libgnutls26              2.2.2-1         the GNU TLS library - runtime libr
ii  libsasl2-2               2.1.22.dfsg1-18 Cyrus SASL - authentication abstra
ii  libxenstore3.0           3.2.0-3         Xenstore communications library fo
ii  libxml2                  2.6.31.dfsg-1   GNOME XML library

libvirt0 recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 0.4.1-1

Hi,
the bug was fixed in 0.4.1 already. Thanks again for testing!
 -- Guido


--- End Message ---

Reply via email to