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


[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX


--- Comment #4 from [email protected] 2012-12-20 14:48:48 PST ---
Found the cause of this bug. It's a stack overflow caused by the transient
range struct using a large static array as buffer: it just takes a few copies
of this struct (since structs are passed by value) to overflow the stack, upon
which memory corruption starts happening.

The solution is to make TransientRange._buf a dynamic array whose length is
initialized in this(), instead of a static array.

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

Reply via email to