Re: [webkit-dev] JavascriptCore and Multiple Threads

2011-05-18 Thread Geoffrey Garen
Hi Martijn. > i selected JavascriptCore over the competition because i read that > it's thread safe. Yes, with certain restrictions, JavaScriptCore can be used concurrently on multiple threads. > but, i can't get it to work from within threads with crashing. It's hard to diagnose exactly what'

[webkit-dev] JavascriptCore and Multiple Threads

2011-05-18 Thread Martijn Scheffer
I hope i'm sending this mail to the right address, forgive me if i'm wrong.. i selected JavascriptCore over the competition because i read that it's thread safe. but, i can't get it to work from within threads with crashing. the first version of my test was using one context, created with JSGlob