[Issue 6329] Out of range exceptions not thrown in certain cases

2014-08-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6329 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 6329] Out of range exceptions not thrown in certain cases

2013-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Josh moonbur...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #14 from SomeDude lovelyd...@mailmetrash.com 2012-06-06 02:43:34 PDT --- On 2.059 Windows and Linux 32 bit, the problem seems solved. However the (No error) message is uninformative. -- Configure issuemail:

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #15 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-06-06 04:21:49 PDT --- (In reply to comment #13) The problem seems solved with 2.059 Win32. I can see the errors with or without -g. I don't think it's solved, the

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-05-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 SomeDude lovelyd...@mailmetrash.com changed: What|Removed |Added CC|

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #11 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-04-07 13:41:00 PDT --- I've run into this issue yet again. And I've noticed something: If I compile with '-g' then I get the exception thrown. Otherwise nothing is thrown and

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #9 from Walter Bright bugzi...@digitalmars.com 2012-03-03 20:21:31 PST --- (In reply to comment #0) import std.stdio; import std.file; void main() { foreach (string entry; dirEntries(., SpanMode.shallow)) {

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-10-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #7 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-10-12 16:35:00 PDT --- Here's more issues, this time the sample tries to write to a file handle that was opened in read-only mode: import std.stdio; import std.file; void

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-09-08 09:19:09 PDT --- (In reply to comment #2) Created an attachment (id=1022) [details] Error messages 2.055 still prints out excessive error messages. I'm sorry, not

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-09-08 09:18:00 PDT --- Created an attachment (id=1022) Error messages 2.055 still prints out excessive error messages. -- Configure issuemail:

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #4 from Vladimir Panteleev thecybersha...@gmail.com 2011-09-08 09:23:06 PDT --- It doesn't happen on my machine. Have you updated DMD/Phobos/Druntime properly? -- Configure issuemail:

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2011-09-08 09:28:29 PDT --- Typically I install DMD fresh to make sure I didn't screw something up while updating. I can confirm adding -g removes the access violations. --

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-07-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED