WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 1292] Memory leak in xend

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1292] Memory leak in xend
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Thu, 10 Jul 2008 07:48:40 -0700
Delivery-date: Thu, 10 Jul 2008 07:48:44 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <bug-1292-3@xxxxxxxxxxxxxxxxxxxxxxxxxxx/bugzilla/>
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>