GNU bug report logs - #12332
24.2.50; forgetting --without-gconf leads to crash at launch

Previous Next

Package: emacs;

Reported by: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>

Date: Sun, 2 Sep 2012 09:51:01 UTC

Severity: normal

Found in version 24.2.50

Done: Jan Djärv <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 12332-done <at> debbugs.gnu.org (full text, mbox):

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Peter Dyballa <Peter_Dyballa <at> Freenet.DE>
Cc: 12332-done <at> debbugs.gnu.org
Subject: Re: bug#12332: 24.2.50; forgetting --without-gconf leads to crash
	at launch
Date: Sun, 02 Sep 2012 13:17:04 +0200
Hello.

2012-09-02 11:46, Peter Dyballa skrev:

>   src/emacs
>
> (process:83853): GLib-GObject-CRITICAL **: gtype.c:2458: initialization assertion failed, use g_type_init() prior to this function
>
> (process:83853): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
>
> (process:83853): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
> Fatal error (10)Bus error (core dumped)
> Exit 138
>
>

Fixed in trunk.  GConf uses Gobject (where g_type_init is), but does not list 
it as a link time dependency, it apparently is linked in at runtime.  Thus, 
configure for Emacs does not find g_type_init and does not call it.

	Jan D.






This bug report was last modified 12 years and 269 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.