GNU bug report logs -
#16522
24.3.50; Regression: GLib-GObject warnings on stderr
Previous Next
Reported by: Barry OReilly <gundaetiapo <at> gmail.com>
Date: Wed, 22 Jan 2014 15:51:01 UTC
Severity: normal
Found in version 24.3.50
Done: Jan Djärv <jan.h.d <at> swipnet.se>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16522 in the body.
You can then email your comments to 16522 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#16522
; Package
emacs
.
(Wed, 22 Jan 2014 15:51:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Barry OReilly <gundaetiapo <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Wed, 22 Jan 2014 15:51:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
When I start emacs, I get errors like:
(emacs:13939): GLib-GObject-WARNING **: IA__g_object_notify: object class
`GtkMenuItem' has no property named `label'
They appear periodically as I do various things in Emacs. The first
one appears before doing anything at all. I do not witness these
warnings using Emacs 24.3.
This is with recent trunk revision a693e5b566a7a88fecbb95b1f64426c9f52b3198.
In GNU Emacs 24.3.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.10.4)
of 2014-01-21 on redacted
Repository revision:
Windowing system distributor `The X.Org Foundation', version 11.0.70101000
System Description: Red Hat Enterprise Linux Client release 5.4 (Tikanga)
Configured using:
`configure --prefix
/redacted/user/boreilly/sw/emacs-install-redacted
--with-gif=no'
Important settings:
value of $LANG: en_US
value of $XMODIFIERS: @im=none
locale-coding-system: iso-latin-1-unix
Major mode: Lisp Interaction
Minor modes in effect:
tooltip-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
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 r t - <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 sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util help-fns mail-prsvr mail-utils time-date tooltip electric
uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
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
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
dbusbind dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty emacs)
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#16522
; Package
emacs
.
(Fri, 24 Jan 2014 19:17:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 16522 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
GtkMenuItem's "label" property was introduced in GTK+ 2.16, according to
<https://bugreports.qt-project.org/browse/QTBUG-8537>. You're using GTK+
2.10.4, which could explain the problem. I'm using Firefox 20 which has
GTK+ 3.10.6 and do not see the problem.
I suspect that the attached patch (which is trunk bzr 115967.1.1) is
what introduced the problem. If you back this change out, does it fix
things? I'll CC: this to Daniel Colascione to give him a heads-up.
[115967.1.1.diff (text/x-patch, attachment)]
Added tag(s) moreinfo.
Request was from
Paul Eggert <eggert <at> cs.ucla.edu>
to
control <at> debbugs.gnu.org
.
(Sun, 26 Jan 2014 17:06:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#16522
; Package
emacs
.
(Tue, 11 Feb 2014 22:44:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 16522 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
> I suspect that the attached patch (which is trunk bzr 115967.1.1) is
> what introduced the problem. If you back this change out, does it
> fix things? I'll CC: this to Daniel Colascione to give him a
> heads-up.
Confirmed: reversing the patch on today's trunk causes the error message to
disappear.
[Message part 2 (text/html, inline)]
Removed tag(s) moreinfo.
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Thu, 09 Oct 2014 22:56:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#16522
; Package
emacs
.
(Sat, 11 Oct 2014 18:17:01 GMT)
Full text and
rfc822 format available.
Message #18 received at 16522 <at> debbugs.gnu.org (full text, mbox):
Paul Eggert wrote:
> GtkMenuItem's "label" property was introduced in GTK+ 2.16, according
> to <https://bugreports.qt-project.org/browse/QTBUG-8537>. You're using
> GTK+ 2.10.4, which could explain the problem. I'm using Firefox 20
> which has GTK+ 3.10.6 and do not see the problem.
>
> I suspect that the attached patch (which is trunk bzr 115967.1.1) is
> what introduced the problem. If you back this change out, does it fix
> things? I'll CC: this to Daniel Colascione to give him a heads-up.
Any comment on this issue?
Reply sent
to
Jan Djärv <jan.h.d <at> swipnet.se>
:
You have taken responsibility.
(Sun, 19 Oct 2014 17:29:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Barry OReilly <gundaetiapo <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 19 Oct 2014 17:29:03 GMT)
Full text and
rfc822 format available.
Message #23 received at 16522-done <at> debbugs.gnu.org (full text, mbox):
Hi.
Den 2014-10-11 20:16, Glenn Morris skrev:
> Paul Eggert wrote:
>
>> GtkMenuItem's "label" property was introduced in GTK+ 2.16, according
>> to <https://bugreports.qt-project.org/browse/QTBUG-8537>. You're using
>> GTK+ 2.10.4, which could explain the problem. I'm using Firefox 20
>> which has GTK+ 3.10.6 and do not see the problem.
>>
>> I suspect that the attached patch (which is trunk bzr 115967.1.1) is
>> what introduced the problem. If you back this change out, does it fix
>> things? I'll CC: this to Daniel Colascione to give him a heads-up.
>
> Any comment on this issue?
>
I added the obvious gtk version check.
Jan D.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#16522
; Package
emacs
.
(Sun, 19 Oct 2014 17:36:01 GMT)
Full text and
rfc822 format available.
Message #26 received at 16522 <at> debbugs.gnu.org (full text, mbox):
Jan Djärv wrote:
> I added the obvious gtk version check.
Thanks.
Note this issue is in emacs-24 branch too. Does it matter, or is it just
a warning?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#16522
; Package
emacs
.
(Sun, 19 Oct 2014 17:54:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 16522 <at> debbugs.gnu.org (full text, mbox):
Den 2014-10-19 19:35, Glenn Morris skrev:
> Jan Djärv wrote:
>
>> I added the obvious gtk version check.
>
> Thanks.
> Note this issue is in emacs-24 branch too. Does it matter, or is it just
> a warning?
>
It is just a warning. g_object_notify returns without doing anything or any harm.
Jan D.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 17 Nov 2014 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.