[Issue 7478] stack overflow compiling with -deps -release -inline	(Windows only)
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Apr  5 06:14:55 PDT 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=7478
Don <clugdbug at yahoo.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|segfault(attrib.c)          |stack overflow compiling
                   |compiling with -deps        |with -deps -release -inline
                   |-release -inline            |(Windows only)
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2012-04-05 06:15:31 PDT ---
I can reproduce this on Windows7, but not on Linux64.
This is the worst heisenbug I've ever seen. Although it's possible to reduce
the test case a bit, the reduction makes no sense -- changing an unused list of
anonymous enums from 9 to 8 items makes the bug go away, for example.
It seems to be either a stack overflow or an out of memory condition, because
the faulting location jumps around if you make changes to the test case.
Worse, some changes don't just crash; they cause the windows command prompt to
hang afterwards.
-- 
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