diff options
| author | Eli Zaretskii | 2021-11-06 10:49:54 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-06 10:49:54 +0200 |
| commit | 9bdb1d0dcc5a98793683d2086ba874e51dfbfefa (patch) | |
| tree | d17d88e8af9b9d39eb018082e9a2e3c5cd26b494 | |
| parent | 550887c90b5c0da21a7b2305629af7d0ed0e0b50 (diff) | |
| download | emacs-9bdb1d0dcc5a98793683d2086ba874e51dfbfefa.tar.gz emacs-9bdb1d0dcc5a98793683d2086ba874e51dfbfefa.zip | |
; * etc/PROBLEMS: Describe a crash in xwidgets due to Bubblewrap.
| -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: | |||
| 178 | A workaround is to set XLIB_SKIP_ARGB_VISUALS=1 in the environment | 178 | A workaround is to set XLIB_SKIP_ARGB_VISUALS=1 in the environment |
| 179 | before starting Emacs, or run Emacs as root. | 179 | before starting Emacs, or run Emacs as root. |
| 180 | 180 | ||
| 181 | ** Emacs crashes with SIGTRAP when trying to start a WebKit xwidget. | ||
| 182 | |||
| 183 | This could happen if the version of WebKitGTK installed on your system | ||
| 184 | is buggy, and errors out trying to start a subprocess through | ||
| 185 | Bubblewrap sandboxing. You can avoid the crash by setting the | ||
| 186 | environment variables SNAP, SNAP_NAME and SNAP_REVISION, which will | ||
| 187 | make WebKit use GLib to launch subprocesses instead. | ||
| 188 | |||
| 181 | ** Emacs crashes when you try to view a file with complex characters. | 189 | ** Emacs crashes when you try to view a file with complex characters. |
| 182 | 190 | ||
| 183 | One possible reason for this could be a bug in the libotf or the | 191 | One possible reason for this could be a bug in the libotf or the |