thread initialization

Thomas Reilly treilly@allaire.com
Thu Jul 8 04:56:00 GMT 1999


I'm trying to use gcj produced code that's linked into a shared
library and loaded into a program using runtime linking.  I'm getting
a segmentation fault because currentThread returns null.  I looked
around but couldn't find the code that initializes the _Jv_OnlyThread
global variable.  I'm assuming there's some code somewhere that
bootstraps a java::lang::Thread object off the primordial thread.  If
someone could point me to it that would be much appreciated.

--
Tom Reilly
Allaire, Inc
http://www.allaire.com


More information about the Java mailing list