Created attachment 114524 [details] Crash details LO Crashed when I searched for a string. See log file for details.
@Alexandre : please provide a test document and the exact steps you carried out so that we can attempt to reproduce this behaviour, otherwise we are just searching in the dark. Setting to NEEDINFO, please set back to UNCONFIRMED when the information has been provided
The crash log indicates LO 4412 and OSX 10.10.2
(In reply to Alex Thurgood from comment #1) > @Alexandre : please provide a test document and the exact steps you carried > out so that we can attempt to reproduce this behaviour, otherwise we are > just searching in the dark. > > Setting to NEEDINFO, please set back to UNCONFIRMED when the information has > been provided I can't provide the file because it contains sensitive data. Basically, it's a report. Not sure if was exported by Word or any other tool. The file has 2 sheets, one with 30 columns + 5k lines, and the other sheet with 7 columns + 3.5k lines. I just press Command + F and starting typing, then LO crashed. It looks like that the search match a huge list of cells. As the file has only numbers in each cell, if I type 4 it crashes.
Do you reproduce this with a brand new file? eg: 1) create an ods file with 5 simple cells 2) save it in xlsx 3) close LO 4) open xlsx 5) try a search For the test, could you rename your LO directory profile (see https://wiki.documentfoundation.org/UserProfile#Mac_OS_X) and give a new try? If you still reproduce this could you indicate your language UI? Indeed, in code where it crashes (http://opengrok.libreoffice.org/xref/core/vcl/source/control/ilstbox.cxx#269), I noticed this: const vcl::I18nHelper& rI18nHelper = mpWindow->GetSettings().GetLocaleI18nHelper(); if GetLocaleI18nHelper() returns nothing, it'll indeed crash.
(In reply to Julien Nabet from comment #4) > Do you reproduce this with a brand new file? > eg: > 1) create an ods file with 5 simple cells > 2) save it in xlsx > 3) close LO > 4) open xlsx > 5) try a search > > > For the test, could you rename your LO directory profile (see > https://wiki.documentfoundation.org/UserProfile#Mac_OS_X) and give a new try? > > If you still reproduce this could you indicate your language UI? > Indeed, in code where it crashes > (http://opengrok.libreoffice.org/xref/core/vcl/source/control/ilstbox. > cxx#269), I noticed this: > const vcl::I18nHelper& rI18nHelper = > mpWindow->GetSettings().GetLocaleI18nHelper(); > if GetLocaleI18nHelper() returns nothing, it'll indeed crash. No. I tried with a small file, but doens't happen.
A bug report without a test file is absolutely useless and just takes our time.