diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-09-24 10:58:58 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2019-09-24 11:10:13 +0200 |
| commit | c838f2707ab741a348ac1684d1683f61263d981a (patch) | |
| tree | 7eb88625420fa71a8fd574559d135eb88a828e72 /src/httpserver.cpp | |
| parent | Merge #15558: Don't query all DNS seeds at once (diff) | |
| parent | travis: Disable feature_block in tsan run (diff) | |
| download | discoin-c838f2707ab741a348ac1684d1683f61263d981a.tar.xz discoin-c838f2707ab741a348ac1684d1683f61263d981a.zip | |
Merge #16941: travis: Disable feature_block in tsan run due to OOM
faa079db92e614bddfe8bd323ddcd2adb77e0961 travis: Disable feature_block in tsan run (MarcoFalke)
Pull request description:
The `feature_block` test causes the travis machine to OOM, when run with the thread sanitizer.
The stderr says:
```
==27237==ERROR: ThreadSanitizer failed to allocate 0xf6000 (1007616) bytes of LargeMmapAllocator (error code: 12)
...
FATAL: ThreadSanitizer CHECK failed: /build/llvm-toolchain-3.8-_PD09B/llvm-toolchain-3.8-3.8/projects/compiler-rt/lib/sanitizer_common/sanitizer_common.cc:183 "((0 && "unable to mmap")) != (0)" (0x0, 0x0)
ERROR: Failed to mmap
```
(from https://travis-ci.org/bitcoin/bitcoin/jobs/588194563#L10505)
Fix this by disabling `feature_block` on travis. Longer term, I'd like to move away from travis, but I'll leave this for a follow-up.
ACKs for top commit:
fanquake:
ACK faa079db92e614bddfe8bd323ddcd2adb77e0961
Tree-SHA512: c0dc2272853aac53f68eb9e110c8500c4a92211ba89d856660bacdf6e959d875477e422b3280b743d85fc8a65e083bf9153911f12039d026e2501f426540dac4
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions