This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: 'thread stack pointer out of range'? -- solved?
- From: "Boehm, Hans" <hans_boehm at hp dot com>
- To: "'Adam Megacz '" <gcj at lists dot megacz dot com>, "''java at gcc dot gnu dot org' '" <java at gcc dot gnu dot org>
- Date: Tue, 25 Jun 2002 21:38:12 -0700
- Subject: RE: 'thread stack pointer out of range'? -- solved?
Minor correction/clarification:
The patch originally came form Jonathan Clark. He also seemed to be primarily concerned with the case in which sp is set to point to an alternate stack.
Hans
-----Original Message-----
From: Adam Megacz
To: 'java@gcc.gnu.org'
Sent: 6/25/02 3:17 PM
Subject: Re: 'thread stack pointer out of range'? -- solved?
...
This suggests that Hans' aforementioned fix which works when SP is off
by "a lot" should be sufficient -- WinSock is flipping over to an
entirely different stack. I'm not quite sure what the author means
here by "making a dummy WinSock call", though. I'll try to contact him.
- a