This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: 'thread stack pointer out of range'?
On Tue, Jun 25, 2002 at 02:16:17PM -0700, Adam Megacz wrote:
>
> I can confirm that this occurs when linking only against GDI32,
> WSOCK32, WS2_32, and COMDLG32, all part of Microsoft Windows. This is
> on Win98
I've had this message popup once on one of our test machines - it was
running Win98 SE. The only other library we link against is opengl32.
> That's going to be a problem -- this error is most common during XWT's
> startup phase, when it's downloading from the net. This leads me to
> believe that it may be the socket read()/write() routines that are
> doing this.
hmm.. that's interesting - it occured for us while the client was
downloading data from the server - so you might be onto something
there.
I haven't been able to spend any time on gcj for the last month
( I've been working on a opengl -> dx7 port - not something I've
enjoyed ), but will be back on gcj in about 2 weeks.
Adam K