On Sat, Jan 1, 2011 at 7:10 PM, Adam D. Ruppe <span dir="ltr"><<a href="mailto:destructionator@gmail.com">destructionator@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<div class="im">Robert Clipsham wrote:<br>
> Don't suppose you've got a test case which will reproduce this?<br>
<br>
</div>===<br>
import std.variant;<br>
<br>
void main() {<br>
        string a, b;<br>
        Variant[string] v;<br>
<br>
        v[a] = b;<br>
}<br>
===<br>
<br>
I'm almost certain I've seen something similar in the bugzilla<br>
before, but I can't find it now. I find that thing to be<br>
incredibly hard to search.<br>
<br>
My DMD is also a release or two behind, so it might already<br>
be fixed. (I only update dmd when I'm a few days ahead on my<br>
work, just in case I have to deal with a regression or breaking<br>
change. While they haven't bothered me for many months now, I<br>
still lag a bit to avoid the risk of breaking my production build<br>
when the schedule is already packed.)<br>
</blockquote></div><br>No segfault on Fedora 14, DMD 2.051.  Maybe updating will do the trick.<br>