torproject / nyx

Command-line monitor for Tor.
https://nyx.torproject.org/
GNU General Public License v3.0
113 stars 27 forks source link

Bug from potential TOR attacks? #13

Closed tamlthari closed 4 years ago

tamlthari commented 4 years ago

When run nyx on macOS CLI, I was able to view the first 2 reports (connection details, node circuit infos, configs), then nyx crashes with error abort trap: 6 . is this a sign of TOR attacks? Also there was no connection details. I know there was explanations but this is fyi. TKS! Also I just noticed that on the first report, it read 'Relaying disabled', is this normal in your opinion?

atagar commented 4 years ago

Hi tamlthari, sorry for the delay (was on vacation). No, this is not indicating an attack nor related to Nyx. This error response (abort trap: 6) is C specific so this most likely it is coming from your python interpreter. Please see this for some ideas.

Feel free to reopen if you have any other questions.