GNOME Bugzilla – Bug 315118
[win32] Sheet Object copy -> critical
Last modified: 2006-10-18 09:16:30 UTC
Please describe the problem: I receive ** (gnumeric.exe:2832): CRITICAL **: cellregion_to_string: assertion `cr->rows >= 0' failed in 1.5.5rc1 (windows version) Steps to reproduce: 1. Create circle in any place of sheet 2. Right-Click on this Circle, select 'Copy' from drop-down menu 3. Actual results: 'CRITICAL' above Expected results: =) Does this happen every time? Yes Other information:
I can't reproduce on linux with HEAD
Ditto. Assuming Windows-only.
Confirmed against HEAD.
I can reproduce this on Linux with sheet objects which are neither exportable nor imageable (e.g. GnmSOFilled). The reason is that: - with the aforesaid objects x_claim_clipboard() claims the clipboard with the default target table which includes string targets; - this results in calling cellregion_to_string() with CellRegion->(rows|cols) < 0 in x_clipboard_get_cb(). I suspect that cellregion_to_string() can check cr->(rows|cols) silently without showing the warning?
*** This bug has been marked as a duplicate of 308569 ***