Re: [lldb-dev] Adding breakpad "symbol" file support

2018-12-04 Thread Pavel Labath via lldb-dev
On 03/12/2018 23:54, Leonard Mosescu wrote: Yay! In case anyone is interested in the details, the Breakpad symbol format is documented here: https://chromium.googlesource.com/breakpad/breakpad/+/master/docs/symbol_files.md Thanks, Leonard, I actually didn't know about that document. :) (Th

[lldb-dev] December LLVM bay-area social is this Thursday!

2018-12-04 Thread George Burgess IV via lldb-dev
We'll be at Tied House as usual, starting on Thursday the 6th at 7pm! If you can, help us plan and RSVP here: https://www.meetup.com/LLVM-Bay-Area-Social/events/kncsjlyxqbjb/ See everyone there! ___ lldb-dev mailing list lldb-dev@lists.llvm.org http://l

Re: [lldb-dev] [8.0.0 Release] Release schedule

2018-12-04 Thread Kamil Rytarowski via lldb-dev
On 03.12.2018 14:04, Hans Wennborg via lldb-dev wrote: > Hello everyone, > > I know 7.0.1 isn't out the door yet, and 8.0.0 isn't due for a while, > so relax :-) But I would like to get the schedule decided before folks > disappear over the holidays. > > According to the usual schedule, the branc

[lldb-dev] The lit test driver gets killed because of SIGHUP

2018-12-04 Thread Jonas Devlieghere via lldb-dev
Hi everyone, Since we switched to lit as the test driver we've been seeing it getting killed as the result of a SIGHUP signal. The problem doesn't reproduce on every machine and there seems to be a correlation between number of occurrences and thread count. Davide and Raphael spent some time

Re: [lldb-dev] The lit test driver gets killed because of SIGHUP

2018-12-04 Thread Zachary Turner via lldb-dev
Have you tried an strace to see if it tells you who is sending the signal? On Tue, Dec 4, 2018 at 6:49 PM Jonas Devlieghere via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Hi everyone, > > Since we switched to lit as the test driver we've been seeing it getting > killed as the result of a SIGHUP

Re: [lldb-dev] The lit test driver gets killed because of SIGHUP

2018-12-04 Thread Jonas Devlieghere via lldb-dev
On Tue, Dec 4, 2018 at 19:11 Zachary Turner via lldb-dev < lldb-dev@lists.llvm.org> wrote: > Have you tried an strace to see if it tells you who is sending the signal? I used DTrace with the default kill.d script. It shows who sends what signal and there was nothing interesting other than debugs

Re: [lldb-dev] The lit test driver gets killed because of SIGHUP

2018-12-04 Thread Zachary Turner via lldb-dev
Do you know if it’s Darwin specific? If so, maybe someone internally can offer guidance on how to diagnose (like on the kernel team)? When you aren’t using the lit driver, does the signal still get delivered (and we just handle it better), or does it not get delivered at all? On Tue, Dec 4, 2018 a

Re: [lldb-dev] The lit test driver gets killed because of SIGHUP

2018-12-04 Thread Jonas Devlieghere via lldb-dev
On Tue, Dec 4, 2018 at 22:03 Zachary Turner wrote: > Do you know if it’s Darwin specific? If so, maybe someone internally can > offer guidance on how to diagnose (like on the kernel team)? > Finding that out is part of the reason I sent this mail. We’ve only seen it on Mac Pros and iMac Pros. I