[Bug libc/12123] SIGBUS on strstr_sse42 due to bad alignment

schwab@linux-m68k.org sourceware-bugzilla@sourceware.org
Tue Oct 26 15:12:00 GMT 2010


http://sourceware.org/bugzilla/show_bug.cgi?id=12123

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Host|                            |i686-*-linux*

--- Comment #7 from Andreas Schwab <schwab@linux-m68k.org> 2010-10-26 15:12:33 UTC ---
How did you configure glibc?  Normally glibc maintains at most 8 byte stack
alignment internally.  But even if the stack is 16 byte aligned -0x34(%ebp)
cannot be correctly aligned since ebp points 8 bytes into the stack frame.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Glibc-bugs mailing list