Created attachment 181818 [details] The CSV file I was attempting to open. This bug was filed from the crash reporting server and is br-3581264b-abff-42ea-a273-0c7cb795ac2a. ========================================= Was trying to open the attached CSV file, largish at 100,001 rows.
Also crashes on Windows x64.
Created attachment 181820 [details] backtrace That's apparently in the bundled libcuckoo. Fwiw, I can reproduce in a 7.5 debug build, additional console message shown: terminate called after throwing an instance of 'libcuckoo::load_factor_too_low' what(): Automatic expansion triggered when load factor was below minimum threshold Attaching backtrace.
Regression introduced by: author Noel Grandin <noel@peralex.com> 2021-09-06 12:46:51 +0200 committer Noel Grandin <noel.grandin@collabora.co.uk> 2021-09-09 09:06:45 +0200 commit 3749d9af3745c0eaff7239e379578e4e2af89e9d (patch) tree b769195ba13d277ce1d9d6f2a97ecfe95a6f13b9 parent 4bf266233daa7d9ed030a20fa4f487f9f5a82379 (diff) tdf#130795 use concurrent hashmap in SharedStringPool Bisected with: bibisect-linux64-7.3 Adding Cc: to Noel Grandin
also reproduced on windows
Hi Noel, I was wondering, after reading https://bugs.documentfoundation.org/show_bug.cgi?id=130795#c31, if we should just revert 3749d9af3745c0eaff7239e379578e4e2af89e9d and remove the cuckoo dependency
(In reply to Xisco Faulí from comment #5) > Hi Noel, > I was wondering, after reading > https://bugs.documentfoundation.org/show_bug.cgi?id=130795#c31, if we should > just revert 3749d9af3745c0eaff7239e379578e4e2af89e9d and remove the cuckoo > dependency I created a patch in gerrit in case we want to revert it: https://gerrit.libreoffice.org/c/core/+/138435
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/938c899831bd5b165b2b7db3945867a1ce155483 tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool" It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/8475b367298de73aec6abc60a159cc015baf9734 tdf#150452: sc_subsequent_filters: Add unittest It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Xisco Fauli committed a patch related to this issue. It has been pushed to "libreoffice-7-3": https://git.libreoffice.org/core/commit/dbfa68a56f087f06ac325a442c6cb0e99f3ecd53 tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool" It will be available in 7.3.6. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Xisco Fauli committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/3d415a3d1ccd89d29a58a52a1d569f6ccff28416 tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool" It will be available in 7.4.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 150535 has been marked as a duplicate of this bug. ***