https://bugs.kde.org/show_bug.cgi?id=401377
--- Comment #45 from Nicofo <nic...@tuxfamily.org> --- Gilles, this time there are some nice improvements: 1) The problem of broken connection window is solved: the login window connection is normal and I can (try to) log into my Onedrive account ! ;) 2) The crash still happens, but not at the same time as before ! - Before (=original bug, up to your appimages 20190330), Digikam crashed as soon as I launched the "Export to onedrive" tool. - Now (digikam-6.1.0-git-20190331T162849-qtwebengine-x86-64), I can launch "Export to Onedrive" tool, the connection window opens. But Digikam crashes when I login (after I enter my password) (applicable to Onedrive and Dropbox). Terminal Logs (similar to those in comment #11 , except the end) ============= Digikam::AlbumFilterModel::setSearchTextSettings: new search text settings: "" : hasResult = true , validRows = 19 unknown: Linking... unknown: Received URL from webview: QUrl("https://login.live.com/oauth20_authorize.srf?client_id=4c20a541-2ca8-<cut>&scope=Files.ReadWrite User.Read&redirect_uri=https://login.live.com/oauth20_desktop.srf&response_type=token") unknown: LINK to Onedrive fail unknown: Received URL from webview: QUrl("https://login.live.com/oauth20_desktop.srf?lc=1033#access_token=EwBoA8l6BAAURS<cut>mgbt1MdQB8YCnchF9Njk/EimdgI%3D&token_type=bearer&expires_in=3600&scope=Files.ReadWrite User.Read&user_id=AAAAAAAAAAAAAAA<cut>") unknown: Access token received unknown: LINK to Onedrive Auto configuration failed 140463680456896:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:187:filename(libssl_conf.so): libssl_conf.so: cannot open shared object file: No such file or directory 140463680456896:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244: 140463680456896:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=ssl_conf, path=ssl_conf 140463680456896:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=ssl_conf unknown: QMutex: destroying locked mutex Received signal 11 SEGV_MAPERR 000000000008 #0 0x7fc04b45d31e <unknown> #1 0x7fc049e1c634 <unknown> #2 0x7fc04b45d84e <unknown> #3 0x7fc05799a030 <unknown> #4 0x7fc04815be1e QReadWriteLock::tryLockForWrite() #5 0x7fc051873e3e <unknown> #6 0x7fc0583d726a Digikam::DbEngineThreadData::closeDatabase() #7 0x7fc0583d72ec Digikam::DbEngineThreadData::~DbEngineThreadData() #8 0x7fc0583dfcfe QThreadStorage<>::deleteData() #9 0x7fc048161933 QThreadStorageData::finish() #10 0x7fc04816873d <unknown> #11 0x7fc04816946c <unknown> #12 0x7fc05798f58e start_thread #13 0x7fc0455d86a3 __GI___clone r8: 00007fc020004af0 r9: 0000000000000006 r10: 00007fc0202082f0 r11: 00007fc020000080 r12: 00007fc02a392b60 r13: 00007fc02a392b60 r14: 00007fc02a392b80 r15: 00007fc02a392ba0 di: 0000000000000008 si: 00000000ffffffff bp: 0000000000000000 bx: 0000000000000008 dx: 0000000000000002 ax: 0000000000000000 cx: 0000000000000007 sp: 00007fc02a392aa0 ip: 00007fc04815be1e efl: 0000000000010206 cgf: 002b000000000033 erf: 0000000000000006 trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000008 [end of stack trace] Calling _exit(1). Core file will not be generated. As before, no crash with: export LD_PRELOAD=/usr/lib64/libcrypto.so.10 Note: concerning your crash with Google Maps: I have also crash (not always immediately) when viewing the map of geolocalised pictures (with Marple OR Google Maps). I have nvidia card (with official nvidia drivers). Like above, no crash if I "export LD_PRELOAD=/usr/lib64/libcrypto.so.10 " The Logs in Terminal are the same ! (from error:25066067:DSO support routines:DLFCN_LOAD ... ) So in my case these 2 bugs (connect to OneDrive/Dropbox and Marple/GoogleMaps) seem to be related. -- You are receiving this mail because: You are watching all bug changes.