Re: [tor-bugs] #28141 [Core Tor/sbws]: Catch DNS-related unhandled exception

2018-10-24 Thread Tor Bug Tracker & Wiki
#28141: Catch DNS-related unhandled exception
---+-
 Reporter:  pastly |  Owner:  (none)
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:  sbws 1.0 (MVP must)
Component:  Core Tor/sbws  |Version:
 Severity:  Critical   | Resolution:  fixed
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by juga):

 * status:  merge_ready => closed
 * resolution:   => fixed


Comment:

 Merged

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #28141 [Core Tor/sbws]: Catch DNS-related unhandled exception

2018-10-24 Thread Tor Bug Tracker & Wiki
#28141: Catch DNS-related unhandled exception
---+-
 Reporter:  pastly |  Owner:  (none)
 Type:  defect | Status:  merge_ready
 Priority:  Medium |  Milestone:  sbws 1.0 (MVP must)
Component:  Core Tor/sbws  |Version:
 Severity:  Critical   | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by juga):

 * status:  needs_review => merge_ready


Comment:

 Happens :)

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #28141 [Core Tor/sbws]: Catch DNS-related unhandled exception

2018-10-23 Thread Tor Bug Tracker & Wiki
#28141: Catch DNS-related unhandled exception
---+-
 Reporter:  pastly |  Owner:  (none)
 Type:  defect | Status:  needs_review
 Priority:  Medium |  Milestone:  sbws 1.0 (MVP must)
Component:  Core Tor/sbws  |Version:
 Severity:  Critical   | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by pastly):

 * status:  needs_revision => needs_review


Comment:

 Oops. Made a commit yesterday to fix that but didn't push it to the right
 place.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #28141 [Core Tor/sbws]: Catch DNS-related unhandled exception

2018-10-23 Thread Tor Bug Tracker & Wiki
#28141: Catch DNS-related unhandled exception
---+-
 Reporter:  pastly |  Owner:  (none)
 Type:  defect | Status:  needs_revision
 Priority:  Medium |  Milestone:  sbws 1.0 (MVP must)
Component:  Core Tor/sbws  |Version:
 Severity:  Critical   | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by juga):

 * status:  needs_review => needs_revision


Comment:

 Invalid syntax: there is a semicolon at the end of the line

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #28141 [Core Tor/sbws]: Catch DNS-related unhandled exception

2018-10-22 Thread Tor Bug Tracker & Wiki
#28141: Catch DNS-related unhandled exception
---+-
 Reporter:  pastly |  Owner:  (none)
 Type:  defect | Status:  needs_review
 Priority:  Medium |  Milestone:  sbws 1.0 (MVP must)
Component:  Core Tor/sbws  |Version:
 Severity:  Critical   | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+-
Changes (by pastly):

 * status:  new => needs_review


Comment:

 https://github.com/torproject/sbws/pull/278

 Make sure CI passes before merging.

 Looks like GitHub is still having a ton of ongoing issues after their
 outage yesterday.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #28141 [Core Tor/sbws]: Catch DNS-related unhandled exception

2018-10-22 Thread Tor Bug Tracker & Wiki
#28141: Catch DNS-related unhandled exception
---+-
 Reporter:  pastly |  Owner:  (none)
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:  sbws 1.0 (MVP must)
Component:  Core Tor/sbws  |Version:
 Severity:  Critical   |   Keywords:
Actual Points: |  Parent ID:
   Points: |   Reviewer:
  Sponsor: |
---+-
 I've been running sbws for about 5 days without checking on it.

 The first time the following exception appeared in my logs, I went from
 seeing a variety of thread names in the logs to only seeing a couple. This
 indicates to me this is (a/the) exception that has been causing sbws to
 fallback to just one measurement thread. (Later instances of this
 exception don't change anything)

 {{{
 2018-10-21 11:09:45,926 ERROR Thread-6 scanner.py:259 -
 dispatch_worker_thread - Unhandled exception in worker thread
 Traceback (most recent call last):
   File "/home/mtraudt/.pyenv/versions/3.5.6/envs/sbws-
 venv-3.5.6/lib/python3.5/site-packages/sbws/core/scanner.py", line 257, in
 dispatch_worker_thread
 return measure_relay(*a, **kw)
   File "/home/mtraudt/.pyenv/versions/3.5.6/envs/sbws-
 venv-3.5.6/lib/python3.5/site-packages/sbws/core/scanner.py", line 171, in
 measure_relay
 dest = destinations.next()
   File "/home/mtraudt/.pyenv/versions/3.5.6/envs/sbws-
 venv-3.5.6/lib/python3.5/site-packages/sbws/lib/destination.py", line 251,
 in next
 self._perform_usability_test()
   File "/home/mtraudt/.pyenv/versions/3.5.6/envs/sbws-
 venv-3.5.6/lib/python3.5/site-packages/sbws/lib/destination.py", line 182,
 in _perform_usability_test
 possible_exits = [e for e in self._rl.exits
   File "/home/mtraudt/.pyenv/versions/3.5.6/envs/sbws-
 venv-3.5.6/lib/python3.5/site-packages/sbws/lib/destination.py", line 183,
 in 
 if e.can_exit_to(dest.hostname, dest.port)]
   File "/home/mtraudt/.pyenv/versions/3.5.6/envs/sbws-
 venv-3.5.6/lib/python3.5/site-packages/sbws/lib/relaylist.py", line 123,
 in can_exit_to
 host = resolve(host)[0]
   File "/home/mtraudt/.pyenv/versions/3.5.6/envs/sbws-
 venv-3.5.6/lib/python3.5/site-packages/sbws/globals.py", line 71, in
 resolve
 for result in socket.getaddrinfo(hostname, 0):
   File "/home/mtraudt/.pyenv/versions/3.5.6/lib/python3.5/socket.py", line
 733, in getaddrinfo
 for res in _socket.getaddrinfo(host, port, family, type, proto,
 flags):
 socket.gaierror: [Errno -2] Name or service not known
 2018-10-21 11:09:45,926 ERROR Thread-10 scanner.py:314 - closure -
 Unhandled exception caught while measuring ViDiSrv:  [Errno -2] Name or service not known
 }}}

 Branch incoming.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs