Issue 95: Mozilla test regress-360681-01 fails
http://code.google.com/p/v8/issues/detail?id=95
Comment #1 by christian.plesner.hansen:
It turns out that the new sort may recurse infinitely if the given
comparison function is not well-behaved. The
problem can be reproduced by doing
[1, 2].sort(function () { return 1; });
Sigh. Why must there always be a problem?
--
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
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---