GNU bug report logs - #70073
29.3; Emacs-PGTK crashes upon marking some text inside emacs and then middle clicking outside of Emacs

Previous Next

Package: emacs;

Reported by: "Abraham S.A.H." <arash.sah <at> tuta.io>

Date: Fri, 29 Mar 2024 16:02:05 UTC

Severity: normal

Merged with 70072

Found in version 29.3

Full log


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

From: Po Lu <luangruo <at> yahoo.com>
To: "Abraham S.A.H." <arash.sah <at> tuta.io>
Cc: Eli Zaretskii <eliz <at> gnu.org>, 70073 <70073 <at> debbugs.gnu.org>
Subject: Re: bug#70073: 29.3; Emacs-PGTK crashes upon marking some text
 inside emacs and then middle clicking outside of Emacs
Date: Mon, 15 Apr 2024 19:27:51 +0800
"Abraham S.A.H." <arash.sah <at> tuta.io> writes:

> (gdb) p *(struct selection_input_event *) event
> $1 = {kind = SELECTION_REQUEST_EVENT, dpyinfo = 0x56243690, requestor
> = 0x55555651b3d0, selection = 0x1, target = 0x4d, property = 0x5e,
> time = 0}
> (gdb) p *dpyinfo
> value has been optimized out
> (gdb) p *dpyinfo->terminal
> value has been optimized out

Thanks.  Would you try this instead:

  (gdb) p *$1->dpyinfo
  (gdb) p *$1->requestor

?




This bug report was last modified 1 year and 71 days ago.

Previous Next


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