All of lore.kernel.org
 help / color / mirror / Atom feed
* xend crashes
@ 2005-08-19 21:49 Arun Sharma
  0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-08-19 21:49 UTC (permalink / raw)
  To: xen-devel


I started noticing xend crashes after a misconfiguration of xmdefconfig 
around the time the xenstore changes went in. There seems to be some 
native code which doesn't seem to check for null pointers.

Traceback (most recent call last):
   File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 564, in construct
     self.configure()
   File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 965, in configure
     self.create_devices()
   File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 794, in 
create_devices
     self.create_configured_devices()
   File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 783, in 
create_configu
red_devices
     self.createDevice(ctrl_type, dev_config)
   File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 392, in 
createDevice
     backdb = backdom.db.addChild("/backend/%s/%s/%d" %
TypeError: int argument required
<xend crash>

The crash seems to happen after releaseDomain.

[2005-08-19 16:23:35 xend] WARNING (XendDomainInfo:993) Unknown config 
field vnc
[2005-08-19 16:23:35 xend] DEBUG (blkif:24) exception looking up device 
number f
or ioemu:hda: [Errno 2] No such file or directory: '/dev/ioemu:hda'
[2005-08-19 16:23:35 xend] INFO (xsobj:337) DBMap>releaseDomain> 1

gdb doesn't seem to be helpful.

0xfbffd402 in ?? ()
(gdb) c
Continuing.
[New Thread -1255515216 (LWP 4824)]
(XEN) audit1
(XEN) audit1 done
(XEN) audit2
(XEN) audit2 done
(XEN) audit3
(XEN) audit3 done
Couldn't get registers: No such process.
(gdb) x /i $eip
Cannot fetch general-purpose registers for thread -1247122512: generic error

	-Arun

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-19 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-19 21:49 xend crashes Arun Sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.