[Issue 8596] Indeterministic assertion failure in rehash

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Nov 12 16:56:22 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8596



--- Comment #12 from Walter Bright <bugzilla at digitalmars.com> 2012-11-12 16:56:17 PST ---
(In reply to comment #11)
> Created an attachment (id=1160) [details]
> valgrind output

Fixed the valgrind reported issue. It's definitely a corruption bug in the aa.c
code. Testing now.

If you want to try it out:

==============================
diff aa.bak aa.c
72c72
<                 delete en;
---
>                 delete [] en;
79c79
<         delete en;
---
>         delete [] en;
==============================

I love valgrind.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list