Stephan Creutz
2007-Feb-22 16:00 UTC
[Xen-devel] xend in latest xen-unstable version refuses to start
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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel