-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
pam-login error #265
Comments
Hello, it seems I have the same error with multi thread pam logging, which end with a segmentation fault. The server use python3.7, should I test with a 3.9 before reopening this issue? If i use one connection instead of five in my client runs without any problem. |
Does the stack trace indicate that the lock in pam_dc.py did not work, or did it happen outside? |
The segmentation fault disappear while upgrading to Python 3.9.2. But now with multiple call to wsgidav, it hangs like that:
|
@Ramel |
Not yet, I will try with latest code, thank you! |
It's ok with wsgidav 4.0.3-a1 |
Describe the bug
When I try to replace a file, I get an error with pam-login
To Reproduce
Start Server with pam-login
Using Mac Finder, replace a file
Expected behavior
Should work
Screenshots, Log-Files, Stacktrace
Environment:
Which WSGI server was used (cheroot, ext-wsgiutils, gevent, gunicorn, paste, uvicorn, wsgiref, ...)?
default, started with
Which WebDAV client was used (MS File Explorer, MS Office, macOS Finder, WinSCP, Windows, file mapping, ...)?
OSX Finder
The text was updated successfully, but these errors were encountered: