|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1292] Memory leak in xend
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1292
------- Comment #1 from jfehlig@xxxxxxxxxx 2008-07-10 07:48 -------
Bug was reported by maintainers of openSUSE build service. The build service
is running a patched Xen 3.2.0. I have verified that bug exists in
xen-unstable c/s 17987. Issue is easily reproducible with a simple script such
as
while true;
do
xm create /tests/config/sles10_pv_64
sleep 20s
xm shutdown sles10_pv_64
sleep 20s
done
Config of this vm is
name="sles10_pv_64"
memory=512
vcpus=1
uuid="2e0eed37-cfd0-2355-e070-1f22823c42e0"
on_crash="destroy"
on_poweroff="destroy"
on_reboot="restart"
localtime=0
builder="linux"
kernel="/tests/kernels/vmlinuz-sles10_pv_64-xen"
ramdisk="/tests/kernels/initrd-sles10_pv_64-xen"
extra="TERM=xterm "
disk=[ 'file:/tests/disks/sles10_pv_64/disk0,xvda,w', ]
vif=[ 'mac=00:16:3e:6f:2f:36', ]
vfb=["type=vnc,vncunused=1"]
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|