I've used UMDH a dozen times before, never with any problem.
Suddenly I don't get a function names in the stack traces in my dump files - just a series of addresses.
I've got ust enabled:
gflags exe_name +ust
I start exe_name, then I do
umdh -p:pid one.txt umdh -p:pid two.txt
I look at one.txt and two.txt and they have no indications of where these are coming from. When I do the diff
umdh one.txt two.txt > diff.txt
the result is not useful.
Help, I love this tool.