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 160386 - win32 validate tool crashes gnumeric
win32 validate tool crashes gnumeric
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Analytics
git master
Other Windows
: High critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
: 160388 160951 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-12-03 21:56 UTC by Dominic Lachowicz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dominic Lachowicz 2004-12-03 21:56:55 UTC
tested on windows, not *nix. 

in A1, type 1. in A2, type 2. ... A10, type 10.

select A1->A10.

Menu->Data->Validate... crash.

interesting bits printed to the console follow:

(gnumeric.exe): libglade-WARNING **: Could not load support for `canvas': The sp
ecified module could not be found.

(gnumeric.exe): libglade-WARNING **: unknown widget class 'GnomeCanvas'

(gnumeric.exe): Gtk-WARNING **: gtk_scrolled_window_add(): cannot add non scroll
able widget use gtk_scrolled_window_add_with_viewport() instead

(gnumeric.exe): libglade-WARNING **: unknown widget class 'GnomeCanvas'

(gnumeric.exe): GLib-GObject-WARNING **: invalid cast from `GtkLabel' to `GnomeC
anvas'

(gnumeric.exe): GnomeCanvas-CRITICAL **: file gnome-canvas.c: line 3229 (gnome_c
anvas_root): assertion `GNOME_IS_CANVAS (canvas)' failed

(gnumeric.exe): GnomeCanvas-CRITICAL **: file gnome-canvas.c: line 197 (gnome_ca
nvas_item_new): assertion `GNOME_IS_CANVAS_GROUP (parent)' failed

...
Comment 1 Jon Kåre Hellan 2004-12-04 08:53:15 UTC
No crash on linux
Comment 2 Dominic Lachowicz 2004-12-04 15:58:21 UTC
my guess is that libglade-gnome (or whatever bits are required for Canvas
support) isn't being shipped in the windows package
Comment 3 Morten Welinder 2004-12-04 21:56:47 UTC
*** Bug 160388 has been marked as a duplicate of this bug. ***
Comment 4 j.gnome 2004-12-05 21:27:01 UTC
No crash with the "official" Windows package linked from the home page
(1.3.92-rc1), but I also tried these packages:
http://gnome.org/~jody/gnumeric/win32/gnumeric-1.3.93-rc1.exe: no crash
http://gnome.org/~jody/gnumeric/win32/gnumeric-1.4.0-rc1.exe: CRASH
Comment 5 Jody Goldberg 2004-12-10 17:57:42 UTC
*** Bug 160951 has been marked as a duplicate of this bug. ***
Comment 6 Ivan Wong 2004-12-13 11:52:56 UTC
I forgot to apply my win32 patch before building the binary of libglade 2.4.1
(gnumeric-1.3.93-rc1.exe uses 2.4.0), it's fixed:

http://www.ivanwong.info/gnumeric/gnumeric-1.4.1-rc1.exe

I am going to add this fix to the patch that the glade-3 team will send James later.
Comment 7 Dominic Lachowicz 2004-12-13 13:45:36 UTC
closing then. thanks.