This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: __memcpy_sse2_unaligned on non-8-byte aligned pointer


On Thu, Jul 09, 2015 at 09:51:54AM +0200, Stephan Bergmann wrote:
> On 07/09/2015 09:38 AM, OndÅej BÃlka wrote:
> >Could you check with valgrind first? This is probably just a invalid src
> >pointer. Basically all string functions use these loads
> >so alignment checking so it would be bigger problem.
> 
> I cannot reproduce that problem myself.  All I've got is that
> third-party crash report, from which I'm trying to draw conclusions.

Then ask to reproducible example with valgrind, I am 99.9% sure that it
will find problem. If alignment checking caused that then it needed to
be enabled shortly before crash as 40% of calls are unaligned.


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