[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #26594 [Core Tor/Tor]: Tor becomes unresponsive after configuration handling on Windows
#26594: Tor becomes unresponsive after configuration handling on Windows
--------------------------+----------------------------------
Reporter: ahf | Owner: (none)
Type: defect | Status: new
Priority: High | Milestone: Tor: unspecified
Component: Core Tor/Tor | Version: Tor: unspecified
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------+----------------------------------
Comment (by ahf):
Replying to [comment:5 cypherpunks]:
> Does it hangs?
No, it does not.
The file `test.c`:
{{{
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int main(int argc, char *argv[])
{
int ret = 0;
ret = strcasecmp("TestingV3AuthInitialVotingInterval",
"TestingV3AuthInitialVotingInterval");
printf("Ret: %d\n", ret);
return EXIT_SUCCESS;
}
}}}
Compiling and running it:
{{{
ahf@SHU MINGW64 ~ $ x86_64-w64-mingw32-gcc test.c
ahf@SHU MINGW64 ~ $ ./a.exe
Ret: 0
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26594#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs