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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 7 13:51:45 PST 2012


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



--- Comment #13 from Benjamin Thaut <code at 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 to the unix interface as you can first query a list of
addresses and then resolve it later. This might fix the issue as the resolving
of the symbols could be delayed until it actually needs to be printed instead
resolving at throw time. I'm also no longer calling SymInitialize with NULL, so
this should fix the other issue too.

I wanted to do a pull request for this soon, but I currently don't have time
for it. So if it is super critical someone else might want to do it. 

All the version(NOGCSAFE){...} parts can just be removed from the file.

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