8505

Dmitry Olshansky dmitry.olsh at gmail.com
Wed Dec 26 14:38:56 PST 2012


12/27/2012 2:12 AM, Walter Bright пишет:
> On 12/26/2012 7:30 AM, Russel Winder wrote:
>> Issue 8505 remains a threads regression problem as far as I can see.
>> Works fine with LDC2 and DMD 2.059, fails dismally with DMD 2.060.
>>
>> http://d.puremagic.com/issues/show_bug.cgi?id=8505
>>
>
> I know this is asking a lot, but very few people understand threads well
> enough to investigate this. Would you be willing to?

By looking at the code I see it's almost the same as in issue 8774.
http://d.puremagic.com/issues/show_bug.cgi?id=8774
I think the root case is exactly the same - stack corruption with a 
nested closure.

So if you have some time I'd ask you to take a look at 8774 as there are 
no threads nor standard library involved in the latest reduced test-case 
that was derived from similar code.

Anyway I'm going to investigate 8505 too.

-- 
Dmitry Olshansky


More information about the Digitalmars-d mailing list