all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5120: 23.1.50; GLib-WARNING **: g_set_prgname() called multiple times
@ 2009-12-04  8:17 Sven Joachim
  2009-12-04 11:06 ` Jan Djärv
  0 siblings, 1 reply; 3+ messages in thread
From: Sven Joachim @ 2009-12-04  8:17 UTC (permalink / raw
  To: emacs-pretest-bug

After a recent update of glib to version 2.22.3, a warning is printed on
the terminal when Emacs starts:

,----
| % ./emacs -q &
| [1] 6017
| 
| (emacs:6017): GLib-WARNING **: g_set_prgname() called multiple times
`----

From the glib NEWS file:

,----
| Overview of Changes from GLib 2.22.2 to GLib 2.22.3
| ===================================================
| 
| * Bugs fixed:
|  [...]
|  563627 g_get_prgname() threadsafety
`----

The URL to the glib g_get_prgname bug is
https://bugzilla.gnome.org/show_bug.cgi?id=563627.


In GNU Emacs 23.1.50.5 (i486-pc-linux-gnu, GTK+ Version 2.18.4)
 of 2009-12-04 on turtle
Windowing system distributor `The X.Org Foundation', version 11.0.10605000
configured using `configure  '--build=i486-pc-linux-gnu' 'build_alias=i486-pc-linux-gnu''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: C
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: de_DE.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o e <backspace> r t - e <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow mail-extr message ecomplete rfc822 mml easymenu mml-sec
password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231
rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc
time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1
hex-util hashcash mail-utils emacsbug sendmail regexp-opt tooltip
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting
tool-bar dnd fontset image fringe lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button
minibuffer faces cus-face text-properties overlay md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote
make-network-process dbusbind font-render-setting gtk x-toolkit x
multi-tty emacs)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#5120: 23.1.50; GLib-WARNING **: g_set_prgname() called multiple times
  2009-12-04  8:17 bug#5120: 23.1.50; GLib-WARNING **: g_set_prgname() called multiple times Sven Joachim
@ 2009-12-04 11:06 ` Jan Djärv
  2009-12-04 13:32   ` Jan Djärv
  0 siblings, 1 reply; 3+ messages in thread
From: Jan Djärv @ 2009-12-04 11:06 UTC (permalink / raw
  To: Sven Joachim, 5120; +Cc: emacs-pretest-bug



Sven Joachim skrev 2009-12-04 09.17:
> After a recent update of glib to version 2.22.3, a warning is printed on
> the terminal when Emacs starts:
>
> ,----
> | % ./emacs -q&
> | [1] 6017
> |
> | (emacs:6017): GLib-WARNING **: g_set_prgname() called multiple times
> `----
>
>> From the glib NEWS file:
>
> ,----
> | Overview of Changes from GLib 2.22.2 to GLib 2.22.3
> | ===================================================
> |
> | * Bugs fixed:
> |  [...]
> |  563627 g_get_prgname() threadsafety
> `----
>
> The URL to the glib g_get_prgname bug is
> https://bugzilla.gnome.org/show_bug.cgi?id=563627.
>

The latest comments (made today) in that bug says that the change should be 
reverted.  Lets wait and see what happens before we change Emacs.

	Jan D.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#5120: 23.1.50; GLib-WARNING **: g_set_prgname() called multiple times
  2009-12-04 11:06 ` Jan Djärv
@ 2009-12-04 13:32   ` Jan Djärv
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Djärv @ 2009-12-04 13:32 UTC (permalink / raw
  To: Sven Joachim, 5120; +Cc: emacs-pretest-bug

Jan Djärv skrev:
> 
> 
> Sven Joachim skrev 2009-12-04 09.17:
>> After a recent update of glib to version 2.22.3, a warning is printed on
>> the terminal when Emacs starts:
>>
>> ,----
>> | % ./emacs -q&
>> | [1] 6017
>> |
>> | (emacs:6017): GLib-WARNING **: g_set_prgname() called multiple times
>> `----
>>
>>> From the glib NEWS file:
>>
>> ,----
>> | Overview of Changes from GLib 2.22.2 to GLib 2.22.3
>> | ===================================================
>> |
>> | * Bugs fixed:
>> |  [...]
>> |  563627 g_get_prgname() threadsafety
>> `----
>>
>> The URL to the glib g_get_prgname bug is
>> https://bugzilla.gnome.org/show_bug.cgi?id=563627.
>>
> 
> The latest comments (made today) in that bug says that the change should 
> be reverted.  Lets wait and see what happens before we change Emacs.
> 

Besides, there is nothing we can do.  We just call gtk_init.  It is inside 
that function somewhere the warning gets produced.  The obviously didn't test 
that patch at all.

	Jan D.







^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-12-04 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-04  8:17 bug#5120: 23.1.50; GLib-WARNING **: g_set_prgname() called multiple times Sven Joachim
2009-12-04 11:06 ` Jan Djärv
2009-12-04 13:32   ` Jan Djärv

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.