I'm not sure if this is the right audience, but I'm dealing with a rather strange problem. I'm working on a project using node on windows 10. I wrote an addon for node, wich loads a driver DLL. During initial tests, I load the dll and call its two basic functions, "GetDescription" and "GetVersion", both returing const char*s. Everything works fine, except for the fact the node server crashes after one second or so (even if I don't call any function).
A little debugging and I got to the DoubleToSmiInteger function, its generating an unhandled exception when it gets a NAN double value. After I added a little test for NAN and rebuilt V8, everything seems to work fine. I'm still working on the details (such as why the NAN gets there), but I wanted to know more about the best course of action right now. Should I go all the way to submit a patch? Is this report enough? Thanks! -- -- v8-dev mailing list [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/dbe2ac7a-701a-4dbc-b893-c13a42e69e90%40googlegroups.com.
