https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=1026 Mihael Hategan <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Mihael Hategan <[email protected]> 2013-07-18 14:52:50 --- This is now fixed in trunk. Thread names are run-length encoded, so R-2-3-3-3-3-3-3-3-3 becomes R-2-3x8. It's still unbound, but it's log(N) instead of N, so you'll likely run out of stack space on the recursive call than path space. I won't fix this in 0.94 unless there is a specific user needing this. -- Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.