FS#67461 - [libx11] crashes with XIM
Attached to Project:
Arch Linux
Opened by Akshay (akssri) - Saturday, 01 August 2020, 15:46 GMT
Last edited by Felix Yan (felixonmars) - Tuesday, 04 August 2020, 05:58 GMT
Opened by Akshay (akssri) - Saturday, 01 August 2020, 15:46 GMT
Last edited by Felix Yan (felixonmars) - Tuesday, 04 August 2020, 05:58 GMT
|
Details
Description:
Emacs crashes with "Fatal error 11: Segmentation fault" , when XIM input is enabled, $ echo " Emacs*useXIM: true" | xrdb , and ibus is running the XIM backend, $ ibus-daemon -x Additional info: * package version(s) emacs 26.3-2 ibus 1.5.22+8+gf591381e-1 xorg-server 1.20.8-3 The same behavior was observed on emacs-27 (from aur). The Emacs-26 package in flathub continues to work fine though. * config and/or log files etc. N/A - verified that ~/.emacs doesn't influence behavior * link to upstream bug report, if any N/A * Steps to reproduce: $ ibus-daemon -x & $ echo " Emacs*useXIM: true" | xrdb $ emacs |
This task depends upon
Closed by Felix Yan (felixonmars)
Tuesday, 04 August 2020, 05:58 GMT
Reason for closing: Fixed
Additional comments about closing: libx11 1.6.10-2
Tuesday, 04 August 2020, 05:58 GMT
Reason for closing: Fixed
Additional comments about closing: libx11 1.6.10-2
emacsclient -c
To start an emacs frame. Seems to work okay.
More discussions: https://gitlab.freedesktop.org/xorg/lib/libx11/-/issues/116
I can confirm that for my case, this is fixed! Emacs starts up correctly.