Per Larsen
Per Larsen
When testing with `test_icu.py` from the testsuite repository, it seems that `selfrando-bfd` creates a binary that hangs in `libselfrando.so` the `selfrando-gold` build terminates with this error `ld.gold: error: ADDR called...
We likely need to use a patched gdb with support for backtraces of randomized code. Detailed output can be seen in [python_3.6_test_gdb_verbose.txt](https://github.com/immunant/selfrando/files/931412/python_3.6_test_gdb_verbose.txt). Steps to reproduce: 1. Comment line `excluded +=...
Building selfrando with `RNG=urandom` and fully loading a multiprocessor system with shortly running, self-randomizing problems exposes a performance bottleneck. As a temporary fix, we build and test selfrando with `RNG=rand_r`...
Running `vcvarsx86_amd64.bat` in `C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64` before `trap-msvc-libs.py` causes `SimpleRandoTest.exe` to hit the following assert: ``` RANDO_ASSERT(gap_idx == m_functions.num_funcs); ``` in `RandoLib.cpp:323`. This does not happen when...
The linking step hangs. Selfrando is filling up `/tmp` at a rate of 13MB/s in the function `LinkWrapper::rewrite_file`. Platform Ubuntu 16.04/binutils 2.26.1. To reproduce, run: `./test_rethinkdb.py --use-named-flags=selfrando-bfd`
How to reproduce: 1. check out `fix_warnings` selfrando branch 2. `export SANITIZE=undefined` 3. build libelf and selfrando as usual 4. `$SR_HOME/Tests/lua.sh` ``` src/RandoLib/TrapInfo.h:464:27: runtime error: load of misaligned address 0x000000471dcc...
`in` in the code ``` python for horse in horses: horse.feed() ``` does not get highlighted with neutron-syntax. it is successfully highlighted with the default atom dark theme, so i...
This branch is based off PR #34. The intent is to perform additional safety enhancements on this branch while #34 is waiting for review.