starwing / luautf8

a utf-8 support module for Lua and LuaJIT.
MIT License
406 stars 67 forks source link

Access violation in multithreaded app #18

Closed rinart73 closed 4 years ago

rinart73 commented 6 years ago

I'm trying to use your dll (which I sucessfully compiled) in multithreaded C/C++/Lua app. And I'm getting Access violation error. I'm new to this, so my question is: Does your dll supports this? Is there a way to fix this error?

starwing commented 6 years ago

Do you have a test case to show it? It seems that I don't change any global variables. So this dll shouldn't produce a crash.

starwing commented 4 years ago

close as no further reply