<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 22, 2016 at 8:27 PM, Aaron Watry <span dir="ltr"><<a href="mailto:awatry@gmail.com" target="_blank">awatry@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Tue, Nov 22, 2016 at 2:48 PM, Matt Turner <span dir="ltr"><<a href="mailto:mattst88@gmail.com" target="_blank">mattst88@gmail.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"><span class="m_-5449809815125871728gmail-">On 11/22, Aaron Watry wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
disk_cache_get returns void*, but we were storing/comparing a char*.<br>
<br>
Signed-off-by: Aaron Watry <<a href="mailto:awatry@gmail.com" target="_blank">awatry@gmail.com</a>><br>
---<br>
Note that this did, and still, segfaults for me when I actually run it...<br>
</blockquote>
<br></span>
Strange. It passes for me.<span class="m_-5449809815125871728gmail-"><br></span></blockquote></span></div></div></div></blockquote><div><br></div><div>A post-mortem in case someone else runs into it.  This ended up being a local environment issue.<br></div><div><br>In stepping through the disk_cache.c code, I found that getpwuid_r is failing to find my passwd entry. My current login account is coming from an active directory server (and therefore doesn't actually have an entry in /etc/passwd).<br><br></div><div>It worked fine on 64-bit, but failed on 32-bit.  A little searching led me to discover that libnss-sss:i386 was missing. I installed that, and this test is passing now.<br><br></div><div>Sorry for the noise, and the review on the other two patches.<br><br></div><div>--Aaron<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="m_-5449809815125871728gmail-"></span></blockquote><div><br></div></span><br></div></div></div></blockquote></div><br></div></div>