-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Segfault when running seafile_get_repo_list
inside nautilus extension
#1891
Comments
Which version of seaf-daemon do you use? |
I am using the latest stable release for all seafile components: seafile: 6.0.4 |
Does this give you enough information? It would be really nice if I can get the nautilus plugin working again. Perhaps you can see if you can reproduce the crash using the minimal example? |
Could you have a look at this? The nautilus extension is very convenient, but cannot be used now. |
Maybe the issue is in libsearpc:
|
After the update from openssl-1.0 to openssl-1.1, calling
seafile_get_repo_list
crashes when called from nautilus. Valgrind gives the following ouput:and gdb gives:
Because of this bug, the nautilus extension for the client cannot be used anymore.
Here is a minimal example that demonstrates the crash:
https://gist.github.com/benruijl/6e68d7e905c8f2a17e8462f74efc9b2a
The text was updated successfully, but these errors were encountered: