Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Math.pow crashes on machines without SSE2 (V8 issue #6736006) #829

Closed
orospakr opened this issue Mar 25, 2011 · 7 comments
Closed

Math.pow crashes on machines without SSE2 (V8 issue #6736006) #829

orospakr opened this issue Mar 25, 2011 · 7 comments
Labels

Comments

@orospakr
Copy link

http://codereview.chromium.org/6736006/

@bminer
Copy link

bminer commented Jul 8, 2011

Confirmed on Node 0.4.9 on Ubuntu Natty i386. Please fix this. ;(

@japj
Copy link

japj commented Jul 9, 2011

@ry it seems this bugfix has landed in the v8 3.1 tree at http://code.google.com/p/v8/source/detail?r=8577
Updating v8 to 3.1.8.26 in the node 0.4 tree should solve this issue.

@japj
Copy link

japj commented Jul 10, 2011

@ry this issue is solved in the master tree, but as stated above not yet in the 0.4 branch

@japj
Copy link

japj commented Jul 16, 2011

can we try to get v8 3.1.8.26 in node v0.4.10?

@koichik
Copy link

koichik commented Jul 16, 2011

I think so. @ry usually 'upgrade V8' before 'Bump to v0.4.x'.

@bnoordhuis
Copy link
Member

Cherry-picked patch from upstream into the v0.4 branch so this will be fixed in v0.4.10.

I've tested it on i386 freebsd. If someone can confirm that it works on i386 linux too, that'd be awesome.

@bminer
Copy link

bminer commented Jul 23, 2011

Node 0.4.10 working on i386 Ubuntu Natty Linux. Thanks again to everyone working quickly to get this resolved!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants