[Issue 7938] Stack overflow/access violation when throwing exceptions from fibers

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7938 Andrew Lauritzen changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7938] Stack overflow/access violation when throwing exceptions from fibers

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7938 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #6 f

[Issue 7938] Stack overflow/access violation when throwing exceptions from fibers

2012-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7938 --- Comment #5 from Andrew Lauritzen 2012-04-18 22:07:53 PDT --- Hmm so interestingly I can only seem to repro the access violation portion of this when breaking in the debugger, and since I'm using VisualD, etc. for that this may not actually

[Issue 7938] Stack overflow/access violation when throwing exceptions from fibers

2012-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7938 --- Comment #4 from Andrew Lauritzen 2012-04-18 21:46:38 PDT --- Upon some further messing around, I'm starting to wonder whether this has something to do with placing breakpoints as well. I've definitely seen issues without that, but in the s

[Issue 7938] Stack overflow/access violation when throwing exceptions from fibers

2012-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7938 --- Comment #3 from Andrew Lauritzen 2012-04-18 21:28:03 PDT --- Hmm yeah that was a portion pasted into a large file - should have been independent, but here we go with a separately tested case: import core.thread; import std.stdio; class A

[Issue 7938] Stack overflow/access violation when throwing exceptions from fibers

2012-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7938 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 7938] Stack overflow/access violation when throwing exceptions from fibers

2012-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7938 --- Comment #2 from Don 2012-04-18 21:13:59 PDT --- I can't reproduce this. If I wrap the example in this import core.thread; void main() { ...code from comment 0... } it works fine. But maybe that's different to what you've done. Please pr