1 2017-03-19 01:16:06	0|bitcoin-git|[13bitcoin] 15bitstein opened pull request #10033: Trivial: Fix typo in key.h comment (06master...062017_03_typo_key) 02https://github.com/bitcoin/bitcoin/pull/10033
 2 2017-03-19 09:16:27	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/baae3149d639...9225de2cf652
 3 2017-03-19 09:16:28	0|bitcoin-git|13bitcoin/06master 141f70653 15John Newbery: Use log.info() instead of print() in importmulti.py
 4 2017-03-19 09:16:28	0|bitcoin-git|13bitcoin/06master 14e722777 15John Newbery: fix logging in nulldummy and proxy_test
 5 2017-03-19 09:16:29	0|bitcoin-git|13bitcoin/06master 149225de2 15MarcoFalke: Merge #10024: [trivial] Use log.info() instead of print() in remaining functional test cases....
 6 2017-03-19 09:16:46	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #10024: [trivial] Use log.info() instead of print() in remaining functional test cases. (06master...06uselogginginimportmulti) 02https://github.com/bitcoin/bitcoin/pull/10024
 7 2017-03-19 10:29:11	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/9225de2cf652...10b930dde8f1
 8 2017-03-19 10:29:12	0|bitcoin-git|13bitcoin/06master 1410b930d 15MarcoFalke: Merge #10033: Trivial: Fix typo in key.h comment...
 9 2017-03-19 10:29:12	0|bitcoin-git|13bitcoin/06master 14f490dae 15Michael Goldstein: Trivial: Fix typo in key.h comment
10 2017-03-19 10:29:33	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #10033: Trivial: Fix typo in key.h comment (06master...062017_03_typo_key) 02https://github.com/bitcoin/bitcoin/pull/10033
11 2017-03-19 13:06:08	0|bitcoin-git|[13bitcoin] 15jlopp opened pull request #10035: Fix init README format to render correctly on github (060.14...06readmeFormat) 02https://github.com/bitcoin/bitcoin/pull/10035
12 2017-03-19 13:06:43	0|bitcoin-git|[13bitcoin] 15jlopp closed pull request #10035: Fix init README format to render correctly on github (060.14...06readmeFormat) 02https://github.com/bitcoin/bitcoin/pull/10035
13 2017-03-19 13:11:33	0|bitcoin-git|[13bitcoin] 15jlopp opened pull request #10036: Fix init README format to render correctly on github (06master...06readmeFormatting) 02https://github.com/bitcoin/bitcoin/pull/10036
14 2017-03-19 22:23:03	0|adiabat|gmaxwell: hey, it crashed from within gdb, but the "thread apply all bt" command doesn't seem to do anything
15 2017-03-19 22:23:32	0|adiabat|last I see is "Program terminated with signal SIGKILL, Killed." "The program no longer exists."
16 2017-03-19 22:38:51	0|sipa|OOM killer?
17 2017-03-19 22:40:29	0|adiabat|yeah, OOM again
18 2017-03-19 22:40:46	0|adiabat|I'm running the bitcoind executable I got from the gzip download
19 2017-03-19 22:40:53	0|adiabat|maybe that doesn't have all the debug stuff in it?
20 2017-03-19 23:29:13	0|sipa|adiabat: it does not have debug symbols, but that doesn't matter
21 2017-03-19 23:29:21	0|sipa|if the OOM killer kills your program, it is gone
22 2017-03-19 23:29:29	0|sipa|gdb won't give you any information
23 2017-03-19 23:34:27	0|sipa|maybe you can make it write a core dump
24 2017-03-19 23:36:05	0|midnightmagic|adiabat: What device is that on?
25 2017-03-19 23:37:28	0|sipa|RPi 2, IIRC