nodejs-mobile / nodejs-mobile

Full-fledged Node.js on Android and iOS
https://nodejs-mobile.github.io
Other
458 stars 44 forks source link

Nodejs mobile + Qt android full c++ #100

Open jhay06 opened 1 month ago

jhay06 commented 1 month ago

Hi , would like to check if someone here successfully use nodejs mobile together with Qt Mobile i run char* node_env[]={ "node","-e","console.log('hello world');" } node::Start(3, node_env); in my main.cpp

but the app crash immediately as soon as the app loads

and get below error F libc : ../deps/uv/src/unix/proctitle.c:58: assertion "process_title.len + 1 == size" failed F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 2137 (QThread), pid 2100 (ple.appsampeweb)