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 348903 - Crashes trying to insert a new row
Crashes trying to insert a new row
Status: RESOLVED DUPLICATE of bug 92131
Product: Gnumeric
Classification: Applications
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-07-27 07:52 UTC by Israel Herraiz
Modified: 2006-08-01 00:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case (846.96 KB, application/x-gnumeric)
2006-07-27 07:53 UTC, Israel Herraiz
Details

Description Israel Herraiz 2006-07-27 07:52:03 UTC
I have a document with three sheets. In the third sheet (called bugs), if I try to insert a row at the beginning (first row), the application crashes. It does not happen in the other two sheets.

I can provide the document under demand. The version of Gnumeric is that included in Ubuntu Dapper.

This is the output when gnumeric is launched from the command line:

herraiz@arenales:~/gsyc/projects/private/papers/tesis_herraiz/estancias/victoria $ gnumeric data/pgsqlml.gnumeric
Reading file:///home/herraiz/gsyc/projects/private/papers/tesis_herraiz/estancias/victoria/data/pgsqlml.gnumeric
QPixmap::operator=: Cannot assign to pixmap during painting
QPixmap::operator=: Cannot assign to pixmap during painting
QPixmap::operator=: Cannot assign to pixmap during painting
QPixmap::operator=: Cannot assign to pixmap during painting
Segmentation fault
Comment 1 Israel Herraiz 2006-07-27 07:53:18 UTC
Created attachment 69712 [details]
Test case

This is the document which causes the crash described in the report.
Comment 2 Jon Kåre Hellan 2006-07-27 08:03:38 UTC
Confirmed both for HEAD and 1.6.3
Comment 3 Jon Kåre Hellan 2006-07-27 08:22:09 UTC
Stack is 61670 levels deep, starts like this:

 (gdb) bt
  • #0 gnm_expr_eval
    at expr.c line 1035
  • #1 gnm_expr_top_eval
    at expr.c line 2719
  • #2 cell_eval_content
    at dependent.c line 1399
  • #3 gnm_expr_eval
    at expr.c line 1294
  • #4 gnm_expr_eval
    at expr.c line 1129
  • #5 gnm_expr_top_eval
    at expr.c line 2719
  • #6 cell_eval_content
    at dependent.c line 1399
  • #61629 gnm_expr_top_eval
    at expr.c line 2719
  • #61630 cell_eval_content
    at dependent.c line 1399
  • #61631 dependent_eval
    at dependent.c line 1490
  • #61632 workbook_recalc
    at dependent.c line 2523

Comment 4 Andreas J. Guelzow 2006-07-27 17:11:09 UTC
This looks again like bug 92131
Comment 5 Morten Welinder 2006-08-01 00:17:37 UTC
It is.  Fixes are being discussed.


*** This bug has been marked as a duplicate of 92131 ***