You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using powerpc-440-linux-gnu compiler (version 5.2.0) and Linux v3.6.7.
When I run nodejs I get the following errors:
Exception thrown during bootstrapping
Extension or internal compilation error: MakeTypeError.
Segmentation fault
from gdb:
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /mnt/data/node/bin/node
warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
[New LWP 665]
[New LWP 666]
[New LWP 667]
[New LWP 668]
Exception thrown during bootstrapping
Extension or internal compilation error: MakeTypeError.
Program received signal SIGSEGV, Segmentation fault.
0x103ea31c in v8::Context::Enter() ()
(gdb) info stack
#0 0x103ea31c in v8::Context::Enter() ()
#1 0x10a13460 in node::CreateEnvironment(v8::Isolate*, uv_loop_s*, v8::Local<v8::Context>, int, char const* const*, int, char const* const*) ()
#2 0x10a13c84 in node::Start(int, char**) ()
#3 0x0fac94bc in generic_start_main.isra () from /lib/libc.so.6
#4 0x0fac9658 in __libc_start_main () from /lib/libc.so.6
#5 0x00000000 in ?? ()
(gdb) info threads
Id Target Id Frame
5 LWP 668 "V8 WorkerThread" 0x0fc4e884 in do_futex_wait.constprop () from /lib/libpthread.so.0
4 LWP 667 "V8 WorkerThread" 0x0fc4e884 in do_futex_wait.constprop () from /lib/libpthread.so.0
3 LWP 666 "V8 WorkerThread" 0x0fc4e884 in do_futex_wait.constprop () from /lib/libpthread.so.0
2 LWP 665 "V8 WorkerThread" 0x0fc4e884 in do_futex_wait.constprop () from /lib/libpthread.so.0
* 1 LWP 664 "node" 0x103ea31c in v8::Context::Enter() ()
(gdb)
And I tried Nodejs v6.3.2-pre, I got the following errors:
/mnt/data/node/bin # ./node
bootstrap_node.js:362
var script = new ContextifyScript(code, options);
^
TypeError: options.cachedData must be a Buffer instance
at TypeError (native)
at runInThisContext (bootstrap_node.js:362:18)
at NativeModule.compile (bootstrap_node.js:450:16)
at Function.NativeModule.require (bootstrap_node.js:396:18)
at startup (bootstrap_node.js:13:37)
at bootstrap_node.js:467:3
How can I fix this problem?
Thanks!
The text was updated successfully, but these errors were encountered:
I try to run nodejs (v.4.4.7 and v6.3.2) on PPC 440EP in simulator mode (with -DUSE_SIMULATOR=1):
Hardware info:
Software info:
I'm using powerpc-440-linux-gnu compiler (version 5.2.0) and Linux v3.6.7.
When I run nodejs I get the following errors:
from gdb:
from mtrace:
And I tried Nodejs v6.3.2-pre, I got the following errors:
How can I fix this problem?
Thanks!
The text was updated successfully, but these errors were encountered: