unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#56434: 29.0.50; PGTK cannot yank after second frame is deleted
@ 2022-07-07 12:01 Protesilaos Stavrou
  2022-07-07 13:18 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 4+ messages in thread
From: Protesilaos Stavrou @ 2022-07-07 12:01 UTC (permalink / raw)
  To: 56434

Dear maintainers,

I can reproduce the following on emacs -Q:

1. Produce a second frame with either M-x tear-off-window or C-x 5 b BUFFER

2. Mark a region with some text and type M-w

3. Delete the frame either via the system's window manager or C-x 5 0

4. Type C-y

5. Emacs hangs and displays the echo area message "Waiting for reply from
   selection owner..."

Setting debug-on-error to non-nil has no effect.  When Emacs hangs, the
shell prints this:

    (emacs:2090): GLib-GObject-CRITICAL **: 14:53:23.604: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

I am using the GNOME desktop right now.

Can you reproduce it on your end?  Do you want me to test something else?

All the best,
Protesilaos (or simply "Prot")

* * *

In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.17.6)
 of 2022-07-06 built on kronos
Repository revision: f65e4c46a3418c7f24f53503feda42e844951997
Repository branch: master
System Description: Arch Linux

Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games
 --with-modules --without-libotf --without-m17n-flt --without-gconf
 --with-native-compilation --with-xinput2 --with-pgtk --without-xaw3d
 --with-sound=no --without-gpm --without-compress-install
 '--program-transform-name=s/\([ec]tags\)/\1.emacs/'
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
 -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security
 -fstack-clash-protection -fcf-protection'
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'

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

Important settings:
  value of $LANG: C
  locale-coding-system: nil


-- 
Protesilaos Stavrou
https://protesilaos.com





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

* bug#56434: 29.0.50; PGTK cannot yank after second frame is deleted
  2022-07-07 12:01 bug#56434: 29.0.50; PGTK cannot yank after second frame is deleted Protesilaos Stavrou
@ 2022-07-07 13:18 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-07-07 14:08   ` Protesilaos Stavrou
  0 siblings, 1 reply; 4+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-07-07 13:18 UTC (permalink / raw)
  To: Protesilaos Stavrou; +Cc: 56434

Protesilaos Stavrou <info@protesilaos.com> writes:

> Dear maintainers,
>
> I can reproduce the following on emacs -Q:
>
> 1. Produce a second frame with either M-x tear-off-window or C-x 5 b BUFFER
>
> 2. Mark a region with some text and type M-w
>
> 3. Delete the frame either via the system's window manager or C-x 5 0
>
> 4. Type C-y
>
> 5. Emacs hangs and displays the echo area message "Waiting for reply from
>    selection owner..."
>
> Setting debug-on-error to non-nil has no effect.  When Emacs hangs, the
> shell prints this:
>
>     (emacs:2090): GLib-GObject-CRITICAL **: 14:53:23.604: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

Should be fixed now, please test.

> In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.17.6)
>  of 2022-07-06 built on kronos
> Repository revision: f65e4c46a3418c7f24f53503feda42e844951997
> Repository branch: master
> System Description: Arch Linux
>
> Configured using:
>  'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
>  --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games
>  --with-modules --without-libotf --without-m17n-flt --without-gconf
>  --with-native-compilation --with-xinput2 --with-pgtk --without-xaw3d
>  --with-sound=no --without-gpm --without-compress-install
>  '--program-transform-name=s/\([ec]tags\)/\1.emacs/'
>  'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
>  -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security
>  -fstack-clash-protection -fcf-protection'
>  LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'

Your configure options are mostly redundant.  `--with-xinput2' and
`--without-xaw3d' have no effect on PGTK, and `--with-modules' has been
the default for a long time.

These redundant configure flags make reading generated bug reports
confusing.  Please report the problem to the packager.

Thanks.





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

* bug#56434: 29.0.50; PGTK cannot yank after second frame is deleted
  2022-07-07 13:18 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-07-07 14:08   ` Protesilaos Stavrou
  2022-07-08  2:27     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 4+ messages in thread
From: Protesilaos Stavrou @ 2022-07-07 14:08 UTC (permalink / raw)
  To: Po Lu; +Cc: 56434-done

> From: Po Lu <luangruo@yahoo.com>
> Date: Thu, 07 Jul 2022 21:18:10 +0800
>
> Should be fixed now, please test.

Yes, it is fixed.  Closing the bug report.  Thank you!

> Your configure options are mostly redundant.  `--with-xinput2' and
> `--without-xaw3d' have no effect on PGTK, and `--with-modules' has been
> the default for a long time.
>
> These redundant configure flags make reading generated bug reports
> confusing.  Please report the problem to the packager.

Will convey the information.  Thanks!

-- 
Protesilaos Stavrou
https://protesilaos.com





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

* bug#56434: 29.0.50; PGTK cannot yank after second frame is deleted
  2022-07-07 14:08   ` Protesilaos Stavrou
@ 2022-07-08  2:27     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 4+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-07-08  2:27 UTC (permalink / raw)
  To: Protesilaos Stavrou; +Cc: 56434-done

Protesilaos Stavrou <info@protesilaos.com> writes:

> Yes, it is fixed.  Closing the bug report.  Thank you!

Any time, thanks for testing.





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

end of thread, other threads:[~2022-07-08  2:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07 12:01 bug#56434: 29.0.50; PGTK cannot yank after second frame is deleted Protesilaos Stavrou
2022-07-07 13:18 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-07-07 14:08   ` Protesilaos Stavrou
2022-07-08  2:27     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).