This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: 'thread stack pointer out of range'? -- solved?


"Boehm, Hans" <hans_boehm@hp.com> writes:
> 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.

Do you think that you could put this patch into the 3.1.1 branch? It
closes to non-documentation patches in four days.

>From what I can tell, it will solve the problem -- Winsock is using SP
for another stack, not for random data storage. So hard-to-detect
conditions like the SP being off by one should never occur.

  - a

-- 
Sick of HTML user interfaces?
www.xwt.org

"disappointing retail sales figures suggest to some that America's love
 affair with retail therapy may be over."    -- _The Economist_, 19-Jun


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