get_net_param_from_list(): Bug: src/or/networkstatus.c:2192: get_net_param_from_list: Assertion min_val <= default_val failed;
Maybe there was something going wrong between commits 6e94d2fb3a11d7cb and 7c2eabcf8e68aee1 : ``` [...] [notice] Tor 0.2.5.0-alpha-dev (git-7c2eabcf8e68aee1) opening log file. [...] [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip. [...] [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6. [...] [notice] This version of Tor (0.2.5.0-alpha-dev) is newer than any recommended version, according to the directory authorities. Recommended versions are: 0.2.2.39,0.2.3.24-rc,0.2.3.25,0.2.4.5-alpha,0.2.4.6-alpha,0.2.4.7-alpha,0.2.4.8-alpha,0.2.4.9-alpha,0.2.4.10-alpha,0.2.4.11-alpha [...] [notice] We now have enough directory information to build circuits. [...] [notice] Bootstrapped 80%: Connecting to the Tor network. [...] [err] get_net_param_from_list(): Bug: src/or/networkstatus.c:2192: get_net_param_from_list: Assertion min_val <= default_val failed; aborting. ``` ``` [...] [notice] Tor 0.2.5.0-alpha-dev (git-6e94d2fb3a11d7cb) opening log file. [...] [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip. [...] [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6. [...] [notice] This version of Tor (0.2.5.0-alpha-dev) is newer than any recommended version, according to the directory authorities. Recommended versions are: 0.2.2.39,0.2.3.24-rc,0.2.3.25,0.2.4.5-alpha,0.2.4.6-alpha,0.2.4.7-alpha,0.2.4.8-alpha,0.2.4.9-alpha,0.2.4.10-alpha,0.2.4.11-alpha [...] [notice] We now have enough directory information to build circuits. [...] [notice] Bootstrapped 80%: Connecting to the Tor network. [...] [notice] Bootstrapped 85%: Finishing handshake with first hop. [...] [notice] Bootstrapped 90%: Establishing a Tor circuit. [...] [notice] Tor has successfully opened a circuit. Looks like client functionality is working. [...] [notice] Bootstrapped 100%: Done. ``` **Trac**: **Username**: tornewbie
issue