<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Crash (segfault) in snd_pcm_area_silence()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=51060#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Crash (segfault) in snd_pcm_area_silence()"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=51060">bug 51060</a>
              from <span class="vcard"><a class="email" href="mailto:jana@saout.de" title="Jana Saout <jana@saout.de>"> <span class="fn">Jana Saout</span></a>
</span></b>
        <pre>I've had this problem too and the problem only occurs with -ftree-vectorize.

It looks to me as if this is a gcc bug, as it produces a "movdqa" or "vmovdqa"
instruction which is used with an unaligned pointer.

Now, I have no clue why gcc assumes the pointer would be an aligned one, maybe
it is even right and something else is wrong, but I haven't spent too much time
digging into this.

(note that it still happens with gcc 4.7 and the current 4.8 development one)

Also, this bug should probably be brought up with the alsa guys as well, as I
don't think pulseaudio is at fault here.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>