Status: Untriaged Owner: [email protected] CC: [email protected], [email protected], [email protected] Labels: Type-Bug Pri-1 OS-All Area-Misc Size-Medium
New issue 17881 by [email protected]: Disk cache doesn't work on 64-bit http://code.google.com/p/chromium/issues/detail?id=17881 You hit a compile assert since the RankingsNode are expected to be 36 bytes, but have a pointer in the last field, so they are 40 bytes on 64-bit. Commenting out the compile assert leads to runtime failures because the block size doesn't match. Returning 40 instead of 36 BlockSizeForFileType for type RANKINGS gets a bit further, but not enough. Maybe we also have disk cache files checked into the repository for the tests? -- 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 -~----------~----~----~----~------~----~------~--~---
