<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - OSX: EXC_BAD_ACCESS when using translate_sse + gallium + softpipe/llvmpipe"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90904#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - OSX: EXC_BAD_ACCESS when using translate_sse + gallium + softpipe/llvmpipe"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90904">bug 90904</a>
from <span class="vcard"><a class="email" href="mailto:julien.isorce@gmail.com" title="Julien Isorce <julien.isorce@gmail.com>"> <span class="fn">Julien Isorce</span></a>
</span></b>
<pre>(In reply to José Fonseca from <a href="show_bug.cgi?id=90904#c2">comment #2</a>)
<span class="quote">> diff --git a/src/gallium/auxiliary/rtasm/rtasm_execmem.c
> b/src/gallium/auxiliary/rtasm/rtasm_execmem.c
> index 8c3dbef..f935879 100644
> --- a/src/gallium/auxiliary/rtasm/rtasm_execmem.c
> +++ b/src/gallium/auxiliary/rtasm/rtasm_execmem.c
> @@ -49,7 +49,7 @@
> #include <windows.h>
> #endif
>
> -#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) ||
> defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HAIKU) || defined(PIPE_OS_CYGWIN)
> +#if defined(PIPE_OS_LINUX) || defined(PIPE_OS_BSD) ||
> defined(PIPE_OS_SOLARIS) || defined(PIPE_OS_HAIKU) ||
> defined(PIPE_OS_CYGWIN) || defined(PIPE_OS_APPLE)
> </span >
Ah great I see now, I tested your later solution and it works! Thx</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>