oxfam error: Converted text is not utf-8
Bug #1035308 reported by
Alexander Bittner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
KARL3 |
Fix Released
|
Low
|
Carlos de la Guardia |
Bug Description
* detected via error monitor
* we see a lot of these errors
* some of them are related to blobcache files:
Thu Aug 9 05:38:27 2012 ERROR karl Converted text is not utf-8: /srv/multikarl/
-> this file is a binary file
* and some are related to temp files (the majority):
Thu Aug 9 11:17:54 2012 ERROR karl Converted text is not utf-8: /tmp/tmpZURL94
-> however, we can't have a look into these temporary files, since they only seem to exist for a short period of time
Changed in karl3: | |
milestone: | m116 → m117 |
Changed in karl3: | |
importance: | Medium → Low |
Changed in karl3: | |
milestone: | m117 → m118 |
Changed in karl3: | |
milestone: | m118 → m119 |
tags: | removed: ux2 |
To post a comment you must log in.
We get these a lot also, but we just tolerate them. But you're right, we need to either fix it or stop having it raise an alarm.
I'm assigning to Carlos but not until next week. I hope to get a full traceback from the next time it happens. Of course, our inability to get the source file producing this problem is an issue. We might have to put something in place that captures the offending file and copies it to var for analysis.