FS#46303 - [libreoffice-fresh] Writer formula editor freezing
Attached to Project:
Arch Linux
Opened by Tomi Leppänen (Tomin) - Tuesday, 15 September 2015, 18:19 GMT
Last edited by Andreas Radke (AndyRTR) - Thursday, 04 February 2016, 17:52 GMT
Opened by Tomi Leppänen (Tomin) - Tuesday, 15 September 2015, 18:19 GMT
Last edited by Andreas Radke (AndyRTR) - Thursday, 04 February 2016, 17:52 GMT
|
Details
Description:
Today I tried to do my homework on my laptop and I had to do some formulas. I used Libreoffice Writer (fresh version, 5.0.1-1) and always when I edit a formula it gets stuck into an infinite loop. One processor core is fully used and Writer is completely unresponsive. I can only kill it, which Gnome actually suggests after a while. It doesn't matter how I edit the formula but after a bit of editing it just freezes. Additional info: * package version(s) libreoffice-fresh 5.0.1-1 Steps to reproduce: I can't really say. Making a new file with a formula (I have multiple now) and working with them seems to trigger this. The freeze happens always when editing a formula, newer outside the editor. |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Thursday, 04 February 2016, 17:52 GMT
Reason for closing: No response
Thursday, 04 February 2016, 17:52 GMT
Reason for closing: No response
Maybe it's related to the gtk3 vlc. You may want to try gtk2 vlc or generic fallback vlc.
I tried SAL_USE_VCLPLUGIN=gtk3 libreoffice and SAL_USE_VCLPLUGIN=gtk2 libreoffice and they both froze. When I used SAL_USE_VCLPLUGIN=gen libreoffice it didn't freeze but it was very slow. I noticed that in the formula I was editing adding some random text after word newline makes it slow or frozen.
I also tried to make a more generic example (to be shared) that would show the problem, but weirdly even if I just copy the formula I used to test this to another document, there is no problem. It works just fine. If I remove most of the text in the document I was editing, I can't make it to freeze.
What should be noted though is that with libreoffice-still that it doesn't slow down at all but with libreoffice-fresh it does slow down. I think there must be some loop that doesn't exist in the older version.