<div dir="ltr">My trivial Lazarus 1.4 application crashes whenever it prints a TBitMap on MAC. In _platform_memmove$VARIANT$sse4 it tries to execute MOVDQA (Move Aligned Double Quadword) with an unaligned address.<div><br></div><div style>I'd call it a bug as fpc uses unaligned addresses while the system(?) library does not. I need to fix it somehow... and know just a little about OSX. For more details see <a href="http://stackoverflow.com/q/30923914/581205">http://stackoverflow.com/q/30923914/581205</a></div><div style><span style="font-size:15.333333015441895px;line-height:12.666666984558105px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif"><br></span></div>It's similar to <a href="http://bugs.freepascal.org/view.php?id=25920">http://bugs.freepascal.org/view.php?id=25920</a>, but here I don't even know what library is the culprit.<div style><span style="font-size:15.333333015441895px;line-height:12.666666984558105px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif"><br></span></div><div style>Regards, Martin.</div></div>