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 533288 - randfdist hang
randfdist hang
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: 2008-05-15 13:48 UTC by sum1
Modified: 2008-05-16 15:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch (1.63 KB, patch)
2008-05-15 14:10 UTC, Morten Welinder
none Details | Review

Description sum1 2008-05-15 13:48:02 UTC
Version: r16561
OS: Ubuntu Hardy

Steps to reproduce:
- Enter '=randfdist(-1.0%,2/5/2008)' (no quotes) into A1

Backtrace:

Program received signal SIGINT, Interrupt.

Thread 3061721696 (LWP 7332)

  • #0 __kernel_vsyscall
  • #1 __read_nocancel
    from /lib/tls/i686/cmov/libc.so.6
  • #2 random_01
    at mathfunc.c line 6530
  • #3 gamma_frac
    at mathfunc.c line 6776
  • #4 random_gamma
    at mathfunc.c line 6847
  • #5 random_fdist
    at mathfunc.c line 6873
  • #6 gnumeric_randfdist
    at functions.c line 722
  • #7 function_call_with_exprs
    at func.c line 1247
  • #8 gnm_expr_eval
    at expr.c line 1319
  • #9 gnm_expr_top_eval
    at expr.c line 2837
  • #10 gnm_cell_eval_content
    at dependent.c line 1450
  • #11 gnm_rendered_value_new
    at rendered-value.c line 210
  • #12 gnm_cell_render_value
    at cell.c line 469
  • #13 row_calc_spans
    at cellspan.c line 411
  • #14 sheet_range_bounding_box
    at sheet.c line 2250
  • #15 scg_redraw_range
    at sheet-control-gui.c line 147
  • #16 sc_redraw_range
    at sheet-control.c line 89
  • #17 sheet_redraw_partial_row
    at sheet.c line 1010
  • #18 sheet_cell_calc_span
    at sheet.c line 1102
  • #19 sheet_cell_set_text
  • #20 cmd_set_text_redo
    at commands.c line 851
  • #21 command_push_undo
    at commands.c line 742
  • #22 cmd_set_text
  • #23 wbcg_edit_finish
    at wbc-gtk-edit.c line 222
  • #24 cb_gee_key_press_event
    at gnumeric-expr-entry.c line 507

Comment 1 Morten Welinder 2008-05-15 14:10:14 UTC
Created attachment 110955 [details] [review]
Patch

this should fix it.  will commit when possible.
Comment 2 Morten Welinder 2008-05-16 15:44:13 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.