Simone Basso
Simone Basso
I have just seen another crash: ``` Mar 22 15:57:36.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits Mar 22 15:57:36.000 [notice] Bootstrapped 95% (circuit_create): Establishing...
The next step is probably to patch `tor` to avoid aborting and see whether that makes any difference. It's also worth recompiling just `tor` and the simple `main` with `tsan`...
# What happens if I just prevent tor from aborting? TL;DR nothing (save for possible memory corruption that I cannot demonstrate at this time). Please see the [LOG-without-aborting.txt](https://github.com/ooni/probe/files/11042328/LOG-without-aborting.txt), which includes:...
Regarding running the experiment using `tsan`, I did this last night and let the code run. The code that run had the more comprehensive patch which prevented tor from aborting...
Okay, enough with the investigation. I am not sure how to proceed and I think understanding the problem probably requires a better understanding of C code debugging techniques and of...
We're continuing to discuss with Tor developers at https://gitlab.torproject.org/tpo/core/tor/-/issues/40774#note_2959394.
@sloncocs thank you!
> @bassosimone , i think your use case is quite different from that reported in #2487. Looking at the screenshot alone tells me you opened the `Performance Test` results while...
Dear @chenrui333, > Another issue found when building/testing `3.19.0` release is the version cmd now needs network access, which is a bit weird. > > ``` > ==> /opt/homebrew/Cellar/ooniprobe/3.19.0/bin/ooniprobe version...
We are debugging this issue with @FedericoCeratto. It seems that the root cause is a timeout on the probe side when calling the the API. The mobile app does not...