Comment #52 on issue 16371 by [email protected]: Crash - AsyncResourceHandler sometimes has a NULL IOBuffer::data_ http://code.google.com/p/chromium/issues/detail?id=16371
Hawk, correct me if I'm wrong, but as I recall, your fix only addresses the issue for Mac, not for Linux. Linux users still have a problem if they fail to create shared memory, which seems to be happening for users with incorrect perms for /dev/shm. This CHECK should not be removed for them because they will just crash later when they try to access the shared memory. We should probably fix this by failing to startup and displaying an error message telling the user how to fix their perms, since we can't do anything without the shared memory anyway. I think we should file a followup bug to do this. -- 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
