After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 138600 - Gnumeric crashes while pasting database formula
Gnumeric crashes while pasting database formula
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other Linux
: High critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2004-03-31 08:21 UTC by Jean Bréfort
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6


Attachments
backtrace (43.37 KB, text/plain)
2004-03-31 08:23 UTC, Jean Bréfort
Details

Description Jean Bréfort 2004-03-31 08:21:31 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.
Comment 1 Jean Bréfort 2004-03-31 08:23:47 UTC
Created attachment 26139 [details]
backtrace

The backtrace generated.
Comment 2 Morten Welinder 2004-03-31 18:43:23 UTC
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.