[Lldb-commits] [PATCH] D28035: Stop limiting the number of TSan backtrace size to 8

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 21 15:19:29 PST 2016


jasonmolenda accepted this revision.
jasonmolenda added a comment.
This revision is now accepted and ready to land.

Looks fine to me, the only reason I could think to cap it is if the method used to backtrace the thread could get stuck in a loop & provide infinite number of frames.  but we could have crashed earlier than this if that happened, so I'm not concerned.


https://reviews.llvm.org/D28035





More information about the lldb-commits mailing list