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 533] New: >1000 create/destroy cycles crashes xm

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 533] New: >1000 create/destroy cycles crashes xm
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 14 Feb 2006 15:17:55 +0000
Delivery-date: Tue, 14 Feb 2006 15:41:27 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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=533

           Summary: >1000 create/destroy cycles crashes xm
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: danms@xxxxxxxxxx


Test 16_create_massive from xm-test pokes this bug.  After slightly more than
1000 create/destroy cycles, xm fails to create or destroy with the following
stack trace:

 Traceback (most recent call last):
   File "/usr/sbin/xm", line 8, in ?
     from xen.xm import main
   File "/usr/lib/python/xen/xm/main.py", line 34, in ?
     import xen.xend.XendProtocol
   File "/usr/lib/python/xen/xend/XendProtocol.py", line 20, in ?
     import httplib
   File "/usr/lib/python2.4/httplib.py", line 70, in ?
     import mimetools
   File "/usr/lib/python2.4/mimetools.py", line 6, in ?
     import tempfile
   File "/usr/lib/python2.4/tempfile.py", line 33, in ?
     from random import Random as _Random
   File "/usr/lib/python2.4/random.py", line 44, in ?
     from math import log as _log, exp as _exp, pi as _pi, e as _e
 ImportError: /usr/lib/python2.4/lib-dynload/mathmodule.so: cannot open
 shared object file: Too many open files

This was first verified on changeset 8830:fcc833cbaf82 on x86_32.

-- 
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>
  • [Xen-bugs] [Bug 533] New: >1000 create/destroy cycles crashes xm, bugzilla-daemon <=