This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcc-3.1's Array_3, Invoke_1, PR218, and Throw_2 failures on sparc32-linux
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Christian Jönsson <christian at j-son dot org>
- Cc: java <java at gcc dot gnu dot org>, "David S. Miller" <davem at redhat dot com>
- Date: Mon, 13 May 2002 12:50:24 +1200
- Subject: Re: gcc-3.1's Array_3, Invoke_1, PR218, and Throw_2 failures on sparc32-linux
- References: <20020512073241.GA15906@j-son.org>
Christian Jönsson wrote:
>These are backtraces of the Array_3, Invoke_1, PR218, and Throw_2 execution
>from bytecode->native test:
>
Well, these backtraces arn't really interesting - the SEGVs are supposed
to happen. The reason why these test cases fail is that something is
going wrong when throwing NullPointerException from the SEGV handler.
David Miller worked on this for sparc linux recently and it is supposed
to work, but it looks like it doesn't in your case. Perhaps you can work
with him to diagnose this further.
regards
Bryce.