https://d.puremagic.com/issues/show_bug.cgi?id=11925
--- Comment #2 from Iain Buclaw <[email protected]> 2014-01-14 15:07:53 PST --- What appears to happen at a cursory look: Array::remove => dim -= 1; Array::insert => realloc() corrupts array as no resize occurs [Next Loop] Array::remove => memmove causes ICE because 'dim' is no longer valid. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
