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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: