--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Something very odd is happening with WebViewInteractiveTest.NewWindow. It's failing here on a NOTREACHED() here:This indicates that a shared memory buffer was not mapped successfully. Is Windows running out of memory? Should I simply remove the NOTREACHED() here?
I have no idea why mapping a shared memory buffer is failing. It shouldn't fail. BrowserPlugin expects this to work...