[Issue 9822] Segfault when referencing module-global auto variable containing result of std.algorithm.map.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon May 27 21:40:28 PDT 2013


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


hsteoh at quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
            Summary|cartesianProduct broken for |Segfault when referencing
                   |array literals              |module-global auto variable
                   |                            |containing result of
                   |                            |std.algorithm.map.


--- Comment #4 from hsteoh at quickfur.ath.cx 2013-05-27 21:40:27 PDT ---
Retitled this bug based on bearophile's reduction, and comparison of the
disassembly of buggy version (result assigned to module-global variable) vs.
non-buggy version (result assigned to local variable); this looks like a
wrong-code bug.

-- 
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