Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Unicode value 0x0 is not valid for interchange #426

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 7 comments
Closed

Unicode value 0x0 is not valid for interchange #426

GoogleCodeExporter opened this issue Apr 6, 2015 · 7 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.run pagespeed

What is the expected output? What do you see instead?
some pagespeed dependancies are writing to stdout, instead of through the 
pagespeed messagehandler

What version of the product are you using (please check X-Mod-Pagespeed
header)?
custom implementation

On what operating system?
unbuntu 11.10
Which version of Apache?
traffics erver
Which MPM?
n/a

Please provide any additional information below, especially a URL or an
HTML file that exhibits the problem.

See the log dump below, these messages are written reasonably frequently. Some 
look a little bit scary (those about unicode value 0x0), but other than that, 
it's just annoying (they end up in the trafficserver main logfile).

Regards, 
Otto van der Schaaf

[0426/095110:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/095110:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.
[0426/095110:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/095110:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.
[0426/101348:WARNING:unicodetext.cc(359)] Unicode value 0x0 is not valid for 
interchange
[0426/101348:WARNING:unicodetext.cc(359)] Unicode value 0x0 is not valid for 
interchange
[0426/101348:WARNING:unicodetext.cc(359)] Unicode value 0x0 is not valid for 
interchange
[0426/101348:WARNING:unicodetext.cc(359)] Unicode value 0x0 is not valid for 
interchange
[0426/101348:WARNING:unicodetext.cc(359)] Unicode value 0x0 is not valid for 
interchange
[0426/101348:WARNING:unicodetext.cc(359)] Unicode value 0x0 is not valid for 
interchange
[0426/101348:WARNING:unicodetext.cc(359)] Unicode value 0x0 is not valid for 
interchange
[0426/101348:WARNING:unicodetext.cc(359)] Unicode value 0x0 is not valid for 
interchange
[0426/101348:WARNING:unicodetext.cc(359)] Unicode value 0x0 is not valid for 
interchange
[0426/101348:WARNING:unicodetext.cc(359)] Unicode value 0x0 is not valid for 
interchange
[0426/101348:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/101348:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.
[0426/101348:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/101348:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.
[0426/101348:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/101348:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.
[0426/101348:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/101348:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.
[0426/101348:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/101348:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.
[0426/101348:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/101348:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.
[0426/101348:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/101348:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.
[0426/101348:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/101348:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.
[0426/101348:INFO:gif_reader.cc(189)] Found multiple transparency entries. 
Using first entry.
[0426/101348:INFO:gif_reader.cc(90)] Unable to optimize image with 2 frames.



Original issue reported on code.google.com by osch...@gmail.com on 26 Apr 2012 at 8:29

@GoogleCodeExporter
Copy link
Author

Those you can actually intercept via code similar to that in 
net/instaweb/apache/log_message_handler.cc. That's probably worth 
generalizing somehow, indeed..

Original comment by morlov...@google.com on 26 Apr 2012 at 11:35

@GoogleCodeExporter
Copy link
Author

This "unicode value 0x0" warning I think deserves investigation & at least a 
message with context -- it's related to css files.

I'm thinking the gif-reader message should be squelched somehow.  It doesn't 
look like we need to spew log for that.  I'm not sure how easy it is to change 
it.

Original comment by jmara...@google.com on 5 May 2012 at 1:16

@GoogleCodeExporter
Copy link
Author

There are two issues here.  Let's have Shawn look at "Unicode value 0x0 is not 
valid for interchange" and then he can split the gif_reader issue or pass it to 
someone else.

Original comment by jmara...@google.com on 17 May 2012 at 7:28

@GoogleCodeExporter
Copy link
Author

Summary was: some pagespeed dependancies are writing to stdout or stderr

Split off other error into issue 435.

Original comment by sligocki@google.com on 17 May 2012 at 7:43

  • Changed title: Unicode value 0x0 is not valid for interchange

@GoogleCodeExporter
Copy link
Author

Original comment by jmara...@google.com on 17 May 2012 at 7:50

  • Added labels: Milestone-v23

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r1612.

Original comment by sligocki@google.com on 25 May 2012 at 7:32

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by sligocki@google.com on 25 May 2012 at 7:45

  • Added labels: release-note

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant