Status: New
Owner: ----

New issue 3808 by michele....@gmail.com: Array.prototype.slice.call hangs up on ARM
https://code.google.com/p/v8/issues/detail?id=3808

The issue is not so frequent and I've not found a way to reproduce it.

I'm using nodejs on a cluster of ARM based microserver and I've received a few errors like that one: [TypeError: undefined is not a function] Looking at my code I noticed that it was due to a call as the following one: Array.slice.prototype.call(arguments), and I was trying to figure out what was wrong there. After a few weeks I got the same error but this time it was within the code of nodejs, v0.10.35, file lib/timers.js, line 251. Again, a call like the following one: var args = Array.prototype.slice.call(arguments, 2); Because of the nature of the problem and the frequency with which it appears, it seems to be due to some kind of optimization but it could be related to the platform itself too.

I'm still trying to replicate it in order to give you the more help I can.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to