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 645555 - Non-numeric "To Line" in "Text to Columns" dialog causes Floating Point Exception
Non-numeric "To Line" in "Text to Columns" dialog causes Floating Point Excep...
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2011-03-22 17:08 UTC by John McCabe-Dansted
Modified: 2011-03-22 17:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John McCabe-Dansted 2011-03-22 17:08:25 UTC
Hi, I've run Mon-Keytest on gnumeric. It found this SIGFPE. Since Mon-Keytest generates an automated recipe to reproduce the bug, it can in theory be used with e.g. git bisect, but when compiling older versions of gnumeric I keep getting "config.status: error: cannot find input file: `schemas/org.gnome.gnumeric.gschema.xml.in.in'".

Keycodes: 
'''\Ade\AtX\Ai'''\[!Loop]
To reproduce:
1) Press Alt-D, E to open Text to Columns Dialog (KK: \Ad)(KK: e)
2) Press Alt-T, X to set To Line to "X1" (KK: \At)(KK: X)
3) Press Alt-I to activate "Finish" button (KK: \Ai)

Arch: x86_64

{{{
Program received signal SIGFPE, Arithmetic exception.
0x00007ffff798ce91 in clipboard_paste_region ()
   from /usr/local/lib/libspreadsheet-1.10.14.so
(gdb) #0  0x00007ffff798ce91 in clipboard_paste_region ()
   from /usr/local/lib/libspreadsheet-1.10.14.so
  • #1 cmd_text_to_columns_impl
    from /usr/local/lib/libspreadsheet-1.10.14.so
  • #2 gnm_command_push_undo
    from /usr/local/lib/libspreadsheet-1.10.14.so
  • #3 stf_text_to_columns
    from /usr/local/lib/libspreadsheet-1.10.14.so
  • #4 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #5 ??
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #8 _gtk_action_emit_activate
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkaction.c line 755
  • #9 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #10 ??
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #13 IA__gtk_widget_activate
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c line 4982
  • #14 IA__gtk_menu_shell_activate_item
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmenushell.c line 1293
  • #15 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #16 ??
    from /usr/lib/libgobject-2.0.so.0
  • #17 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #19 gtk_menu_item_mnemonic_activate
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmenuitem.c line 1398
  • #20 _gtk_marshal_BOOLEAN__BOOLEAN
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkmarshalers.c line 953
  • #21 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #22 ??
    from /usr/lib/libgobject-2.0.so.0
  • #23 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #24 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #25 IA__gtk_widget_mnemonic_activate
    at /build/buildd/gtk+2.0-2.20.1/gtk/gtkwidget.c line 4656
  • #26 _gtk_marshal_BOOLEAN__BOOLEAN
}}}

For more info  and screenshots see http://gmatht.homelinux.net/xp/keytest/html_out/out/gnumeric_1//html//1300809679.html
Comment 1 Morten Welinder 2011-03-22 17:39:39 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.