GNU bug report logs - #53861
29.0.50; PGTK: Gdk-Warnings with frame parameter (visibility . nil)

Previous Next

Package: emacs;

Reported by: Stephen Berman <stephen.berman <at> gmx.net>

Date: Mon, 7 Feb 2022 22:35:02 UTC

Severity: normal

Tags: moreinfo

Found in version 29.0.50

Done: Stephen Berman <stephen.berman <at> gmx.net>

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 53861 in the body.
You can then email your comments to 53861 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#53861; Package emacs. (Mon, 07 Feb 2022 22:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Stephen Berman <stephen.berman <at> gmx.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 07 Feb 2022 22:35:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Stephen Berman <stephen.berman <at> gmx.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 29.0.50; PGTK: Gdk-Warnings with frame parameter (visibility . nil)
Date: Mon, 07 Feb 2022 23:34:19 +0100
0. emacs -Q
1. Evaluate (setq frame (make-frame '((visibility . nil))))
=> In the shell an endless stream of warnings like this is emitted:

emacs-pgtk:20385): Gdk-CRITICAL **: 23:16:22.051: gdk_window_get_origin: assertion 'GDK_IS_WINDOW (window)' failed

After evaluating (make-frame-visible frame) the warnings stop.  In a
non-PGTK GTK3 build the above recipe produces no warning.


In GNU Emacs 29.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.17.4)
 of 2022-02-07 built on strobelfs2
Repository revision: 919cbe2b7da2302a66a15a4611eef8a215bd5755
Repository branch: master
System Description: Linux From Scratch r11.0-115

Configured using:
 'configure --with-pgtk --with-xwidgets 'CFLAGS=-Og -g3'
 PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PGTK PNG
RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XIM
XWIDGETS GTK3 ZLIB





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53861; Package emacs. (Tue, 08 Feb 2022 01:40:02 GMT) Full text and rfc822 format available.

Message #8 received at 53861 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: 53861 <at> debbugs.gnu.org
Subject: Re: bug#53861: 29.0.50; PGTK: Gdk-Warnings with frame parameter
 (visibility . nil)
Date: Tue, 08 Feb 2022 09:39:25 +0800
Stephen Berman <stephen.berman <at> gmx.net> writes:

> 0. emacs -Q
> 1. Evaluate (setq frame (make-frame '((visibility . nil))))
> => In the shell an endless stream of warnings like this is emitted:
>
> emacs-pgtk:20385): Gdk-CRITICAL **: 23:16:22.051: gdk_window_get_origin: assertion 'GDK_IS_WINDOW (window)' failed
>
> After evaluating (make-frame-visible frame) the warnings stop.  In a
> non-PGTK GTK3 build the above recipe produces no warning.
>
>
> In GNU Emacs 29.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.17.4)
>  of 2022-02-07 built on strobelfs2
> Repository revision: 919cbe2b7da2302a66a15a4611eef8a215bd5755
> Repository branch: master
> System Description: Linux From Scratch r11.0-115
>
> Configured using:
>  'configure --with-pgtk --with-xwidgets 'CFLAGS=-Og -g3'
>  PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig'
>
> Configured features:
> ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
> JSON LCMS2 LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PGTK PNG
> RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XIM
> XWIDGETS GTK3 ZLIB

Thanks, should be fixed now.




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 08 Feb 2022 06:14:02 GMT) Full text and rfc822 format available.

Reply sent to Stephen Berman <stephen.berman <at> gmx.net>:
You have taken responsibility. (Tue, 08 Feb 2022 10:27:02 GMT) Full text and rfc822 format available.

Notification sent to Stephen Berman <stephen.berman <at> gmx.net>:
bug acknowledged by developer. (Tue, 08 Feb 2022 10:27:02 GMT) Full text and rfc822 format available.

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

From: Stephen Berman <stephen.berman <at> gmx.net>
To: Po Lu <luangruo <at> yahoo.com>
Cc: 53861-done <at> debbugs.gnu.org
Subject: Re: bug#53861: 29.0.50; PGTK: Gdk-Warnings with frame parameter
 (visibility . nil)
Date: Tue, 08 Feb 2022 11:26:08 +0100
On Tue, 08 Feb 2022 09:39:25 +0800 Po Lu <luangruo <at> yahoo.com> wrote:

> Stephen Berman <stephen.berman <at> gmx.net> writes:
>
>> 0. emacs -Q
>> 1. Evaluate (setq frame (make-frame '((visibility . nil))))
>> => In the shell an endless stream of warnings like this is emitted:
>>
>> emacs-pgtk:20385): Gdk-CRITICAL **: 23:16:22.051: gdk_window_get_origin:
>> assertion 'GDK_IS_WINDOW (window)' failed
>>
>> After evaluating (make-frame-visible frame) the warnings stop.  In a
>> non-PGTK GTK3 build the above recipe produces no warning.
>>
>>
>> In GNU Emacs 29.0.50 (build 6, x86_64-pc-linux-gnu, GTK+ Version 3.24.31,
>> cairo version 1.17.4)
>>  of 2022-02-07 built on strobelfs2
>> Repository revision: 919cbe2b7da2302a66a15a4611eef8a215bd5755
>> Repository branch: master
>> System Description: Linux From Scratch r11.0-115
>>
>> Configured using:
>>  'configure --with-pgtk --with-xwidgets 'CFLAGS=-Og -g3'
>>  PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig'
>>
>> Configured features:
>> ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
>> JSON LCMS2 LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PGTK PNG
>> RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XIM
>> XWIDGETS GTK3 ZLIB
>
> Thanks, should be fixed now.

Confirmed, so I'm closing the bug.  Thanks.

Steve Berman




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53861; Package emacs. (Tue, 08 Feb 2022 11:48:01 GMT) Full text and rfc822 format available.

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

From: Po Lu <luangruo <at> yahoo.com>
To: Stephen Berman <stephen.berman <at> gmx.net>
Cc: 53861-done <at> debbugs.gnu.org
Subject: Re: bug#53861: 29.0.50; PGTK: Gdk-Warnings with frame parameter
 (visibility . nil)
Date: Tue, 08 Feb 2022 19:47:13 +0800
Stephen Berman <stephen.berman <at> gmx.net> writes:

> Confirmed, so I'm closing the bug.  Thanks.

Thanks for testing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 Mar 2022 12:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 107 days ago.

Previous Next


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