Description: In the Public Function CopyToRange() on line 1086 the function instantly crashes, The label 'Check:string' has an obvious error. Steps to Reproduce: 1.use the function 2. 3. Actual Results: crashes Expected Results: no crashes Reproducible: Always User Profile Reset: No Additional Info: don't crash
Could you please attach a minimal example file so it's quick and easy to reproduce?
Created attachment 192187 [details] Calc document that triggers the bub I have made a short sketch that triggers the bug. It's a Calc document with macro's The code also shows on the sheet. Just push the button and see what happens.
Thank you for the feedback, I could reproduce this.
In debug version I get this: warn:basic.sbx:1266509:1267587:basic/source/sbx/sbxvalue.cxx:710: Not at Parent-Prop - otherwise CyclicRef warn:stoc:1266509:1267587:stoc/source/inspect/introspection.cxx:1612: object of type "com.sun.star.beans.XIntrospectionAccess" lacks XTypeProvider warn:stoc:1266509:1267587:stoc/source/inspect/introspection.cxx:1612: object of type "com.sun.star.beans.XIntrospectionAccess" lacks XTypeProvider warn:stoc:1266509:1267587:stoc/source/inspect/introspection.cxx:1612: object of type "com.sun.star.beans.XIntrospectionAccess" lacks XTypeProvider warn:basic.sbx:1266509:1267587:basic/source/sbx/sbxvalue.cxx:710: Not at Parent-Prop - otherwise CyclicRef Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 2cedb1a19ad605df4e148589e9027512e4dd9265 CPU threads: 16; OS: Linux 6.5; UI render: default; VCL: gtk3 Locale: ro-RO (ro_RO.UTF-8); UI: en-US Calc: threaded
I discover the existence of the bug report only now. The bug was corrected by next patch (LO 7.6+ / 9-dec-2023): https://gerrit.libreoffice.org/c/core/+/160472 So, the actual bug was reported between its correction and the public release of the fix. Thanks for reporting the bug anyway.