jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

problem with Math->nextafter or ecmascript.b #299

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'v launched Charon, it freezes, and I'v got a message from emu:

[$Math] Broken: "sys: fp: exception status=0000 pc=0x495f8"

Debugger shows me

math->nextafter(0., 1.)

call from ecmascript.b

OS: OSX 10.8

I wrote some simple test program (in attachment), but I don't know is problem 
in math or ecmascript (and ho to fix it =) ).

Paths:
/libmath/fdlibm/s_nextafter.c
/appl/lib/ecmascript/ecmascript.b

Original issue reported on code.google.com by andrey.s...@gmail.com on 28 Jun 2013 at 12:48

Attachments: