Re: [lldb-dev] I see at least one test hanging...

2015-09-23 Thread Todd Fiala via lldb-dev
Maybe - can you get me access to a setup that exhibits this and I'll poke around? Also, is the line in the bug exactly what needs to be run to reproduce? Thanks! On Wed, Sep 23, 2015 at 12:43 AM, Sylvestre Ledru wrote: > I am experiencing a similar issue with the 3.7 branch on all Ubuntu > ver

Re: [lldb-dev] I see at least one test hanging...

2015-09-23 Thread Sylvestre Ledru via lldb-dev
I am experiencing a similar issue with the 3.7 branch on all Ubuntu version: https://llvm.org/bugs/show_bug.cgi?id=24912 Debian works fine. Does it ring a bell? Sylvestre Le 22/09/2015 18:01, Todd Fiala via lldb-dev a écrit : > Hey all, > > On the Linux build bot, I'm seeing at least one test hun

Re: [lldb-dev] I see at least one test hanging...

2015-09-22 Thread Todd Fiala via lldb-dev
Rolled back here: ➜ lldb svn commit Sendingtest/dosep.py Transmitting file data . Committed revision 248284. I'll re-add this and limit to OS X after I get a chance to review. -Todd On Tue, Sep 22, 2015 at 9:01 AM, Todd Fiala wrote: > Hey all, > > On the Linux build bot, I'm seeing a

Re: [lldb-dev] I see at least one test hanging...

2015-09-22 Thread Todd Fiala via lldb-dev
I suspect my issue may have been over-isolation. While I only needed a new process group, I did it by creating a new session. The SIGQUIT used by timeout/gtimeout may not be able to work across sessions. I'm going to give this another try with just setting the process group without creating a ne

Re: [lldb-dev] I see at least one test hanging...

2015-09-22 Thread Todd Fiala via lldb-dev
I stopped the two builds in progress (that were badly hanging, 20 minutes per test run configuration) until the builder caught up to r248284. -Todd On Tue, Sep 22, 2015 at 9:06 AM, Todd Fiala wrote: > Rolled back here: > ➜ lldb svn commit > Sendingtest/dosep.py > Transmitting file dat