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 322145 - Gnumeric crashes with Clearlooks CVS
Gnumeric crashes with Clearlooks CVS
Status: RESOLVED FIXED
Product: gtk-engines
Classification: Deprecated
Component: clearlooks
1.9.x
Other All
: High critical
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2005-11-22 15:49 UTC by Kevin Duffus
Modified: 2005-11-28 23:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Kevin Duffus 2005-11-22 15:49:02 UTC
Steps to reproduce:
Install the latest CVS build of gtk-engines and run Gnumeric. The main Gnumeric
window opens but crashes immediately.

Stack trace:
Backtrace was generated from '/usr/bin/gnumeric'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1228240512 (LWP 14758)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1228240512 (LWP 14758))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/tls/i686/cmov/libc.so.6
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 clearlooks_set_widget_parameters
    at ./src/clearlooks_style.c line 204
  • #5 draw_shadow
    at ./src/clearlooks_style.c line 296
  • #6 gtk_paint_shadow
    from /usr/lib/libgtk-x11-2.0.so.0
  • #7 item_bar_get_type
    from /usr/lib/libspreadsheet.so.0
  • #8 foo_canvas_item_get_bounds
    from /usr/lib/libgoffice-1.so.0
  • #9 foo_canvas_c2w
    from /usr/lib/libgoffice-1.so.0
  • #10 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #11 g_type_class_meta_marshal
    at gclosure.c line 567


Other information:
Comment 1 Morten Welinder 2005-11-22 16:34:16 UTC
It is crashing in theme code, not gnumeric code.  Please file with theme
authors.  (Makring INVALID which is true as far as gnumeric is concerned.)
Comment 2 Kevin Duffus 2005-11-22 16:42:42 UTC
crash occurs in Clearlooks engine code
Comment 3 Teppo Turtiainen 2005-11-27 20:45:37 UTC
According to simple-dup-finder this is a unique stack trace.
Comment 4 Richard Stellingwerff 2005-11-28 19:59:17 UTC
This has been fixed in CVS. Thanks for reporting!
Comment 5 Kevin Duffus 2005-11-28 23:28:41 UTC
great! thanks for the quick responses.