Updates:
        Summary: Image encoding / decoding broken on Snow Leopard

Comment #5 on issue 17008 by [email protected]: Image encoding / decoding  
broken on Snow Leopard
http://code.google.com/p/chromium/issues/detail?id=17008

Aha, I have some evidence.

The chain is PNG > SkBitmap > * > pickle within the utility process, and  
pickle >
SkBitmap > * > PNG in the browser. I inserted a file dump at the two * in  
the
process, and found that the files were identical on either side. What I  
found,
though, is that the PNG > SkBitmap yielded a file of all zeros.

That's persuasive evidence to implicate webkit/glue/image_decoder's Decode.  
Since it
works during a debug session or when dumping hex to the terminal, it seems  
like
there's some kind of warmup period during which it doesn't work?

Genericizing the summary for now; I don't know entirely what's up.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to