< bitcoin-git> [bitcoin] bitstein opened pull request #10033: Trivial: Fix typo in key.h comment (master...2017_03_typo_key) https://github.com/bitcoin/bitcoin/pull/10033
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/baae3149d639...9225de2cf652
< bitcoin-git> bitcoin/master 1f70653 John Newbery: Use log.info() instead of print() in importmulti.py
< bitcoin-git> bitcoin/master e722777 John Newbery: fix logging in nulldummy and proxy_test
< bitcoin-git> bitcoin/master 9225de2 MarcoFalke: Merge #10024: [trivial] Use log.info() instead of print() in remaining functional test cases....
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10024: [trivial] Use log.info() instead of print() in remaining functional test cases. (master...uselogginginimportmulti) https://github.com/bitcoin/bitcoin/pull/10024
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/9225de2cf652...10b930dde8f1
< bitcoin-git> bitcoin/master f490dae Michael Goldstein: Trivial: Fix typo in key.h comment
< bitcoin-git> bitcoin/master 10b930d MarcoFalke: Merge #10033: Trivial: Fix typo in key.h comment...
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #10033: Trivial: Fix typo in key.h comment (master...2017_03_typo_key) https://github.com/bitcoin/bitcoin/pull/10033
< bitcoin-git> [bitcoin] jlopp opened pull request #10035: Fix init README format to render correctly on github (0.14...readmeFormat) https://github.com/bitcoin/bitcoin/pull/10035
< bitcoin-git> [bitcoin] jlopp closed pull request #10035: Fix init README format to render correctly on github (0.14...readmeFormat) https://github.com/bitcoin/bitcoin/pull/10035
< bitcoin-git> [bitcoin] jlopp opened pull request #10036: Fix init README format to render correctly on github (master...readmeFormatting) https://github.com/bitcoin/bitcoin/pull/10036
< adiabat> gmaxwell: hey, it crashed from within gdb, but the "thread apply all bt" command doesn't seem to do anything
< adiabat> last I see is "Program terminated with signal SIGKILL, Killed." "The program no longer exists."
< sipa> OOM killer?
< adiabat> yeah, OOM again
< adiabat> I'm running the bitcoind executable I got from the gzip download
< adiabat> maybe that doesn't have all the debug stuff in it?
< sipa> adiabat: it does not have debug symbols, but that doesn't matter
< sipa> if the OOM killer kills your program, it is gone
< sipa> gdb won't give you any information
< sipa> maybe you can make it write a core dump
< midnightmagic> adiabat: What device is that on?
< sipa> RPi 2, IIRC