-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monerod crashing when trying to resize db on Windows10 #2917
Comments
Same thing happens on Linux with monerod. I compiled this one myself from Github sources a couple of days ago. Output: Using Xubuntu 16.04 x64 |
Same on MAC (via Docker / Ubuntu (20G/8G RAM), assume its GIT HEAD. Output: |
Please post a stack trace of that crash. You might need to run "ulimit -c unlimited" and "echo core | sudo tee /proc/sys/kernel/core_pattern" first in order for a core to be generated. |
Could be the same:
This was while running core tests with valgrind, and I got:
Note the "invalid argument" in the log. |
No, the EINVAL is because by default valgrind doesn't support such a large mmap. I've forgotten the constant you need to redefine for this, but you have to recompile valgrind yourself before it will work. This is a valgrind issue not an LMDB bug. |
OK, I'm not 100% convinced because (1) the valgrind message above seems unrelated and appeared several times before without an EINVAL, (2) the resize func does set EINVAL if there's a txn active at the time, and (3) this is done with the fake testing DB, which is like half a GB only. But I'll try without valgrind tomorrow to see if I can still repro it. |
More info (inlcuding traces) in #3019 |
Fixed by #3019 +resolved |
Monerod is crashing when trying to resize db. find detailed log below:
2017-12-13 09:43:14.253 7564 INFO global src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.1.0-release)
2017-12-13 09:43:14.253 7564 INFO global src/daemon/protocol.h:55 Initializing cryptonote protocol...
2017-12-13 09:43:14.253 7564 INFO global src/daemon/protocol.h:60 Cryptonote protocol initialized OK
2017-12-13 09:43:14.268 7564 INFO global src/daemon/p2p.h:63 Initializing p2p server...
2017-12-13 09:43:25.402 7564 INFO global src/daemon/p2p.h:68 P2p server initialized OK
2017-12-13 09:43:25.402 7564 INFO global src/daemon/rpc.h:58 Initializing core rpc server...
2017-12-13 09:43:25.418 7564 INFO global contrib/epee/include/net/http_server_impl_base.h:70 Binding on 127.0.0.1:18081
2017-12-13 09:43:25.418 7564 INFO global src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
2017-12-13 09:43:25.418 7564 INFO global src/daemon/core.h:73 Initializing core...
2017-12-13 09:43:25.418 7564 INFO global src/cryptonote_core/cryptonote_core.cpp:323 Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-12-13 09:44:51.153 5728 INFO logging contrib/epee/src/mlog.cpp:148 New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO,logging:INFO,msgwriter:INFO
2017-12-13 09:44:51.153 5728 INFO logging contrib/epee/src/mlog.cpp:156 New log categories: *:TRACE
2017-12-13 09:44:51.153 5728 INFO global src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.1.0-release)
2017-12-13 09:44:51.169 5728 INFO daemon src/daemon/main.cpp:281 Moving from main() into the daemonize now.
2017-12-13 09:44:51.169 5728 INFO global src/daemon/protocol.h:55 Initializing cryptonote protocol...
2017-12-13 09:44:51.169 5728 INFO global src/daemon/protocol.h:60 Cryptonote protocol initialized OK
2017-12-13 09:44:51.169 5728 TRACE blockchain src/cryptonote_core/blockchain.cpp:136 Blockchain::Blockchain
2017-12-13 09:44:51.169 5728 INFO global src/daemon/p2p.h:63 Initializing p2p server...
2017-12-13 09:44:51.169 5728 DEBUG net.p2p src/p2p/net_node.inl:489 dns_threads created, now waiting for completion or timeout of 20000ms
2017-12-13 09:44:51.169 6456 DEBUG net.p2p src/p2p/net_node.inl:461 dns_threads[1] created for: seeds.moneroseeds.ae.org
2017-12-13 09:44:51.169 9976 DEBUG net.p2p src/p2p/net_node.inl:461 dns_threads[2] created for: seeds.moneroseeds.ch
2017-12-13 09:44:51.169 6604 DEBUG net.p2p src/p2p/net_node.inl:461 dns_threads[0] created for: seeds.moneroseeds.se
2017-12-13 09:44:51.169 1108 DEBUG net.p2p src/p2p/net_node.inl:461 dns_threads[3] created for: seeds.moneroseeds.li
2017-12-13 09:44:51.669 6456 DEBUG net.p2p src/p2p/net_node.inl:469 dns_threads[1] DNS resolve done
2017-12-13 09:44:51.669 6456 INFO net.p2p src/p2p/net_node.inl:481 dns_threads[1] addr_str: seeds.moneroseeds.ae.org number of results: 0
2017-12-13 09:44:51.685 1108 DEBUG net.p2p src/p2p/net_node.inl:469 dns_threads[3] DNS resolve done
2017-12-13 09:44:51.685 1108 INFO net.p2p src/p2p/net_node.inl:481 dns_threads[3] addr_str: seeds.moneroseeds.li number of results: 0
2017-12-13 09:44:51.685 6604 DEBUG net.p2p src/p2p/net_node.inl:469 dns_threads[0] DNS resolve done
2017-12-13 09:44:51.685 6604 INFO net.p2p src/p2p/net_node.inl:481 dns_threads[0] addr_str: seeds.moneroseeds.se number of results: 0
2017-12-13 09:44:51.685 9976 DEBUG net.p2p src/p2p/net_node.inl:469 dns_threads[2] DNS resolve done
2017-12-13 09:44:51.685 9976 INFO net.p2p src/p2p/net_node.inl:481 dns_threads[2] addr_str: seeds.moneroseeds.ch number of results: 0
2017-12-13 09:44:51.685 5728 DEBUG net.p2p src/p2p/net_node.inl:505 DNS lookup for seeds.moneroseeds.se: 0 results
2017-12-13 09:44:51.700 5728 DEBUG net.p2p src/p2p/net_node.inl:505 DNS lookup for seeds.moneroseeds.ae.org: 0 results
2017-12-13 09:44:51.700 5728 DEBUG net.p2p src/p2p/net_node.inl:505 DNS lookup for seeds.moneroseeds.ch: 0 results
2017-12-13 09:44:51.700 5728 DEBUG net.p2p src/p2p/net_node.inl:505 DNS lookup for seeds.moneroseeds.li: 0 results
2017-12-13 09:44:51.700 5728 INFO net.p2p src/p2p/net_node.inl:519 DNS seed node lookup either timed out or failed, falling back to defaults
2017-12-13 09:44:51.700 5728 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 107.152.130.98:18080
2017-12-13 09:44:51.700 5728 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 107.152.130.98:18080
2017-12-13 09:44:51.700 5728 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 161.67.132.39:18080
2017-12-13 09:44:51.700 5728 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 161.67.132.39:18080
2017-12-13 09:44:51.700 5728 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 163.172.182.165:18080
2017-12-13 09:44:51.716 5728 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 163.172.182.165:18080
2017-12-13 09:44:51.716 5728 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 195.154.123.123:28080
2017-12-13 09:44:51.716 5728 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 195.154.123.123:28080
2017-12-13 09:44:51.716 5728 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 198.74.231.92:18080
2017-12-13 09:44:51.716 5728 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 198.74.231.92:18080
2017-12-13 09:44:51.716 5728 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 212.83.172.165:28080
2017-12-13 09:44:51.716 5728 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 212.83.172.165:28080
2017-12-13 09:44:51.716 5728 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 212.83.175.67:18080
2017-12-13 09:44:51.716 5728 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 212.83.175.67:18080
2017-12-13 09:44:51.732 5728 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 5.9.100.248:18080
2017-12-13 09:44:51.732 5728 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 5.9.100.248:18080
2017-12-13 09:44:51.732 5728 DEBUG net.p2p src/p2p/net_node.inl:533 Number of seed nodes: 8
2017-12-13 09:44:51.732 5728 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 4.40402e+006 kbps
2017-12-13 09:44:51.732 5728 INFO net.p2p src/p2p/net_node.inl:1883 Set limit-up to 2048 kB/s
2017-12-13 09:44:51.732 5728 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-12-13 09:44:51.747 5728 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-12-13 09:44:51.747 5728 INFO net.p2p src/p2p/net_node.inl:1897 Set limit-down to 8192 kB/s
2017-12-13 09:44:51.747 5728 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 4.40402e+006 kbps
2017-12-13 09:44:51.747 5728 INFO net.p2p src/p2p/net_node.inl:1919 Set limit-up to 2048 kB/s
2017-12-13 09:44:51.747 5728 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-12-13 09:44:51.747 5728 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-12-13 09:44:51.747 5728 INFO net.p2p src/p2p/net_node.inl:1923 Set limit-down to 8192 kB/s
2017-12-13 09:44:51.778 5728 INFO net contrib/epee/include/net/abstract_tcp_server2.inl:795 Set server type to: 2 from name: P2P, prefix_name = P2P
2017-12-13 09:44:51.794 5728 INFO net.p2p src/p2p/net_node.inl:572 Binding on 0.0.0.0:18080
2017-12-13 09:44:51.794 5728 DEBUG net contrib/epee/include/net/abstract_tcp_server2.inl:734 start accept
2017-12-13 09:44:51.794 5728 INFO net.p2p src/p2p/connection_basic.cpp:164 Spawned connection p2p#0 to 0.0.0.0 currently we have sockets count:1
2017-12-13 09:44:51.810 5728 INFO net contrib/epee/include/net/abstract_tcp_server2.inl:85 test, connection constructor set m_connection_type=2
2017-12-13 09:44:51.810 5728 INFO net.p2p src/p2p/net_node.inl:577 �[1;32mNet service bound to 0.0.0.0:18080�[0m
2017-12-13 09:44:51.825 5728 DEBUG net.p2p src/p2p/net_node.inl:583 Attempting to add IGD port mapping.
2017-12-13 09:44:54.017 5728 WARN net.p2p src/p2p/net_node.inl:615 UPnP device was found but not recognized as IGD.
2017-12-13 09:44:54.017 5728 INFO global src/daemon/p2p.h:68 P2p server initialized OK
2017-12-13 09:44:54.017 5728 INFO global src/daemon/rpc.h:58 Initializing core rpc server...
2017-12-13 09:44:54.017 5728 INFO net contrib/epee/include/net/abstract_tcp_server2.inl:795 Set server type to: 1 from name: RPC, prefix_name = RPC
2017-12-13 09:44:54.032 5728 INFO global contrib/epee/include/net/http_server_impl_base.h:70 Binding on 127.0.0.1:18081
2017-12-13 09:44:54.032 5728 DEBUG net contrib/epee/include/net/abstract_tcp_server2.inl:734 start accept
2017-12-13 09:44:54.032 5728 INFO net.p2p src/p2p/connection_basic.cpp:164 Spawned connection p2p#0 to 0.0.0.0 currently we have sockets count:1
2017-12-13 09:44:54.032 5728 INFO net contrib/epee/include/net/abstract_tcp_server2.inl:85 test, connection constructor set m_connection_type=1
2017-12-13 09:44:54.032 5728 INFO global src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
2017-12-13 09:44:54.032 5728 INFO global src/daemon/core.h:73 Initializing core...
2017-12-13 09:44:54.048 5728 TRACE blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:1070 BlockchainLMDB::BlockchainLMDB
2017-12-13 09:44:54.048 5728 TRACE blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:1388 BlockchainLMDB::get_db_name
2017-12-13 09:44:54.048 5728 INFO global src/cryptonote_core/cryptonote_core.cpp:323 Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-12-13 09:44:54.048 5728 DEBUG cn src/cryptonote_core/cryptonote_core.cpp:339 option: fast
2017-12-13 09:44:54.048 5728 DEBUG cn src/cryptonote_core/cryptonote_core.cpp:339 option: async
2017-12-13 09:44:54.063 5728 DEBUG cn src/cryptonote_core/cryptonote_core.cpp:339 option: 1000
2017-12-13 09:44:54.063 5728 TRACE blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:1091 BlockchainLMDB::open
2017-12-13 09:44:54.079 5728 TRACE blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:502 BlockchainLMDB::need_resize
2017-12-13 09:44:54.095 5728 INFO blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:518 DB map size: 36676089856
2017-12-13 09:44:54.095 5728 INFO blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:519 Space used: 28924506112
2017-12-13 09:44:54.095 5728 INFO blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:520 Space remaining: 7751583744
2017-12-13 09:44:54.095 5728 INFO blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:521 Size threshold: 0
2017-12-13 09:44:54.110 5728 INFO blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:523 Percent used: 0.7886 Percent threshold: 0.8000
2017-12-13 09:44:54.110 5728 DEBUG blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:1219 Setting m_height to: 1398908
2017-12-13 09:48:20.413 13652 INFO logging contrib/epee/src/mlog.cpp:148 New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO,logging:INFO,msgwriter:INFO
2017-12-13 09:48:20.413 13652 INFO logging contrib/epee/src/mlog.cpp:156 New log categories: *:TRACE
2017-12-13 09:48:20.429 13652 INFO global src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.1.0-release)
2017-12-13 09:48:20.429 13652 INFO daemon src/daemon/main.cpp:281 Moving from main() into the daemonize now.
2017-12-13 09:48:20.429 13652 INFO global src/daemon/protocol.h:55 Initializing cryptonote protocol...
2017-12-13 09:48:20.429 13652 INFO global src/daemon/protocol.h:60 Cryptonote protocol initialized OK
2017-12-13 09:48:20.429 13652 TRACE blockchain src/cryptonote_core/blockchain.cpp:136 Blockchain::Blockchain
2017-12-13 09:48:20.429 13652 INFO global src/daemon/p2p.h:63 Initializing p2p server...
2017-12-13 09:48:20.429 13652 DEBUG net.p2p src/p2p/net_node.inl:489 dns_threads created, now waiting for completion or timeout of 20000ms
2017-12-13 09:48:20.429 1568 DEBUG net.p2p src/p2p/net_node.inl:461 dns_threads[1] created for: seeds.moneroseeds.ae.org
2017-12-13 09:48:20.429 13360 DEBUG net.p2p src/p2p/net_node.inl:461 dns_threads[2] created for: seeds.moneroseeds.ch
2017-12-13 09:48:20.429 2664 DEBUG net.p2p src/p2p/net_node.inl:461 dns_threads[0] created for: seeds.moneroseeds.se
2017-12-13 09:48:20.429 14024 DEBUG net.p2p src/p2p/net_node.inl:461 dns_threads[3] created for: seeds.moneroseeds.li
2017-12-13 09:48:26.323 13360 DEBUG net.p2p src/p2p/net_node.inl:469 dns_threads[2] DNS resolve done
2017-12-13 09:48:26.323 13360 INFO net.p2p src/p2p/net_node.inl:481 dns_threads[2] addr_str: seeds.moneroseeds.ch number of results: 0
2017-12-13 09:48:26.338 14024 DEBUG net.p2p src/p2p/net_node.inl:469 dns_threads[3] DNS resolve done
2017-12-13 09:48:26.338 14024 INFO net.p2p src/p2p/net_node.inl:481 dns_threads[3] addr_str: seeds.moneroseeds.li number of results: 0
2017-12-13 09:48:28.823 1568 DEBUG net.p2p src/p2p/net_node.inl:469 dns_threads[1] DNS resolve done
2017-12-13 09:48:28.823 1568 INFO net.p2p src/p2p/net_node.inl:481 dns_threads[1] addr_str: seeds.moneroseeds.ae.org number of results: 0
2017-12-13 09:48:28.839 2664 DEBUG net.p2p src/p2p/net_node.inl:469 dns_threads[0] DNS resolve done
2017-12-13 09:48:28.839 2664 INFO net.p2p src/p2p/net_node.inl:481 dns_threads[0] addr_str: seeds.moneroseeds.se number of results: 0
2017-12-13 09:48:28.839 13652 DEBUG net.p2p src/p2p/net_node.inl:505 DNS lookup for seeds.moneroseeds.se: 0 results
2017-12-13 09:48:28.839 13652 DEBUG net.p2p src/p2p/net_node.inl:505 DNS lookup for seeds.moneroseeds.ae.org: 0 results
2017-12-13 09:48:28.854 13652 DEBUG net.p2p src/p2p/net_node.inl:505 DNS lookup for seeds.moneroseeds.ch: 0 results
2017-12-13 09:48:28.854 13652 DEBUG net.p2p src/p2p/net_node.inl:505 DNS lookup for seeds.moneroseeds.li: 0 results
2017-12-13 09:48:28.854 13652 INFO net.p2p src/p2p/net_node.inl:519 DNS seed node lookup either timed out or failed, falling back to defaults
2017-12-13 09:48:28.854 13652 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 107.152.130.98:18080
2017-12-13 09:48:28.870 13652 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 107.152.130.98:18080
2017-12-13 09:48:28.870 13652 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 161.67.132.39:18080
2017-12-13 09:48:28.870 13652 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 161.67.132.39:18080
2017-12-13 09:48:28.870 13652 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 163.172.182.165:18080
2017-12-13 09:48:28.870 13652 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 163.172.182.165:18080
2017-12-13 09:48:28.870 13652 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 195.154.123.123:28080
2017-12-13 09:48:28.870 13652 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 195.154.123.123:28080
2017-12-13 09:48:28.886 13652 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 198.74.231.92:18080
2017-12-13 09:48:28.886 13652 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 198.74.231.92:18080
2017-12-13 09:48:28.886 13652 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 212.83.172.165:28080
2017-12-13 09:48:28.886 13652 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 212.83.172.165:28080
2017-12-13 09:48:28.886 13652 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 212.83.175.67:18080
2017-12-13 09:48:28.886 13652 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 212.83.175.67:18080
2017-12-13 09:48:28.886 13652 DEBUG net.p2p src/p2p/net_node.inl:530 Seed node: 5.9.100.248:18080
2017-12-13 09:48:28.886 13652 INFO net.p2p src/p2p/net_node.inl:395 Added seed node: 5.9.100.248:18080
2017-12-13 09:48:28.886 13652 DEBUG net.p2p src/p2p/net_node.inl:533 Number of seed nodes: 8
2017-12-13 09:48:28.901 13652 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 4.40402e+006 kbps
2017-12-13 09:48:28.901 13652 INFO net.p2p src/p2p/net_node.inl:1883 Set limit-up to 2048 kB/s
2017-12-13 09:48:28.901 13652 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-12-13 09:48:28.901 13652 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-12-13 09:48:28.901 13652 INFO net.p2p src/p2p/net_node.inl:1897 Set limit-down to 8192 kB/s
2017-12-13 09:48:28.901 13652 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 4.40402e+006 kbps
2017-12-13 09:48:28.901 13652 INFO net.p2p src/p2p/net_node.inl:1919 Set limit-up to 2048 kB/s
2017-12-13 09:48:28.901 13652 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-12-13 09:48:28.901 13652 INFO net.throttle src/p2p/network_throttle-detail.cpp:162 Setting LIMIT: 8.38861e+006 kbps
2017-12-13 09:48:28.901 13652 INFO net.p2p src/p2p/net_node.inl:1923 Set limit-down to 8192 kB/s
2017-12-13 09:48:28.933 13652 INFO net contrib/epee/include/net/abstract_tcp_server2.inl:795 Set server type to: 2 from name: P2P, prefix_name = P2P
2017-12-13 09:48:28.933 13652 INFO net.p2p src/p2p/net_node.inl:572 Binding on 0.0.0.0:18080
2017-12-13 09:48:28.933 13652 DEBUG net contrib/epee/include/net/abstract_tcp_server2.inl:734 start accept
2017-12-13 09:48:28.933 13652 INFO net.p2p src/p2p/connection_basic.cpp:164 Spawned connection p2p#0 to 0.0.0.0 currently we have sockets count:1
2017-12-13 09:48:28.933 13652 INFO net contrib/epee/include/net/abstract_tcp_server2.inl:85 test, connection constructor set m_connection_type=2
2017-12-13 09:48:28.933 13652 INFO net.p2p src/p2p/net_node.inl:577 �[1;32mNet service bound to 0.0.0.0:18080�[0m
2017-12-13 09:48:28.933 13652 DEBUG net.p2p src/p2p/net_node.inl:583 Attempting to add IGD port mapping.
2017-12-13 09:48:31.064 13652 WARN net.p2p src/p2p/net_node.inl:615 UPnP device was found but not recognized as IGD.
2017-12-13 09:48:31.064 13652 INFO global src/daemon/p2p.h:68 P2p server initialized OK
2017-12-13 09:48:31.064 13652 INFO global src/daemon/rpc.h:58 Initializing core rpc server...
2017-12-13 09:48:31.064 13652 INFO net contrib/epee/include/net/abstract_tcp_server2.inl:795 Set server type to: 1 from name: RPC, prefix_name = RPC
2017-12-13 09:48:31.080 13652 INFO global contrib/epee/include/net/http_server_impl_base.h:70 Binding on 127.0.0.1:18081
2017-12-13 09:48:31.080 13652 DEBUG net contrib/epee/include/net/abstract_tcp_server2.inl:734 start accept
2017-12-13 09:48:31.080 13652 INFO net.p2p src/p2p/connection_basic.cpp:164 Spawned connection p2p#0 to 0.0.0.0 currently we have sockets count:1
2017-12-13 09:48:31.096 13652 INFO net contrib/epee/include/net/abstract_tcp_server2.inl:85 test, connection constructor set m_connection_type=1
2017-12-13 09:48:31.096 13652 INFO global src/daemon/rpc.h:63 Core rpc server initialized OK on port: 18081
2017-12-13 09:48:31.096 13652 INFO global src/daemon/core.h:73 Initializing core...
2017-12-13 09:48:31.096 13652 TRACE blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:1070 BlockchainLMDB::BlockchainLMDB
2017-12-13 09:48:31.096 13652 TRACE blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:1388 BlockchainLMDB::get_db_name
2017-12-13 09:48:31.096 13652 INFO global src/cryptonote_core/cryptonote_core.cpp:323 Loading blockchain from folder C:\ProgramData\bitmonero\lmdb ...
2017-12-13 09:48:31.096 13652 DEBUG cn src/cryptonote_core/cryptonote_core.cpp:339 option: fast
2017-12-13 09:48:31.111 13652 DEBUG cn src/cryptonote_core/cryptonote_core.cpp:339 option: async
2017-12-13 09:48:31.111 13652 DEBUG cn src/cryptonote_core/cryptonote_core.cpp:339 option: 1000
2017-12-13 09:48:31.111 13652 TRACE blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:1091 BlockchainLMDB::open
2017-12-13 09:48:31.127 13652 TRACE blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:502 BlockchainLMDB::need_resize
2017-12-13 09:48:31.127 13652 INFO blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:518 DB map size: 36676089856
2017-12-13 09:48:31.127 13652 INFO blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:519 Space used: 28924506112
2017-12-13 09:48:31.127 13652 INFO blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:520 Space remaining: 7751583744
2017-12-13 09:48:31.127 13652 INFO blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:521 Size threshold: 0
2017-12-13 09:48:31.127 13652 INFO blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:523 Percent used: 0.7886 Percent threshold: 0.8000
2017-12-13 09:48:31.142 13652 DEBUG blockchain.db.lmdb src/blockchain_db/lmdb/db_lmdb.cpp:1219 Setting m_height to: 1398908
The text was updated successfully, but these errors were encountered: