[Lldb-commits] [PATCH] D26676: Patch for lldb bug 26322 “core load hangs”

Howard Hellyer via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 17 06:19:50 PST 2016


hhellyer added a comment.

I haven't solved that yet!  ;-)

I'm currently ending up with cores of ~500kb which is probably too big. I'm seeing what I can do to bring them down but it might be that I can't shrink them that much. I'm attempting to write two tests, one for multiple threads and one for cores generated by gcore but the actual C program for both is very similar.

What would you say a sensible target size actually is?

The other option is to run these tests just on Linux then it might be possible to create the core dumps as part of the test. There's a lot of drawbacks to that - not least just that they wouldn't be run every where but also that depending on how the OS is setup it's not always possible to create a core on a signal or attach gcore. I don't really want to add flakey tests.


https://reviews.llvm.org/D26676





More information about the lldb-commits mailing list