[Issue 11370] core.simd segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 28 12:20:14 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=11370



--- Comment #1 from John Colvin <john.loughran.colvin at gmail.com> 2013-10-28 19:20:12 GMT ---
I'm not sure where the initial problem is, but by the time we've got down to
machine level we get this:

0x425f74:  movdqa 0x231454(%rip),%xmm0  # 0x6573d0 
0x425f7c:  movdqa %xmm0,0x231454(%rip)  # 0x6573d8

Which is clearly not ok. For a start, long2 isn't 8 bytes wide. The segfault is
probably a GP from the ensuing misaligned store.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list