diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-11-06 10:49:54 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-11-06 10:49:54 +0200 |
commit | 9bdb1d0dcc5a98793683d2086ba874e51dfbfefa (patch) | |
tree | d17d88e8af9b9d39eb018082e9a2e3c5cd26b494 /etc | |
parent | 550887c90b5c0da21a7b2305629af7d0ed0e0b50 (diff) | |
download | emacs-9bdb1d0dcc5a98793683d2086ba874e51dfbfefa.tar.gz emacs-9bdb1d0dcc5a98793683d2086ba874e51dfbfefa.tar.bz2 emacs-9bdb1d0dcc5a98793683d2086ba874e51dfbfefa.zip |
; * etc/PROBLEMS: Describe a crash in xwidgets due to Bubblewrap.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/PROBLEMS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 6e4dcc2f8ed..2c585464e16 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -178,6 +178,14 @@ The relevant bug report is here: A workaround is to set XLIB_SKIP_ARGB_VISUALS=1 in the environment before starting Emacs, or run Emacs as root. +** Emacs crashes with SIGTRAP when trying to start a WebKit xwidget. + +This could happen if the version of WebKitGTK installed on your system +is buggy, and errors out trying to start a subprocess through +Bubblewrap sandboxing. You can avoid the crash by setting the +environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will +make WebKit use GLib to launch subprocesses instead. + ** Emacs crashes when you try to view a file with complex characters. One possible reason for this could be a bug in the libotf or the |