GNOME Bugzilla – Bug 138600
Gnumeric crashes while pasting database formula
Last modified: 2004-12-22 21:47:04 UTC
I copies database formula from one sheet to another with a smaller numer of rows. Source celles were Sheet1!C47:C52, destination Sheet2!C34:C39. The contents of the cells are: C47: =dcount($A$5:$M$45;C$5;C51:C52) C48: =daverage($A$5:$M$45;C$5;C51:C52) C49: =dstdev($A$5:$M$45;C$5;C51:C52) C50: C51: =C5 C52: >=0 If instead, I paste to Sheet2!C46 and then move the cells, things work as expected.
Created attachment 26139 [details] backtrace The backtrace generated.
While I cannot reproduce -- it's value and system depedent -- the code clearly has a very serious problem: in effect g_free (g_alloca (...)). Fixed and backported.