hello everyone, 

In my code  when i am calling JS_INIT()/other_stuff/JS_SHUTDOWN() for per 
thread processing it is crashing .
when i am moving JS_INIT to be called only when process is coming up . its 
working fine . but now memory is keep increasing . 

I am calling other function related to JS_NewRuntime()/JS_NewContext()/ 
----prcocesing ---/JS_DestroyContext()/JS_DestroyRuntime() per thread.

first i thought, i haven't build spider monkey in threadsafe manner in windows 
. but it turned out JS_THREADSAFE has been removed . and all builds are by 
default threadsafe. 

please provide your suggestion regarding this issue .

spider-monkey : 45 
environment : Windows
 
thanks

_______________________________________________
dev-tech-js-engine-internals mailing list
dev-tech-js-engine-internals@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to