Bug 971880
| Summary: | Harfbuzz 0.9.18-1 causes LibreOffice to crash | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Princeton <princetonf> |
| Component: | harfbuzz | Assignee: | Parag Nemade <pnemade> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | balay, i18n-bugs, jbastian, mclasen, pnemade, polyakov, psatpute, twaugh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | harfbuzz-0.9.18-2.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-06-09 03:33:30 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: | |||
Fixed libreoffice is already available on koji. http://koji.fedoraproject.org/koji/buildinfo?buildID=425097 harfbuzz-0.9.18-2.fc19,libreoffice-4.1.0.0-7.beta2.fc19,webkitgtk-2.0.2-2.fc19,webkitgtk3-2.0.2-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/harfbuzz-0.9.18-2.fc19,libreoffice-4.1.0.0-7.beta2.fc19,webkitgtk-2.0.2-2.fc19,webkitgtk3-2.0.2-3.fc19 *** Bug 971952 has been marked as a duplicate of this bug. *** *** Bug 971951 has been marked as a duplicate of this bug. *** *** Bug 971771 has been marked as a duplicate of this bug. *** This also broke Tom 'spot' Callaway's Chromium build [1] $ chromium-browser /usr/lib64/chromium-browser/chromium-browser: symbol lookup error: /usr/lib64/chromium-browser/chromium-browser: undefined symbol: hb_icu_get_unicode_funcs [1] http://fedoraproject.org/wiki/Chromium Should this bug be closed as a duplicate of bug 971795? Package harfbuzz-0.9.18-2.fc19, libreoffice-4.1.0.0-7.beta2.fc19, webkitgtk-2.0.2-2.fc19, webkitgtk3-2.0.2-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing harfbuzz-0.9.18-2.fc19 libreoffice-4.1.0.0-7.beta2.fc19 webkitgtk-2.0.2-2.fc19 webkitgtk3-2.0.2-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-10363/harfbuzz-0.9.18-2.fc19,libreoffice-4.1.0.0-7.beta2.fc19,webkitgtk-2.0.2-2.fc19,webkitgtk3-2.0.2-3.fc19 then log in and leave karma (feedback). harfbuzz-0.9.18-2.fc19, libreoffice-4.1.0.0-7.beta2.fc19, webkitgtk-2.0.2-2.fc19, webkitgtk3-2.0.2-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: An upgrade to Harfbuzz 0.9.18-1 causes LibreOffice to crash upon starting. Downgrading to version 0.9.17-1 resolves the issue. Version-Release number of selected component (if applicable): 0.9.18-1 How reproducible: Very. Simply upgrade to Harfbuzz 0.9.18-1 and try to open a new instance of LibreOffice. Steps to Reproduce: 1. Upgrade to HarfBuzz 0.9.18-1 2. Open a new instance of LibreOffice. Actual results: LibreOffice crashes. Expected results: LibreOffice shouldn't crash. Additional info: (from gdb) : ==================================================== (gdb) run Starting program: /usr/lib64/libreoffice/program/soffice.bin [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib64/libgobject-2.0.so.0.3600.2-gdb.py", line 9, in <module> from gobject import register File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module> import gdb.backtrace ImportError: No module named backtrace Traceback (most recent call last): File "/usr/share/gdb/auto-load/usr/lib64/libgobject-2.0.so.0.3600.2-gdb.py", line 9, in <module> from gobject import register File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module> import gdb.backtrace ImportError: No module named backtrace [New Thread 0x7ffff782c700 (LWP 1950)] [New Thread 0x7fffecdc2700 (LWP 1951)] [New Thread 0x7fffe7fff700 (LWP 1952)] [New Thread 0x7fffe71bc700 (LWP 1954)] /usr/lib64/libreoffice/program/soffice.bin: symbol lookup error: /usr/lib64/libreoffice/program/libvcllo.so: undefined symbol: hb_icu_script_to_script [Thread 0x7fffe7fff700 (LWP 1952) exited] [Thread 0x7fffe71bc700 (LWP 1954) exited] [Thread 0x7fffecdc2700 (LWP 1951) exited] [Thread 0x7ffff782c700 (LWP 1950) exited] [Inferior 1 (process 1946) exited with code 0177] ====================================================