GNOME Bugzilla – Bug 582030
Criticals when merged cell becomes truncated by sheet resize
Last modified: 2009-10-12 00:47:46 UTC
Steps to reproduce: - Select A128:A129 - Merge the cells and keep them selected - Edit > Sheet > Resize - Resize to 128 rows and press OK to trigger the criticals Console output: CRITICAL **: scg_colrow_distance_get: assertion `to <= gnm_sheet_get_max_rows (sheet)' failed CRITICAL **: scg_colrow_distance_get: assertion `to <= gnm_sheet_get_max_rows (sheet)' failed CRITICAL **: scg_colrow_distance_get: assertion `to <= gnm_sheet_get_max_rows (sheet)' failed CRITICAL **: sheet_row_get: assertion `pos < gnm_sheet_get_max_rows (sheet)' failed CRITICAL **: sheet_row_get: assertion `pos < gnm_sheet_get_max_rows (sheet)' failed CRITICAL **: scg_colrow_distance_get: assertion `to <= gnm_sheet_get_max_rows (sheet)' failed Backtrace:
+ Trace 215286
I am not entirely surprised. I'll probably just make it refuse.
Fixed.