This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

thread initialization



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]