Skip to content

Commit

Permalink
Update faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang authored Jan 4, 2024
1 parent 7b48ed9 commit 1476f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/unreal/zhcn/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ sudo xattr -r -d com.apple.quarantine *.dylib

注意是概率报,不是必报,这种情况通常是因为多线程访问了FJsEnv,可以尝试在JsEnv.Build.cs中加入THREAD_SAFE宏看能否解决。

ps:以上是v8后端的的现象和解决方案,qjs后端如果多线程访问有可能会抛个没有文件信息的异常<unknow>:-1,而且qjs后端目前不支持多线程
ps:如果是必报,应该是js代码中有递归死循环了。
ps:以上是v8后端的的现象和解决方案,qjs后端如果多线程访问有可能会抛个没有文件信息的异常`<unknow>:-1`,而且qjs后端目前不支持多线程
ps:如果是必报,应该是js代码中有递归死循环了。

0 comments on commit 1476f2d

Please sign in to comment.