GNU bug report logs -
#63614
29.0.91; PGTK Emacs crashes after clearing the clipboard
Previous Next
Full log
View this message in rfc822 format
Leonardo Hernández Hernández <leohdz172 <at> proton.me> writes:
>> Sadly, it seems that most of the relevant local variables have been
>> optimized out. Would you please run (in this frame):
>>
>
>> (gdb) *event
>> (gdb) p *event->selection
>>
>
>>
>
>> Thanks.
>
> (gdb) frame 8
> #8 0x0000563f06c49d89 in pgtk_handle_selection_clear (event=<optimized out>) at pgtkselect.c:742
> 742 local_selection_data = LOCAL_SELECTION (selection_symbol, dpyinfo);
> (gdb) p *event
> value has been optimized out
> (gdb) frame 9
> #9 0x0000563f06a9a5c6 in pgtk_handle_selection_event (event=0x7fff20369bc0) at pgtkselect.c:782
> 782 pgtk_handle_selection_clear (event);
> (gdb) p *event
> $1 = {kind = SELECTION_CLEAR_EVENT, dpyinfo = 0x90c1b80, requestor = 0x0, selection = 0x45, target = 0x0, property = 0x0, time = 0}
> (gdb) p *event->selection
>
> $2 = <incomplete type>
> (gdb) p *event->dpyinfo
>
> Cannot access memory at address 0x90c1b80
> (gdb) quit
What is:
(gdb) p x_display_list
?
And thanks in advance.
This bug report was last modified 2 years and 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.