1) SoGo connector version listed on Thunderbird plugins site is 31.0.2. GitHub is up to 31.0.4; is a release planned?
2) I am debugging TB hangs with windows 10, where the entire GUI freezes. TB is using 100% of a CPU, for up to 90 secs at a time. Attaching with a debugger, and breaking in the hung state, the main thread always seems to be in a state where text/x-vcard MIME type is being converted to file extension .vcf. I am using connector with the CardBook plugin connected to a Synology NAS running OwnCloud on a 1G ethernet. I have about 450 contacts. I don't know the internals of any of this - so I can't tell if it's CardBook or the connector. Is connector doing anything that blocks on the main thread? All I can tell is that the JS JIT is running, xul.dll calls XPCWrappedNative::CallMethod, which eventually does MakeFileInputStream, which eventually does GetMIMEInforFromOS (text/x-vcard), and then seems to open a RegistryKey and apparently spends enough time somewhere in AcLayers.dll that breaking seems to hit there most often. If this sounds familiar to someone who knows the code, please let me know. (Of course if connector IS blocking on the main thread, that needs to be fixed!) Thanks for any help and/or clues. -- [email protected] https://inverse.ca/sogo/lists
