Created attachment 201671 [details] Screen recording See screen recording where I just pick arbitrary year entries from a date column, click the new "Lock" option, then OK and the application crashes.
Created attachment 201672 [details] My test document Test document with a database range "Import1" and auto-filter set.
Reproducible Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 36a55369a6ac72ae985cf31405b7f52686665d84 CPU threads: 16; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Raster; VCL: win Locale: en-US (es_ES); UI: en-US Calc: CL threaded Versions with Lock option crash, it has begun with 24.2
Implemented in bug 133836
*** Bug 169594 has been marked as a duplicate of this bug. ***
Created attachment 204229 [details] GDB trace of crash
@Andreas thanks for reporting the issue, i can reproduce it. back when i implemented it, i was a half baked programmer, not that things have changed drastically since then ;). i will push a fix shortly :).
I remember now, (after looking at the code), in the code, there's this condition which checks if the entry is a date or not, and i had no idea on how to handle dates, so i only added the lock related code for entries which are not dates :).