unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Amai Kinono <amaikinono@gmail.com>
To: Eli Zaretskii <eliz@gnu.org>
Cc: "44448@debbugs.gnu.org" <44448@debbugs.gnu.org>
Subject: bug#44448: Fwd: bug#44448:
Date: Mon, 16 Aug 2021 02:10:33 +0800	[thread overview]
Message-ID: <CAPu3fz0vLrgafST8uOSOYSrtrq++66UbJ-12wCxUwDTyG+r2=w@mail.gmail.com> (raw)
In-Reply-To: <83h7fqaj5i.fsf@gnu.org>

[-- Attachment #1: Type: text/plain, Size: 1759 bytes --]

I tried and the bug can happen with breakpoint set. Haven't got a backtrace
though.

I have several questions.

1. I am not familiar with GDB. I set the breakpoint by "b signal_or_quit",
is that right?

2. When I reached the breakpoint, "p current_buffer" gives me "No symbol
"current_buffer" in current context." How should I get the point position
in current window?

3. When the bug happens, the cursor doesn't jump before hitting the
breakpoint, but immediately after I continue using "c". Does this seem
right? (I guess so)

Printing the backtrace is so slow that it freezes my desktop for a long
time (and I don't know if that's forever). I need a way to tell if the bug
happens before I print the backtrace (I think that's the 2nd question
above), so I can make sure I am getting the right backtrace and leave my PC
there for a while.

在 2021年8月15日星期日,Eli Zaretskii gnu.org> 写道:

> > From: Amai Kinono <amaikinono@gmail.com>
> > Date: Sun, 15 Aug 2021 20:12:26 +0800
> > Cc: 44448@debbugs.gnu.org
> >
> > I'm on the latest commit (55772baee1627571c0814cf2d666fb3b963ff591) now.
> > Unfortunately the bug can still be reproduced on my side.
>
> If you can still reproduce it, show me the backtrace from
> signal_or_quit when the buffer is scrolled from EOB to BOB.  That
> backtrace should tell us which code still needs to be fixed.
>
> That is, set a breakpoint in signal_or_quit with the following
> commands:
>
>   backtrace
>   print current_buffer->pt
>   continue
>   end
>
> then run your recipe and press C-g until you see the problem happen.
> Then post the last few backtraces here.
>
> I can no longer reproduce the problem on my system, so I cannot do
> this myself.
>

[-- Attachment #2: Type: text/html, Size: 2277 bytes --]

  reply	other threads:[~2021-08-15 18:10 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-04 16:48 bug#44448: 27.1; Strange inteference between timer, modeline/header-line and buffer position in window Amai Kinono
2020-11-04 20:12 ` Eli Zaretskii
2020-12-07 16:45   ` Lars Ingebrigtsen
2021-02-05 13:42 ` bug#44448: Amai Kinono
2021-02-05 13:44   ` bug#44448: Lars Ingebrigtsen
2021-08-11  5:49 ` bug#44448: Amai Kinono
2021-08-11 11:20   ` bug#44448: Lars Ingebrigtsen
     [not found]     ` <CAPu3fz0cn0NjjSdZ34KYCw0ZweaR3tBCaRTxwe3fccTQL=Gq5g@mail.gmail.com>
2021-08-11 12:18       ` bug#44448: Fwd: bug#44448: Amai Kinono
2021-08-11 11:43   ` bug#44448: Eli Zaretskii
     [not found]     ` <CAPu3fz1HwaXCztR05vjXO19_6oWXOPgG7LKV2t7isV6J9KMMCQ@mail.gmail.com>
2021-08-11 12:18       ` bug#44448: Fwd: bug#44448: Amai Kinono
2021-08-12 12:44         ` Eli Zaretskii
2021-08-12 14:07           ` Eli Zaretskii
     [not found]           ` <CAPu3fz1YHXqAdN+0B-45J+geEwC70QTuAZLe1vuwmq+gTq64NA@mail.gmail.com>
2021-08-13  9:49             ` bug#44448: Fwd: " Amai Kinono
2021-08-14  9:25             ` Eli Zaretskii
2021-08-15 11:21               ` Eli Zaretskii
2021-08-15 12:12                 ` Amai Kinono
2021-08-15 14:15                   ` Eli Zaretskii
2021-08-15 18:10                     ` Amai Kinono [this message]
2021-08-15 18:29                       ` Eli Zaretskii
2021-08-16 18:28                         ` Amai Kinono
2021-08-16 19:09                           ` Eli Zaretskii
2021-08-17 18:09                             ` Amai Kinono
2021-08-17 18:31                               ` Eli Zaretskii
2021-08-18 12:05                                 ` Amai Kinono
2021-08-18 13:16                                   ` Eli Zaretskii
2021-08-18 14:00                                     ` Amai Kinono
2021-08-18 15:47                                       ` Eli Zaretskii
2021-12-04  6:13                                         ` Amai Kinono
2021-12-04  8:38                                           ` Eli Zaretskii
2021-12-04 11:42                                             ` Amai Kinono
2021-12-04 16:07                                               ` Eli Zaretskii
2021-08-11 12:22 ` bug#44448: [Amai Kinono] bug#44448: Lars Ingebrigtsen

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='CAPu3fz0vLrgafST8uOSOYSrtrq++66UbJ-12wCxUwDTyG+r2=w@mail.gmail.com' \
    --to=amaikinono@gmail.com \
    --cc=44448@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    /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).