-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Silent crash on win10 #3
Comments
I mainly use Windows 7 for testing, sometimes Linux (Ubuntu). I do not have a Windows 10 system for testing but would be very interested in fixing this. |
I run it with -v but there is not more Output. If I run it with -S, it doesn't Crash, but is very slow. Does that help? |
Hmm, strange. There should be much debug output with |
Oh, sorry. I used |
Ok, so it is some issue with the multithreading, but i can imagine many reasons. |
I have tested cntlm on Windows 10 but only against a normal proxy (no NTLM). While it is not possible to test very much this way, what i have seen looked ok. I have also not found anything in the code that could be problematic on Windows 10. |
Howdy! |
I would highly appreciate any help with debugging cNTLM and it would be great to see PRs improving cNTLM further and fixing issues. |
I've had the same problem. Try debugging with gdb and check the exception stacktrace for any strange dlls. In my case it turned out that a realtime virus scanner was causing every pthread_create to crash, but only with x64 libs. Rebuild on 32-bit cygwin resolved the issue. |
How hard would a port to MinGW be? Note that WSL works quite well. I have not yet been able to get pacparser itself to compile on Windows (in Cygwin) btw. |
@fralken did some great work fixing some bugs, also related to the multithreading. |
I saw this on RHEL too, but indeed the threading fixes solved it. |
We can consider this issue solved. |
Hi,
I just tested your version of cntlm and when the first requests arrives, the process just stops. Are you using this on Windows?
Thanks
Dirk
The text was updated successfully, but these errors were encountered: