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 370135 - Copy/Cut after Select All requests insatiable memory
Copy/Cut after Select All requests insatiable memory
Status: RESOLVED DUPLICATE of bug 348922
Product: Gnumeric
Classification: Applications
Component: General
1.6.x
Other FreeBSD
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-11-03 18:14 UTC by Ted Schundler
Modified: 2006-11-03 19:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ted Schundler 2006-11-03 18:14:32 UTC
Steps to reproduce:
1. Open Gnumeric to default black worksheet
2. Select All (i.e. Ctrl+A)
3. Copy or Cut
::crash::
GLib-ERROR **: gmem.c:172: failed to allocate 536870912 bytes
aborting...


Stack trace:
  • #0 kill
    from /lib/libc.so.6
  • #1 raise
    from /usr/lib/libthr.so.2
  • #2 abort
    from /lib/libc.so.6
  • #3 g_logv
    from /usr/local/lib/libglib-2.0.so.0
  • #4 g_log
    from /usr/local/lib/libglib-2.0.so.0
  • #5 g_realloc
    from /usr/local/lib/libglib-2.0.so.0
  • #6 g_string_chunk_insert_const
    from /usr/local/lib/libglib-2.0.so.0
  • #7 g_string_sized_new
    from /usr/local/lib/libglib-2.0.so.0
  • #8 x_clipboard_get_cb
    from /usr/X11R6/lib/libspreadsheet-1.6.3.so
  • #9 gtk_clipboard_get_type
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #10 gtk_marshal_VOID__UINT_STRING
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #11 g_closure_invoke
    from /usr/local/lib/libgobject-2.0.so.0
  • #12 g_signal_has_handler_pending
    from /usr/local/lib/libgobject-2.0.so.0
  • #13 g_signal_emit_valist
    from /usr/local/lib/libgobject-2.0.so.0
  • #14 g_signal_emit_by_name
    from /usr/local/lib/libgobject-2.0.so.0
  • #15 gtk_selection_clear
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #16 gtk_selection_clear
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #17 gtk_marshal_VOID__UINT_STRING
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #18 g_cclosure_new_swap
    from /usr/local/lib/libgobject-2.0.so.0
  • #19 g_closure_invoke
    from /usr/local/lib/libgobject-2.0.so.0
  • #20 g_signal_has_handler_pending
    from /usr/local/lib/libgobject-2.0.so.0
  • #21 g_signal_emit_valist
    from /usr/local/lib/libgobject-2.0.so.0
  • #22 g_signal_emit
    from /usr/local/lib/libgobject-2.0.so.0
  • #23 gtk_widget_activate
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #24 gtk_main_do_event
    from /usr/X11R6/lib/libgtk-x11-2.0.so.0
  • #25 gdk_event_get_graphics_expose
    from /usr/X11R6/lib/libgdk-x11-2.0.so.0
  • #26 g_main_context_dispatch
    from /usr/local/lib/libglib-2.0.so.0
  • #27 g_main_context_acquire
    from /usr/local/lib/libglib-2.0.so.0
  • #28 g_main_loop_run
    from /usr/local/lib/libglib-2.0.so.0
  • #29 bonobo_main
    from /usr/local/lib/libbonobo-2.so.0
  • #30 main


Other information:
I suspect I could change certain sysctls to allow the application to consume more memory, but there's no reason it should need that much in the first place.
Comment 1 Morten Welinder 2006-11-03 19:31:16 UTC

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