Hi All,

I working on bootchart on GB.

In host:
I am install bootchart on my ubuntu-10.10
as apt-get install bootchart

In target:
I am able to create the bootchart.tgz,
but while i am extracting i got the following error like

parsing 'Documents/bootchart.tgz'
parsing 'header'
parsing 'kernel_pacct'
parsing 'proc_diskstats.log'
parsing 'proc_ps.log'
Traceback (most recent call last):
  File "/usr/bin/bootchart", line 23, in <module>
    sys.exit(main())
  File "/usr/lib/pymodules/python2.6/pybootchartgui/main.py", line
111, in main
    options.crop_after, options.annotate)
  File "/usr/lib/pymodules/python2.6/pybootchartgui/parsing.py", line
248, in parse
    state = parse_paths(writer, ParserState(), paths)
  File "/usr/lib/pymodules/python2.6/pybootchartgui/parsing.py", line
237, in parse_paths
    state = _do_parse(writer, state, name, tf.extractfile(name))
  File "/usr/lib/pymodules/python2.6/pybootchartgui/parsing.py", line
201, in _do_parse
    state.ps_stats = _parse_proc_ps_log(writer, file)
  File "/usr/lib/pymodules/python2.6/pybootchartgui/parsing.py", line
76, in _parse_proc_ps_log
    offset = [index for index, token in enumerate(tokens[1:]) if
token[-1] == ')'][0]
IndexError: list index out of range

Can any one give me the pointers to solve this issue.

Regards,
Jagan

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to