GNOME Bugzilla – Bug 101549
gnome-cd crashes on start because of ORBit stub issues
Last modified: 2004-12-22 21:47:04 UTC
Package: gnome-media Severity: normal Version: 2.1.3 Synopsis: gnome-cd crashes on start, RH8.0 Bugzilla-Product: gnome-media Bugzilla-Component: Gnome-CD BugBuddy-GnomeVersion: 2.0 (2.0.3) Description: Description of Problem: Application crashes, printing out following lines : (gnome-cd:22029): Gtk-CRITICAL **: file gtkiconfactory.c: line 185 (gtk_icon_factory_add): assertion `icon_set != NULL' failed (gnome-cd:22029): Gtk-CRITICAL **: file gtkiconfactory.c: line 1187 (gtk_icon_set_unref): assertion `icon_set != NULL' failed (gnome-cd:22029): GLib-GObject-WARNING **: invalid cast from (NULL) pointer to `GObject' (gnome-cd:22029): GLib-GObject-CRITICAL **: file gobject.c: line 1307 (g_object_unref): assertion `G_IS_OBJECT (object)' failed ** ERROR **: file orbit-small.c: line 415 (orbit_small_demarshal): assertion failed: (ret != NULL) aborting... Steps to reproduce the problem: 1. Install gnome-media on RH8.0 2. in terminal : gnome-cd 3. crash Actual Results: Expected Results: CD would play How often does this happen? every time Additional Information: Debugging Information: Backtrace was generated from '/usr/local/bin/gnome-cd' [New Thread 8192 (LWP 22029)] 0x420ae169 in wait4 () from /lib/i686/libc.so.6
+ Trace 31843
Thread 1 (Thread 8192 (LWP 22029))
------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-12-18 15:20 ------- Reassigning to the default owner of the component, bugs@prettypeople.org.
Marking as NEW the trace is unique and appears to be a new crasher.
This bug is down to several things: a) Doing a make distcheck on a machine with a very new ORBit2 b) Running on a machine with an older ORBit2 What needs to be done is to ensure that we don't ship stubs/skels/common from a newer machine (good practice anyhow) so we need to add: DONT_DIST_SOURCE = $(CORBA_SOURCE) $(marshal_sources) dist-hook: for file in $(DONT_DIST_SOURCE) ; do \ rm -f $(distdir)/$$file ; \ done to the automake so we force remove those files from the package.
So, in gnome-cd's case this is the attached patch?
Created attachment 17348 [details] [review] patch according to michaels comment
Retitling, adding PATCH keyword, and marking 'high' because of the crash.
A dist-hook was added in GNOME-media 2.3.4. I'm going to mark this as fixed, can someone please verify with 2.3.4 or HEAD? Thanks.
*** Bug 123835 has been marked as a duplicate of this bug. ***