-
Notifications
You must be signed in to change notification settings - Fork 28
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
vfs.sftp version 1.0.1 causing segfault #25
Comments
Which OpenSSL version are you using for building Kodi? |
libssl1.0-dev:armhf 1.0.2l-2
I don't understand the question, because
the addon has the ssl stuff statically linked |
Yes it shouldn't matter, but maybe it does. Please post the crash log. |
But it seems to be
But I'm a bit confused why still libssl1.0 is used, because Debian Stretch has libssl 1.1 already included. Will try to replace those libs and see what happens
That's what I'm currently doing, Addon works perfectly when building it from commit 47cb680 |
So, building Kodi against libssl1.1 is working. Kodi comes up and vfs.sftp addon gives me access to my test-sftp share after removing old key from ~/.ssh/known_hosts file.
But the question remains, why does it not work if Kodi is using different libssl version? |
About this can confirm the bug, but is not complete related to the addon, is a Bug inside Kodi itself, By me it has becomed a load error with missing symbols on addon library (thats why here I look to bring a fix about to Kodi. EDIT: The addon related problems seems to fixed with #45 and #46 |
As already noted in my previous issue, Kodi crashes with segfault when activating this addon
Debian Stretch, build for armv7-a (Raspberry Pi 2) architecture
Using compiler (Kodi and binary addons):
arm-linux-gnueabihf-gcc (Debian 6.5.0-2) 6.5.0 20181026
The text was updated successfully, but these errors were encountered: