http://d.puremagic.com/issues/show_bug.cgi?id=8596
deadalnix <deadal...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #4 from deadalnix <deadal...@gmail.com> 2012-11-12 12:20:48 PST --- (In reply to comment #3) > The assert happens when more than one item in the hash table has the same key. > A hash table may only have one item per key. > > It would be helpful if you could run it under linux or osx, compile dmd with > -g, and get a stack trace. I fail to trigger the error when using gdb. Seems like gdb is influencing on what does trigger the error. The error trigger as well when dmd is compiled with -g . Looks like a race condition. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------