[Swift-devel] hang checker updates

Mihael Hategan hategan at mcs.anl.gov
Sat Jul 14 01:16:47 CDT 2012


I think mike requested swift stack traces in the hang checker instead of
cryptic thread ids. That's in now.

Also in is a dependency loop detector in the hang checker. It doesn't
detect static cycles, but ones that actually cause a hang. I'm not sure
how well it works for real life situations, but I can confirm it works
for simple things like a = f(b); b = f(a);. Please give it a shot.




More information about the Swift-devel mailing list