[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 23 06:49:32 PST 2012


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



--- Comment #17 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-12-23 06:49:31 PST ---
(In reply to comment #15)
> I can not reproduce this. I even tried it on a windows XP machine with a very
> old version of dbghelp. What system did you run this on? Please post the
> version numbers of your dbghelp.dll and imagehlp.dll (in your Windows/System
> folder or Windows/sysWOW64 if you are using a x64 windows)
> 
> Kind Regards
> Benjamin Thaut

---
import std.file;

void main()
{
    chdir(`C:\`);
    try
        // Let's serach the whole C: drive!
        throw new Exception("Ex");
    catch { }
}
---

I've added just a partial log of sysinternals process monitor with a filter on
'test.exe' from the above example.

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