Thread overview | ||||||
---|---|---|---|---|---|---|
|
May 03, 2012 [D-runtime] druntime regression in startup code | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=7995 Anyone want to take a look at what went wrong here? _______________________________________________ D-runtime mailing list D-runtime@puremagic.com http://lists.puremagic.com/mailman/listinfo/d-runtime |
May 05, 2012 Re: [D-runtime] druntime regression in startup code | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | Theres the other regression regarding exceptions thrown from fibers not working in Windows. Both really need to be looked at, and I'm short on time. I'm going to start adding unittests to core.thread to catch some of these issues the next time they happen, but I don't want to break everything by adding them right now. Anyone who's been contributing to core.thread care to look into these two issues? On May 3, 2012, at 10:39 PM, Walter Bright <walter@digitalmars.com> wrote: > http://d.puremagic.com/issues/show_bug.cgi?id=7995 > > Anyone want to take a look at what went wrong here? > _______________________________________________ > D-runtime mailing list > D-runtime@puremagic.com > http://lists.puremagic.com/mailman/listinfo/d-runtime _______________________________________________ D-runtime mailing list D-runtime@puremagic.com http://lists.puremagic.com/mailman/listinfo/d-runtime |
May 05, 2012 Re: [D-runtime] druntime regression in startup code | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | On 5 May 2012, at 17:40, Sean Kelly wrote: > Theres the other regression regarding exceptions thrown from fibers not working in Windows. Do you mean this one? http://d.puremagic.com/issues/show_bug.cgi?id=7938 Seems like it only happens while debugging, and I can't reproduce it even within VisualD – I'm afraid I'm not of much help here. David _______________________________________________ D-runtime mailing list D-runtime@puremagic.com http://lists.puremagic.com/mailman/listinfo/d-runtime |
May 05, 2012 Re: [D-runtime] druntime regression in startup code | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sean Kelly | On 5 maj 2012, at 17:40, Sean Kelly wrote: > Theres the other regression regarding exceptions thrown from fibers not working in Windows. Both really need to be looked at, and I'm short on time. I'm going to start adding unittests to core.thread to catch some of these issues the next time they happen, but I don't want to break everything by adding them right now. > > Anyone who's been contributing to core.thread care to look into these two issues? > >> http://d.puremagic.com/issues/show_bug.cgi?id=7995 >> >> Anyone want to take a look at what went wrong here? Replying to this email since I hadn't signed up to the mailing list before. Pull request: https://github.com/D-Programming-Language/druntime/pull/205 -- /Jacob Carlborg _______________________________________________ D-runtime mailing list D-runtime@puremagic.com http://lists.puremagic.com/mailman/listinfo/d-runtime |
Copyright © 1999-2021 by the D Language Foundation