Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 2045 by [email protected]: Google Maps are broken with V8 3.9.24.1
http://code.google.com/p/v8/issues/detail?id=2045

Open Google Maps link (e.g. http://g.co/maps/vwxjs ) while logged into some google account.

Observe "An error has occurred while loading the application. Please reload the page." bar and "Uncaught TypeError: Cannot read property '__e_' of undefined" message on the console.

Disabling Crankshaft with --nocrankshaft fixes the problem.

Quick debugging indicates that the problem might be related to f.apply(o, arguments) optimization as an argument value is lost (becomes undefined) and there is smth.apply(..., arguments) on the stack above.

--noinline-arguments also fixes the problem.



--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to