GNOME Bugzilla – Bug 677956
Crash on random generator
Last modified: 2012-06-12 16:31:16 UTC
new gnumeric select A1:A10 Data->Fill->RandomGenerator->Uncorrellated select uniform distribution 0 to 1 ok View->NewView ok close old view undo redo boom!!! ** (gnumeric:32180): CRITICAL **: wb_control_view: assertion `IS_WORKBOOK_CONTROL (wbc)' failed Segmentation fault
We need to update the wbc stored in the dao. Or not store one to begin with. Adding dao->wbc = wbc; to cmd_analysis_tool_redo and cmd_analysis_tool_undo might be enough.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.