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 586191 - periodogram crash
periodogram crash
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Analytics
git master
Other All
: Normal critical
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2009-06-18 04:02 UTC by sum1
Modified: 2009-06-18 13:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description sum1 2009-06-18 04:02:51 UTC
Note: You may have to enable the "Time Series Analysis Functions" plug-in in Tools > Plug-ins to get the periodogram function.


Steps to reproduce:
- Enter "=periodogram(Sheet_Title)" (no quotes) into a cell


Backtrace:

Program received signal SIGSEGV, Segmentation fault.

Thread 3066148624 (LWP 19935)

  • #0 gnm_expr_eval
    at expr.c line 1423
  • #1 gnm_expr_top_eval
    at expr.c line 2992
  • #2 gnm_cell_eval_content
    at dependent.c line 1463
  • #3 gnm_rendered_value_new
    at rendered-value.c line 210
  • #4 gnm_cell_render_value
    at cell.c line 477
  • #5 row_calc_spans
    at cellspan.c line 411
  • #6 sheet_range_bounding_box
    at sheet.c line 2610
  • #7 scg_redraw_range
    at sheet-control-gui.c line 152
  • #8 sc_redraw_range
    at sheet-control.c line 90
  • #9 sheet_redraw_partial_row
    at sheet.c line 1375
  • #10 sheet_cell_calc_span
    at sheet.c line 1467
  • #11 sheet_cell_set_text
  • #12 cmd_set_text_redo
    at commands.c line 804
  • #13 gnm_command_push_undo
    at commands.c line 695
  • #14 cmd_set_text
  • #15 wbcg_edit_finish
    at wbc-gtk-edit.c line 222

Comment 1 Jean Bréfort 2009-06-18 05:32:04 UTC
I can't reproduce, but I do not have the latest git version. When trying that I get #NAME which seems logic.
Comment 2 Andreas J. Guelzow 2009-06-18 06:11:46 UTC
I can replicate with current git. 

Jean if you get #NAME then most likely the "Time Series Analysis Functions" plug-in isn't enabled.

A simpler way to the same crash is to enter 
=periodogram("HELP")

Comment 3 Morten Welinder 2009-06-18 13:31:26 UTC
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.