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 730884 - FMR in cb_resize_vpane_finish
FMR in cb_resize_vpane_finish
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other All
: Normal critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2014-05-28 10:47 UTC by Morten Welinder
Modified: 2014-05-28 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2014-05-28 10:47:58 UTC
While trying to reproduce bug 727438, I produced this:


==23613== Invalid read of size 8
==23613==    at 0x4FAB2DA: cb_resize_vpane_finish (sheet-control-gui.c:1413)
==23613==    by 0x6402702: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0)
==23613==    by 0x6401CE4: g_main_context_dispatch (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0)
==23613==    by 0x6402047: ??? (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0)
==23613==    by 0x6402309: g_main_loop_run (in /lib/x86_64-linux-gnu/libglib-2.0.so.0.4000.0)
==23613==    by 0x5950E44: gtk_main (in /usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==23613==    by 0x404C34: main (main-application.c:392)
==23613==  Address 0x11fd06a0 is 144 bytes inside a block of size 336 free'd
==23613==    at 0x4C2BDEC: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==23613==    by 0x619907B: g_type_free_instance (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==23613==    by 0x61783D5: g_closure_invoke (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==23613==    by 0x6189D3C: ??? (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==23613==    by 0x6191A28: g_signal_emit_valist (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==23613==    by 0x6191CE1: g_signal_emit (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==23613==    by 0x5A85E17: ??? (in /usr/lib/x86_64-linux-gnu/libgtk-3.so.0.1000.8)
==23613==    by 0x617EACF: g_object_run_dispose (in /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.4000.0)
==23613==    by 0x5008BC3: wbcg_sheet_remove_all (wbc-gtk.c:1338)
==23613==    by 0x50039A0: wb_control_sheet_remove_all (workbook-control.c:96)
==23613==    by 0x4FFB2F0: workbook_dispose (workbook.c:128)
Comment 1 Morten Welinder 2014-05-28 10:58:06 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.