Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NodeJS Mobile in Qt Android Mobile #356

Open
jhay06 opened this issue Mar 22, 2024 · 0 comments
Open

NodeJS Mobile in Qt Android Mobile #356

jhay06 opened this issue Mar 22, 2024 · 0 comments

Comments

@jhay06
Copy link

jhay06 commented Mar 22, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant