Re: How to create multiple contexts in different threads?
| Newsgroups | gmane.comp.mozilla.devel.jseng |
|---|---|
| Message-ID | <[email protected]> |
On Wednesday, March 30, 2016 at 9:09:46 PM UTC+2, [email protected] wrote: > PR_GetCurrentThread () also returns 0. That should not happen according to the documentation. I added an assertion in isLock to make sure it was not because gdb and it fails: Assertion failure: PR_GetCurrentThread()!=nullptr, at /home/clement/src/mozilla-esr38/js/src/vm/HelperThreads.cpp:537 Any idea about why this happens? Should I ask on a NSPR mailing list instead?