[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 15:54:52 PST 2012


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



--- Comment #28 from Benjamin Thaut <code at 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 https://github.com/Ingrater/druntime/tree/pull8936
> > can you please confirm it actuall works?
> 
> Yes it works now, and the search path is now:
> 
> Search paths: C:\WINDOWS;
> 
> Thanks for your work!
> 
> Before your latest commit I was going to recommend to try making the code
> search the Windows folder before it searches the local path. So e.g. in that
> commit before where I've had:
> 
> Search paths: C:;C:\WINDOWS;
> 
> maybe the simple fix would be to put the local path last:
> 
> Search paths: C:\WINDOWS;C:;

If I understood the documentation correctly the search paths are only for pdbs
that are not directly referenced from the executables. For example when you use
the microsoft symbol store. Specifying the path of the executable should not be
neccessary at all to get correct stack traces.

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