This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Alignment of stack traces
- To: "Boehm, Hans" <hans_boehm at hp dot com>
- Subject: Re: Alignment of stack traces
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Wed, 28 Feb 2001 22:19:20 -0500 (EST)
- cc: "'java at gcc dot gnu dot org'" <java at gcc dot gnu dot org>
On Wed, 28 Feb 2001, Boehm, Hans wrote:
> Why does this work on Alpha? Do stack traces print correctly there?
No. Since the backtrace function has never worked on Alpha, we never
got to the problem memcpy.
Jeff