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

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #33 from github-bugzi...@puremagic.com 2013-02-10 10:08:18 PST --- Commit pushed to master at https://github.com/D-Programming-Language/druntime

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

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #34 from Alex R�nne Petersen a...@lycus.org 2013-02-10 19:10:04 CET --- This should be fixed now, yes? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because:

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

2013-02-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #35 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-02-10 10:21:23 PST --- (In reply to comment #34) This should be fixed now, yes? Yes, fixed in 2.061. -- Configure issuemail:

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

2012-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #31 from github-bugzi...@puremagic.com 2012-12-25 03:34:04 PST --- Commit pushed to master at https://github.com/D-Programming-Language/druntime

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

2012-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

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

2012-12-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #15 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 06:33:47 PST --- 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

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #16 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 06:48:59 PST --- Created an attachment (id=1171) procmon -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #17 from Andrej Mitrovic andrej.mitrov...@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

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #18 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 14:48:55 PST --- (In reply to comment #17) Hi, did you use druntime version 2.060 to reproduce the issue or did you use the latest druntime from the git master

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #19 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:19:25 PST --- I have a possible fix at: https://github.com/Ingrater/druntime/tree/pull8936 As I can't reproduce the issue, I can't tell if this actually fixes the issue.

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #20 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 15:22:56 PST --- (In reply to comment #19) I have a possible fix at: https://github.com/Ingrater/druntime/tree/pull8936 As I can't reproduce the issue, I can't

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #21 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:27:12 PST --- Could you compile the debug(PRINTF) version and post which search path is printed to the console? And with same results you mean it is still searching your

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #22 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 15:30:29 PST --- (In reply to comment #21) Could you compile the debug(PRINTF) version and post which search path is printed to the console? Search paths:

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #23 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:34:50 PST --- Where is your binary located? If you put it directly into the C:\ root then it obviously will have to search the whole C drive for pdbs. Kind Regards

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #24 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 15:37:20 PST --- (In reply to comment #23) Where is your binary located? If you put it directly into the C:\ root then it obviously will have to search the whole C

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #25 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:40:36 PST --- (In reply to comment #24) Why does it obviously have to search the entire drive? It doesn't do that in 2.059 and I get a nice stack trace. The whole point

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #26 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:45:28 PST --- (In reply to comment #24) I just commited a fix to https://github.com/Ingrater/druntime/tree/pull8936 can you please confirm it actuall works? Kind

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #27 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 15:50:27 PST --- (In reply to comment #26) (In reply to comment #24) I just commited a fix to https://github.com/Ingrater/druntime/tree/pull8936 can you please

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #28 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 15:54:51 PST --- (In reply to comment #27) (In reply to comment #26) (In reply to comment #24) I just commited a fix to

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #29 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-23 15:57:38 PST --- (In reply to comment #28) If I understood the documentation correctly the search paths are only for pdbs that are not directly referenced from the

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

2012-12-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #30 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-23 16:14:12 PST --- https://github.com/D-Programming-Language/druntime/pull/369 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

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

2012-12-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #14 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-08 01:45:46 PST --- This commit most likely broke things: https://github.com/D-Programming-Language/druntime/commit/939da7743126c773636a721a33288ac9a92c641f -- Configure

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

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 Benjamin Thaut c...@benjamin-thaut.de changed: What|Removed |Added CC|

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

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #10 from Denis Shelomovskij verylonglogin@gmail.com 2012-12-07 21:54:25 MSK --- (In reply to comment #9) I don't quite understand the issue here. Why is it a problem that is searches for appropriate .pdb files? Because the

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

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #11 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-07 11:42:05 PST --- (In reply to comment #10) (In reply to comment #9) I don't quite understand the issue here. Why is it a problem that is searches for appropriate

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

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #12 from Andrej Mitrovic andrej.mitrov...@gmail.com 2012-12-07 12:55:19 PST --- (In reply to comment #11) (In reply to comment #10) (In reply to comment #9) I don't quite understand the issue here. Why is it a problem that is

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

2012-12-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #13 from Benjamin Thaut c...@benjamin-thaut.de 2012-12-07 13:51:43 PST --- I have a improved version of the stacktrace class at: https://github.com/Ingrater/druntime/blob/master/src/core/sys/windows/stacktrace.d It's more similar

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

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 David Held d...@wyntrmute.com changed: What|Removed |Added CC||d...@wyntrmute.com ---

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

2012-11-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #5 from Denis Shelomovskij verylonglogin@gmail.com 2012-11-14 12:49:12 MSK --- (In reply to comment #4) Any idea what file it's looking for? Launching throw-C-release.exe with code from the second example from description:

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

2012-11-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #7 from Walter Bright bugzi...@digitalmars.com 2012-11-14 18:50:51 PST --- (In reply to comment #6) It's damn hard to find matching DMD+druntime+phobos versions that compile together for that pull so I can't test these out. Just

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

2012-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 Alex R�nne Petersen a...@lycus.org changed: What|Removed |Added CC||a...@lycus.org

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

2012-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

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

2012-11-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8936 --- Comment #3 from Denis Shelomovskij verylonglogin@gmail.com 2012-11-02 17:33:05 MSK --- Call stack (thanks OllyDbg): --- AddressStack Procedure / arguments 0012E578 7C90D77A Includes ntdll.KiFastSystemCallRet 0012E57C