PR_GetThreadID() fails with SEGV

Jon Leighton <[email protected]> Fri, 12 Jun 2009 22:17:13 -0400
Newsgroups gmane.comp.mozilla.devel.nspr
Message-ID <[email protected]>
I'm using NSPR 4.8 on Solaris 5.10, and OpenSolaris 5.11, and if I call 
PR_GetThreadID(PR_GetCurrentThread()), it fails with SEGV.  The same 
code works fine on a number of other platforms.  Is there an issue with 
PR_GetThreadID() on Solaris/OpenSolaris, or something different I need 
to do?  Thanks for any help.

- Jon