all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Alexander Prähauser" <ahprae@protonmail.com>
Cc: 69478@debbugs.gnu.org
Subject: bug#69478: 30.0.50; Emacs dies after scrolling in eww
Date: Thu, 29 Feb 2024 21:14:56 +0200	[thread overview]
Message-ID: <86h6hrrsjz.fsf@gnu.org> (raw)
In-Reply-To: <8734tb3wg8.fsf@protonmail.com> (bug-gnu-emacs@gnu.org)

> Date: Thu, 29 Feb 2024 18:27:15 +0000
> From:  Alexander Prähauser via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> 
> 1. Start Emacs.
> 
> 2. Open a website in eww.
> 
> 3. Scroll a bit.
> 
> 4. Emacs crashes.

You mean, visiting any site with "M-x eww" crashes after scrolling?

> This bug happens regardless of whether Emacs is loaded with an init.

You see this in "emacs -Q" as well?

> If you can see this, then I couldn't attach the backtrace due to a
> separate bug. I'll try to send it as a reply.

This part of the backtrace:

> #27 0x0000555555689dfe in x_error_quitter (display=0x555556262960, event=0x7fffffffcc60) at xterm.c:26978
>         buf = "BadMatch (invalid parameter attributes)", '\000' <repeats 216 times>
>         buf1 = "X protocol error: BadMatch (invalid parameter attributes) on protocol request 62\nSerial no: 24290\nFailing resource ID (if any): 0x12001dc\nMinor code: 0\nThis is a bug!  Please report this to bug-gnu-em"...
> #28 0x0000555555689feb in x_error_handler (display=0x555556262960, event=0x7fffffffcc60) at xterm.c:26943
>         stack = <optimized out>
>         dpyinfo = <optimized out>
>         fail = <optimized out>
>         last = <optimized out>
> #29 0x00007ffff7cac74c in _XError (dpy=dpy@entry=0x555556262960, rep=rep@entry=0x55556106b3f0) at /usr/src/debug/libx11/libX11-1.8.7/src/XlibInt.c:1503
[...]
> #30 0x00007ffff7cac858 in handle_error (dpy=0x555556262960, err=0x55556106b3f0, in_XReply=<optimized out>) at /usr/src/debug/libx11/libX11-1.8.7/src/xcb_io.c:211
>         ext = <optimized out>
>         ret_code = 21845
> #31 0x00007ffff7cac915 in handle_response (dpy=dpy@entry=0x555556262960, response=0x55556106b3f0, in_XReply=in_XReply@entry=0) at /usr/src/debug/libx11/libX11-1.8.7/src/xcb_io.c:403
>         async = <optimized out>
>         next = <optimized out>
> #32 0x00007ffff7cac9aa in _XEventsQueued (dpy=0x555556262960, mode=<optimized out>) at /usr/src/debug/libx11/libX11-1.8.7/src/xcb_io.c:442
>         response = <optimized out>
> #33 0x00007ffff7c9f2c8 in XPending (dpy=0x555556262960) at /usr/src/debug/libx11/libX11-1.8.7/src/Pending.c:55
>         ret_val = <optimized out>
> #34 0x000055555569e933 in XTread_socket (terminal=<optimized out>, hold_quit=0x7fffffffcf00) at xterm.c:25576
>         count = 0
>         event_found = <optimized out>
>         dpyinfo = 0x555556274760
> #35 0x00005555556cac31 in gobble_input () at keyboard.c:7888
>         nr = <optimized out>
>         hold_quit = {kind = NO_EVENT, part = scroll_bar_nowhere, code = 0, modifiers = 0, x = 0x0, y = 0x0, timestamp = 0, frame_or_window = 0x0, arg = 0x0, device = 0x30}
>         next = 0x0
>         nread = 0
>         err = <optimized out>
>         t = 0x555556190378
> #36 0x00005555556cd4a5 in handle_async_input () at keyboard.c:8127
>         nread = <optimized out>
> #37 process_pending_signals () at keyboard.c:8141
> #38 unblock_input_to (level=0) at keyboard.c:8156
> #39 unblock_input_to (level=<optimized out>) at keyboard.c:8150
> #40 unblock_input () at keyboard.c:8175

seems to indicate that the reason for the problem is some kind of X
error, which then causes Emacs to shut down.

Po Lu, any ideas what this could mean?

Also, your build is several days old, so perhaps you could update from
Git and see if the problem was already fixed meanwhile.





  parent reply	other threads:[~2024-02-29 19:14 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29 18:27 bug#69478: 30.0.50; Emacs dies after scrolling in eww Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-29 18:33 ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-29 19:14 ` Eli Zaretskii [this message]
2024-02-29 19:15 ` Eli Zaretskii
2024-02-29 19:55   ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-29 20:12     ` Eli Zaretskii
2024-02-29 22:07       ` Michael Heerdegen via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-29 23:07         ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-29 23:20           ` Michael Heerdegen via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-02-29 23:32           ` Michael Heerdegen via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-01  1:52             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-01  7:12               ` Eli Zaretskii
2024-03-01  8:31                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-01  1:48   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-01  7:11     ` Eli Zaretskii
2024-03-01  8:30       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-01 19:08         ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-01 19:29           ` Eli Zaretskii
2024-03-01 20:06             ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-02  2:15               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-02 21:09                 ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-03  6:16                   ` Eli Zaretskii
2024-03-03  6:56                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-03 15:38                       ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-04  2:09                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-14  7:55                           ` Eli Zaretskii
2024-03-14  9:36                             ` Alexander Prähauser via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-03-21 10:20                             ` Eli Zaretskii
2024-03-21 13:06                               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

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

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

  git send-email \
    --in-reply-to=86h6hrrsjz.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=69478@debbugs.gnu.org \
    --cc=ahprae@protonmail.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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.