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-devel

[Xen-devel] xend in latest xen-unstable version refuses to start

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xend in latest xen-unstable version refuses to start
From: Stephan Creutz <stephan.creutz@xxxxxxxxxxxxxxxxx>
Date: Thu, 22 Feb 2007 17:00:59 +0100
Delivery-date: Thu, 22 Feb 2007 08:00:51 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I use the latest unstable version of Xen and when I start xend I get the
following traceback:

Traceback (most recent call last):
  File "/usr/sbin/xend", line 130, in ?
    sys.exit(main())
  File "/usr/sbin/xend", line 108, in main
    return daemon.start()
  File "//usr/lib/python/xen/xend/server/SrvDaemon.py", line 218, in
start    log.info('Xend exited with status %d.', code)
  File "/usr/lib/python2.4/site-packages/cairo/__init__.py", line 969,
in info    
  File "/usr/lib/python2.4/site-packages/cairo/__init__.py", line 1072,
in _log    
  File "/usr/lib/python/xen/xend/XendLogging.py", line 50, in findCaller
    frames = inspect.stack()
  File "/usr/lib/python2.4/inspect.py", line 812, in stack
    return getouterframes(sys._getframe(1), context)
  File "/usr/lib/python2.4/inspect.py", line 793, in getouterframes
    framelist.append((frame,) + getframeinfo(frame, context))
  File "/usr/lib/python2.4/inspect.py", line 768, in getframeinfo
    lines, lnum = findsource(frame)
  File "/usr/lib/python2.4/inspect.py", line 437, in findsource
    if pat.match(lines[lnum]): break
IndexError: list index out of range

Maybe it is a problem of python, but I'm not sure because I'm no python
programmer. (using python 2.4.4).

Commenting out findCaller in XendLogging and the following line fixes it
for now, but that is not the proper solution.

Stephan

Attachment: pgpHECATAVVMU.pgp
Description: PGP signature

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xend in latest xen-unstable version refuses to start, Stephan Creutz <=