Comment 12 for bug 911070

Revision history for this message
vick (cvcv62075) wrote : Re: [Bug 911070] Re: cairo.Error: input string not valid UTF-8

Thank you Riccardo, I will try this patch.

2012/1/9 Ubuntu Foundation's Bug Bot <email address hidden>

> The attachment "filter-chars.diff" of this bug report has been
> identified as being a patch. The ubuntu-reviewers team has been
> subscribed to the bug report so that they can review the patch. In the
> event that this is in fact not a patch you can resolve this situation by
> removing the tag 'patch' from the bug report and editing the attachment
> so that it is not flagged as a patch. Additionally, if you are member
> of the ubuntu-reviewers team please also unsubscribe the team from this
> bug report.
>
> [This is an automated message performed by a Launchpad user owned by
> Brian Murray. Please contact him regarding any issues with the action
> taken in this bug report.]
>
> ** Tags added: patch
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/911070
>
> Title:
> cairo.Error: input string not valid UTF-8
>
> Status in “pybootchartgui” package in Ubuntu:
> New
>
> Bug description:
> I am working on bootchart.png.
>
> When I use command "bootchart bootchart.tgz", it shows up this error:
>
> parsing 'bootchart.tgz'
> parsing 'header'
> parsing 'proc_stat.log'
> parsing 'proc_ps.log'
> warning: no parent for pid '2' with ppid '0'
> parsing 'proc_diskstats.log'
> parsing 'kernel_pacct'
> merged 0 logger processes
> pruned 41 process, 0 exploders, 1 threads, and 1 runs
> False
> Traceback (most recent call last):
> File "/usr/bin/bootchart", line 23, in <module>
> sys.exit(main())
> File "/usr/lib/pymodules/python2.7/pybootchartgui/main.py", line 137,
> in main
> render()
> File "/usr/lib/pymodules/python2.7/pybootchartgui/main.py", line 128,
> in render
> batch.render(writer, res, options, filename)
> File "/usr/lib/pymodules/python2.7/pybootchartgui/batch.py", line 41,
> in render
> draw.render(ctx, options, *res)
> File "/usr/lib/pymodules/python2.7/pybootchartgui/draw.py", line 256,
> in render
> curr_y = draw_header(ctx, headers, off_x, duration)
> File "/usr/lib/pymodules/python2.7/pybootchartgui/draw.py", line 341,
> in draw_header
> draw_text(ctx, txt, TEXT_COLOR, off_x, header_y)
> File "/usr/lib/pymodules/python2.7/pybootchartgui/draw.py", line 111,
> in draw_text
> ctx.show_text(text)
> cairo.Error: input string not valid UTF-8
>
> Thanks for help.
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/pybootchartgui/+bug/911070/+subscriptions
>