Bug#642762: xulrunner-6.0: console flooded with unaligned access messages on ia64 (IA-64/IPF/Itanium) platform

Mike Hommey mh at glandium.org
Wed Sep 28 06:47:22 UTC 2011


On Tue, Sep 27, 2011 at 10:32:17PM +0200, Émeric Maschino wrote:
> 2011/9/27 Mike Hommey <mh at glandium.org>:
> > Could you add the output for "disassemble" and "info registers" ?
> >
> > Mike
> 
> Sure! Please find the attached gdb.txt.

Thanks so in fact the error is on the next line, and is due to this
code:
  inline PRBool Equals(const nsID& other) const {
    return
      ((PRUint64*) &m0)[0] == ((PRUint64*) &other.m0)[0] &&
      ((PRUint64*) &m0)[1] == ((PRUint64*) &other.m0)[1];
  }

Mike





More information about the pkg-mozilla-maintainers mailing list