Bryce Harrington

Results 9 comments of Bryce Harrington

Fwiw, +1 sounds good to me. py2 is getting pretty obsolete by now.

Agreed, although admittedly it's possible to edit server.py and add versions or update jars manually. Good way to start making contributions to the project I suppose. (And if more people...

There is a similar, related test failure: ``` 2) PhpParser\Lexer\EmulativeTest::testLexNewFeatures with data set #20 ('0xCAFE_F00D', array(array(312, '0xCAFE_F00D'))) Failed asserting that two arrays are identical. --- Expected +++ Actual @@ @@...

Here's a commandline script that does this using xdotool https://gist.github.com/craigphicks/37331cc2380304a5c450d27c766060cd

Thanks for pointing to __DCBF as the likely instruction causing the issue. > have you tried to build it on amd64 and using the same software components? Indeed; we build...

> Is your build system using PMDK's fork of valgrind (https://github.com/pmem/valgrind)? If it does, then it's possible that a new libc version is issuing instructions that the forked valgrind does...

I seem to have hit the same bug (or a very similar one), with this in the journal: JS ERROR: Exception in callback for signal: child-added: InternalError: too much recursion...

Wow [jamieguinan](https://github.com/jamieguinan), was really racking my brain trying to figure out why steam kept crashing at the start. Tried bunches of ideas and steam persisted to crash with a "Bus...

It should be the same compiler, yes. We ended up deciding not to run this testsuite as part of Ubuntu's integration CI, so this issue doesn't hinder us and we...