From: Stephen Berman <stephen.berman@gmx.net>
To: Po Lu <luangruo@yahoo.com>
Cc: 66068@debbugs.gnu.org
Subject: bug#66068: 30.0.50; xwidget-webkit-browse-url makes Emacs abort
Date: Mon, 18 Sep 2023 14:16:03 +0200 [thread overview]
Message-ID: <87bkdzd6d8.fsf@gmx.net> (raw)
In-Reply-To: <87r0mvwx2f.fsf@yahoo.com> (Po Lu's message of "Mon, 18 Sep 2023 19:16:40 +0800")
On Mon, 18 Sep 2023 19:16:40 +0800 Po Lu <luangruo@yahoo.com> wrote:
> Stephen Berman <stephen.berman@gmx.net> writes:
>
>> I just built Emacs --with-xwidgets on a new system (glibc-2.38,
>> gcc-13.2.0, linux-6.5.2) on which I've installed webkitgtk-2.41.92 for
>> both Gtk3 and Gtk4 (libwebkit2gtk-4.1.so and libwebkitgtk-6.0.so). When
>> I invoke `M-x xwidget-webkit-browse-url', enter a URL at the prompt and
>> press RET, Emacs aborts. I ran under gdb and have attached a full
>> backtrace.
>>
>> In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
>> 3.24.38, cairo version 1.17.6) of 2023-09-18 built on strobelfs2
>> Repository revision: b331bf6d8a21ef3ac7e70d3f4a937e4256178d55
>> Repository branch: master
>> Windowing system distributor 'The X.Org Foundation', version 11.0.12101008
>> System Description: Linux From Scratch r12.0-19
>>
>> Configured using:
>> 'configure -C --with-xwidgets 'CFLAGS=-Og -g3'
>> PKG_CONFIG_PATH=/opt/qt5/lib/pkgconfig'
>>
>> Configured features:
>> ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
>> JSON LCMS2 LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG RSVG
>> SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM
>> XINPUT2 XPM XWIDGETS GTK3 ZLIB
>>
>> Important settings:
>> value of $LANG: en_US.UTF-8
>> locale-coding-system: utf-8-unix
>
> Thanks for the report. The X error itself is absent from the backtrace
> you have provided, so please step to the frame incorporating
> x_error_quitter, then type:
>
> (gdb) p *error
Is the following what you want? It doesn't seem very informative...
(gdb) up 0
#0 x_error_quitter (display=0x555555ead980, event=0x7fffffffc950)
at /home/steve/src/emacs/emacs-master/src/xterm.c:26905
26905 {
(gdb) p *error
$1 = {void (const char *, ...)} 0x55555575ae68 <error>
FWIW, I get the same output when I run Emacs in gdb with -xrm
"emacs.synchronous: true", as requested by Eli.
> In case the error arises from an extension request, please also send the
> output of the following command:
>
> $ xdpyinfo -ext
How do I know if there was an extension request? The -ext flag requires
an extension-name as argument.
Steve Berman
next prev parent reply other threads:[~2023-09-18 12:16 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-18 10:06 bug#66068: 30.0.50; xwidget-webkit-browse-url makes Emacs abort Stephen Berman
2023-09-18 11:16 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-18 12:16 ` Stephen Berman [this message]
2023-09-18 14:11 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-18 15:08 ` Stephen Berman
2023-09-20 3:22 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-24 15:12 ` Stephen Berman
2023-09-25 0:30 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-25 8:47 ` Stephen Berman
2023-09-25 9:25 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-25 10:22 ` Stephen Berman
2023-09-30 10:03 ` Stephen Berman
2023-09-30 11:52 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-09-30 12:09 ` Stephen Berman
2023-09-18 11:28 ` Eli Zaretskii
2023-09-18 12:17 ` Stephen Berman
2023-12-07 10:28 ` Ramon Diaz-Uriarte
2023-12-09 15:12 ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-09 20:39 ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-10 5:32 ` Eli Zaretskii
2023-12-10 13:36 ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-10 15:02 ` Eli Zaretskii
2023-12-10 15:28 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-10 15:47 ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-11 0:43 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-11 9:55 ` Stephen Berman via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-11 10:16 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-12-10 15:49 ` Eli Zaretskii
2023-12-11 21:03 ` Ramon Diaz-Uriarte
2024-09-04 11:23 ` Peter Oliver
2024-09-05 8:14 ` Eli Zaretskii
2024-09-07 9:32 ` Eli Zaretskii
2024-09-14 7:45 ` Eli Zaretskii
2024-09-14 12:11 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-09-14 14:21 ` Stefan Kangas
2024-09-21 9:01 ` Eli Zaretskii
2024-09-21 21:45 ` bug#66068: removing the WebKit when webkit2gtk3-2.42.5-1.el9.x86_64 will not alllow RL9 to configure Doug Maxey
2024-09-22 5:05 ` Eli Zaretskii
[not found] ` <db88e0b43b02580ee78171c3b0d55bcda6b2a458.camel@maxeygroup.tech>
2024-09-23 11:14 ` 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=87bkdzd6d8.fsf@gmx.net \
--to=stephen.berman@gmx.net \
--cc=66068@debbugs.gnu.org \
--cc=luangruo@yahoo.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).