unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Noam Postavsky <npostavs@gmail.com>
To: Kaushal Modi <kaushal.modi@gmail.com>
Cc: 32258@debbugs.gnu.org
Subject: bug#32258: 27.0.50; Crash on minimizing/maximizing Emacs frame from taskbar [RHEL 6.8 GTK2]
Date: Tue, 24 Jul 2018 09:52:47 -0400	[thread overview]
Message-ID: <87h8ko4u6o.fsf@gmail.com> (raw)
In-Reply-To: <CAFyQvY2Mv0csf8T1bbCTcoRF09JBR5MAECs-FL9fM-MAJYCKPA@mail.gmail.com> (Kaushal Modi's message of "Tue, 24 Jul 2018 09:36:10 -0400")

Kaushal Modi <kaushal.modi@gmail.com> writes:

> Thread 1 "emacs" hit Breakpoint 3, Fsignal (error_symbol=XIL(0xd980),
> data=XIL(0x127f163))
>     at eval.c:1582
> 1582      signal_or_quit (error_symbol, data, false);
> (gdb) r -Q
> The program being debugged has been started already.
> Start it from the beginning? (y or n) n
> Program not restarted.
> (gdb) p error_symbol
> $1 = XIL(0xd980)
> (gdb) xsymbol
> $2 = (struct Lisp_Symbol *) 0xe1b2c0 <lispsym+55680>
> "void-variable"
> (gdb) condition 3 error_symbol!=XIL(0xd980)
> (gdb) c
> Continuing.
> Error in testing breakpoint condition:
> Structure has no component named operator!=.
> Error in testing breakpoint condition:
> Structure has no component named operator!=.

This works for me:

    condition 3 !EQ (error_symbol, XIL(0xd980))

Using $1 instead of XIL(0xd980) also works (and in this case,
Qvoid_variable is an option too).





  reply	other threads:[~2018-07-24 13:52 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-24 12:06 bug#32258: 27.0.50; Crash on minimizing/maximizing Emacs frame from taskbar [RHEL 6.8 GTK2] Kaushal Modi
2018-07-24 13:36 ` Kaushal Modi
2018-07-24 13:52   ` Noam Postavsky [this message]
2018-07-24 13:59     ` Kaushal Modi
2018-07-24 14:39   ` Eli Zaretskii
2018-07-24 15:55     ` Kaushal Modi
2018-07-24 18:17       ` Eli Zaretskii
2018-07-24 18:26         ` Kaushal Modi
2018-07-24 18:55           ` Eli Zaretskii
2018-07-24 19:04             ` Kaushal Modi
2018-07-24 19:13               ` Eli Zaretskii
2018-07-24 19:35                 ` Kaushal Modi
2018-07-26 13:42                   ` Kaushal Modi
2018-07-26 17:59                     ` Eli Zaretskii
2018-07-26 18:07                       ` Kaushal Modi
2018-07-26 19:20                         ` Eli Zaretskii
2018-07-26 20:13                           ` Eli Zaretskii
2018-07-26 20:46                             ` Kaushal Modi
2018-08-01 19:21                               ` Kaushal Modi
2018-08-02 14:00                                 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h8ko4u6o.fsf@gmail.com \
    --to=npostavs@gmail.com \
    --cc=32258@debbugs.gnu.org \
    --cc=kaushal.modi@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).