Status: New
Owner: ----
New issue 1446 by HairyOne42: V8 build errors, and Date() faulty
http://code.google.com/p/v8/issues/detail?id=1446
I'm running NodeJS 4.8
on a limited box, using
cat /proc/cpuinfo
Processor : ARM926EJ-Sid(wb) rev 0 (v5l)
BogoMIPS : 331.77
Features : swp half thumb fastmult edsp java
CPU implementer : 0x41
CPU architecture: 5TEJ
CPU variant : 0x0
CPU part : 0x926
CPU revision : 0
Cache type : write-back
Cache clean : cp15 c7 ops
Cache lockdown : format C
Cache format : Harvard
I size : 32768
I assoc : 1
I line length : 32
I sets : 1024
D size : 32768
D assoc : 1
D line length : 32
D sets : 1024
Hardware : MV-88fxx81
Revision : 0000
Serial : 0000000000000000
______________
my routine is simply :
new Date();
result:
Fri undefined NaN NaN 17:05.299808824e-315:21 GMT+1200 (GMT)
in calling node I used:
node --noenable-vfp3 --enable_armv7 (name of routine)
in doing a --log-all, it includes the following:
api,Date::New
code-creation,LazyCompile,0x42592340,224,"CreateDate native
apinatives.js:33",0x4235f99c,
code-creation,LazyCompile,0x42592420,448,"setTime native
date.js:771",0x4236e63c,
api,Date::New
code-creation,LoadIC,0x425925e0,84,"$Date"
code-creation,LoadIC,0x425925e0,84,"$Date"
code-creation,CallIC,0x42592640,152,"setTime"
code-creation,CallIC,0x425926e0,116,"ToNumber"
code-creation,CallIC,0x42592760,116,"TimeClip"
code-creation,CallIC,0x425927e0,116,"$isFinite"
code-creation,LoadIC,0x42592860,84,"$NaN"
code-creation,LoadIC,0x42592860,84,"$NaN"
api,Date::New
api,CloseHandleScope
Thats about it for the date part ( I have no idea what else to do !!)
I did get problems at compile time (during install of NodeJS)
nodejs - no errors, but
during compile of V8 part - resulted in about 8 errors in different places
- always 'illegal instruction'.
Ran 'Make' again and it went on to the next error (untill the end)
everything else appears to be working, except the date()
even new Date(2011,6,5,4,3,2) comes up as 'Invalid Date'.
I'm running a DNS323, with ffp ( a debian minimal build)
an OLD compiler gcc 4.1.3,
can't think what else I need to say or add!!
HELP
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev