Re: [lldb-dev] LLDB hang loading Linux core files from live processes (Bug 26322)

2016-11-11 Thread Greg Clayton via lldb-dev
I think both are valid fixes. Threads in core files can have a non-zero signal. See comments below. > On Nov 11, 2016, at 5:36 AM, Howard Hellyer via lldb-dev > wrote: > > Hi Jim > > I was afraid someone would say that but I've done some digging and found a > difference in the core files I

Re: [lldb-dev] LLDB hang loading Linux core files from live processes (Bug 26322)

2016-11-11 Thread Howard Hellyer via lldb-dev
Hi Jim I was afraid someone would say that but I've done some digging and found a difference in the core files I get generated by gcore to those generated by a crash or abort. Most of the core files have one SIGINFO structure in the core, I think it belongs to the preceding thread (the one tha

[lldb-dev] [Bug 30983] New: Breakpoint in child process (after fork) hangs the child

2016-11-11 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=30983 Bug ID: 30983 Summary: Breakpoint in child process (after fork) hangs the child Product: lldb Version: unspecified Hardware: Macintosh OS: MacOS X Stat