Bug 1410197
| Summary: | When switching between two remote servers, LO freezes hard | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matěj Cepl <mcepl> |
| Component: | libcmis | Assignee: | David Tardon <dtardon> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | caolanm, dtardon, erack, mcepl, mstahl, sbergman |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | libcmis-0.5.1-5.fc25 libcmis-0.5.1-5.fc24 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-03-03 03:55:08 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I think I can reproduce this in a simpler way: 1. Try to add a service of type Google Drive that uses 2FA, but enter a wrong PIN, so the addition fails. 2. Try to add the same service again. I think this is really a libcurl bug (what I see is: the orig. URL is redirected, the new one returns 401, but is then assigned again for another try in http_auth_act -> an infinite loop). But I can easily avoid the problem by limiting the number of redirections, which is a good thing to do anyway... libcmis-0.5.1-5.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-79404fc570 libcmis-0.5.1-5.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-7e3c76c92d libcmis-0.5.1-5.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-7e3c76c92d libcmis-0.5.1-5.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-79404fc570 libcmis-0.5.1-5.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. libcmis-0.5.1-5.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1237253 [details] backtrace in the moment LO is frozen Description of problem: When switching between two remote servers, LO freezes hard. Version-Release number of selected component (if applicable): libreoffice-core-5.2.3.3-11.fc25.x86_64 How reproducible: 2 out of 2 attempts Steps to Reproduce: 1. File / Open Remote File 2. In the dialog, switch "Service" from one account to another 3. Actual results: LO freezes. Even after an hour or so, it does not even changes the listbox Expected results: It should either switch to other account (preferable), or if anything is wrong, it should tell me. Additional info: