Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#34498 - [libreoffice-calc]
Attached to Project:
Arch Linux
Opened by mattia (nTia89) - Wednesday, 27 March 2013, 18:36 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 01 June 2013, 09:58 GMT
Opened by mattia (nTia89) - Wednesday, 27 March 2013, 18:36 GMT
Last edited by Andreas Radke (AndyRTR) - Saturday, 01 June 2013, 09:58 GMT
|
DetailsDescription:
calc crash if I try to expand a cell that contains "Err:520" e.g. F15 cell in my worksheet (attached) if I try to it in Windows XP with libreoffice 4.0.1 (32bit) I don't have any cells with "Err:520" run it in a terminal i get: terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException' Additional info: * libreoffice-x86_64-4.0.1-5 Steps to reproduce: open the file attached and try to expand the F15 cell |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Saturday, 01 June 2013, 09:58 GMT
Reason for closing: Fixed
Additional comments about closing: initial bug is solved. every other bug should be reported in a new issue.
Saturday, 01 June 2013, 09:58 GMT
Reason for closing: Fixed
Additional comments about closing: initial bug is solved. every other bug should be reported in a new issue.
extra/libreoffice-calc 4.0.1-5 (libreoffice) [installed]
extra/libreoffice-common 4.0.1-5 (libreoffice) [installed]
extra/libreoffice-draw 4.0.1-5 (libreoffice) [installed]
extra/libreoffice-en-GB 4.0.1-1 [installed]
extra/libreoffice-extension-nlpsolver 4.0.1-5 (libreoffice-extensions) [installed]
extra/libreoffice-extension-presentation-minimizer 4.0.1-5 (libreoffice-extensions) [installed]
extra/libreoffice-gnome 4.0.1-5 (libreoffice) [installed]
extra/libreoffice-impress 4.0.1-5 (libreoffice) [installed]
extra/libreoffice-it 4.0.1-1 [installed]
extra/libreoffice-math 4.0.1-5 (libreoffice) [installed]
extra/libreoffice-writer 4.0.1-5 (libreoffice) [installed]
Google also finds some results for "Err:520"...
I open an upstream bug ( https://bugs.freedesktop.org/show_bug.cgi?id=62900 ), but since this problem doesn't occur in Win XP SP3 (almost vanilla), I think this is our problem.
1. open calc
2. start to write a formula (namely type '=') in any cell and calc crashes
after uninstalling all libreoffice-extensions Calc doesn't crash any more on my box.
In output of "pacman -Q" I saw that some extensions are not version 4.0.1:
$ pacman -Q | grep libreoffice
libreoffice-base 4.0.1-5
libreoffice-calc 4.0.1-5
libreoffice-common 4.0.1-5
libreoffice-de 4.0.1-1
libreoffice-draw 4.0.1-5
libreoffice-extension-ct2n 3.4.5-2
libreoffice-extension-diagram 3.4.5-2
libreoffice-extension-hunart 3.4.5-2
libreoffice-extension-nlpsolver 4.0.1-5
libreoffice-extension-numbertext 3.4.5-2
libreoffice-extension-oooblogger 3.4.5-2
libreoffice-extension-presentation-minimizer 4.0.1-5
libreoffice-extension-report-builder 4.0.1-5
libreoffice-extension-typo 3.4.5-2
libreoffice-extension-watch-window 3.4.5-2
libreoffice-extension-wiki-publisher 4.0.1-5
libreoffice-impress 4.0.1-5
libreoffice-kde4 4.0.1-5
libreoffice-math 4.0.1-5
libreoffice-sdk 4.0.1-5
libreoffice-writer 4.0.1-5
so I decided to uninstall all extensions in order to test if a old extension could be the reason:
# pacman -R $(pacman -Qq | grep libreoffice-extension)
result: error didn't occur any more on my side.
but no luck
now cells show me correctly the values of formulas, that is it doesn't show me "Err:520"
but if I try to expand it I get the same crash
(which provides the latest numbertext version, too)
THE BUG WAS SOLVED
I'm not sure if it was definitively a numbertext problem or other...