<div dir="ltr"><div><div class="">
> Similar thread in GCC ML: <a href="https://gcc.gnu.org/ml/gcc/2014-06/msg00023.html" target="_blank">https://gcc.gnu.org/ml/gcc/2014-06/msg00023.html</a> .<br>
> It looks like QEMU-user does not yet support the NORESERVE flag.<span class=""><font color="#888888"><br></font></span><br></div>
<br>Thanks! Applying this patch to qemu 2.0 fixed the mmap issue:<br><a href="http://lists.gnu.org/archive/html/qemu-devel/2014-02/msg00319.html">http://lists.gnu.org/archive/html/qemu-devel/2014-02/msg00319.html</a><br>
<br></div>I am still getting the segfault error, though.<br><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 4, 2014 at 2:41 AM, Yury Gribov <span dir="ltr"><<a href="mailto:y.gribov@samsung.com" target="_blank">y.gribov@samsung.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

Basically, ASan is unable to map the necessary shadow memory. You may want<br>
to dump the contents of /proc/self/maps and look if it conflicts<br>
with the range ASan is trying to use. errno 12 is ENOMEM. Are you sure you<br>
don't have constraints on the virtual memory your process can use?<br>
</blockquote>
<br></div>
Similar thread in GCC ML: <a href="https://gcc.gnu.org/ml/gcc/2014-06/msg00023.html" target="_blank">https://gcc.gnu.org/ml/gcc/<u></u>2014-06/msg00023.html</a> .<br>
It looks like QEMU-user does not yet support the NORESERVE flag.<span class=""><font color="#888888"><br>
<br>
-Y<br>
</font></span></blockquote></div><br></div></div>