[Issue 9466] Compiler crash with code-coverage generation with large files

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 9 02:51:57 PST 2013


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



--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> 2013-02-09 02:51:55 PST ---
Created an attachment (id=1184)
More reduced test case

If move the code line `int dummy = 0;` in cb.i from line 161 to 160, segfault
disappeared. The line number depends on minimum allocation size of calloc(). As
far as I see, currently it allocates at least 20 bytes (20 * 8 == 160 bit).

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