all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#31758: 26.1; Emacs crashes trying to display CROSS MARK
@ 2018-06-08 15:24 Alex Branham
  2018-06-08 15:36 ` Robert Pluim
  0 siblings, 1 reply; 5+ messages in thread
From: Alex Branham @ 2018-06-08 15:24 UTC (permalink / raw)
  To: 31758

From emacs -Q:

C-x 8 RET CROSS MARK RET

crashes Emacs every time. Emacs also crashes when trying to display
CROSS MARK anywhere (mu4e uses this when mu4e-use-fancy-chars is
non-nil).

Let me know what other information I can provide

Thanks,
Alex



In GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30)
 of 2018-05-28 built on juergen
Windowing system distributor 'The X.Org Foundation', version 11.0.12000000

Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --with-x-toolkit=gtk3 --with-xft --with-modules
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong
 -fno-plt' CPPFLAGS=-D_FORTIFY_SOURCE=2
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'

Configured features:
XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GSETTINGS NOTIFY
ACL GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS
GTK3 X11 MODULES THREADS LIBSYSTEMD LCMS2

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#31758: 26.1; Emacs crashes trying to display CROSS MARK
  2018-06-08 15:24 bug#31758: 26.1; Emacs crashes trying to display CROSS MARK Alex Branham
@ 2018-06-08 15:36 ` Robert Pluim
  2018-06-08 16:03   ` Alex Branham
  2018-06-08 16:04   ` Alex Branham
  0 siblings, 2 replies; 5+ messages in thread
From: Robert Pluim @ 2018-06-08 15:36 UTC (permalink / raw)
  To: Alex Branham; +Cc: 31758

Alex Branham <alex.branham@gmail.com> writes:

> From emacs -Q:
>
> C-x 8 RET CROSS MARK RET
>
> crashes Emacs every time. Emacs also crashes when trying to display
> CROSS MARK anywhere (mu4e uses this when mu4e-use-fancy-chars is
> non-nil).
>
> Let me know what other information I can provide
>

My crystal ball says that 'XFT_DEBUG=16 emacs' will say something
about loading an emoji font just before it crashes. I think youʼre the
third this week.

Is it possible for you to try the latest version of the emacs-26
branch? This should be fixed there.

Regards

Robert





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#31758: 26.1; Emacs crashes trying to display CROSS MARK
  2018-06-08 15:36 ` Robert Pluim
@ 2018-06-08 16:03   ` Alex Branham
  2018-06-08 16:17     ` Robert Pluim
  2018-06-08 16:04   ` Alex Branham
  1 sibling, 1 reply; 5+ messages in thread
From: Alex Branham @ 2018-06-08 16:03 UTC (permalink / raw)
  To: Robert Pluim; +Cc: 31758


On Fri 08 Jun 2018 at 10:36, Robert Pluim <rpluim@gmail.com> wrote:

> Alex Branham <alex.branham@gmail.com> writes:
>
>> From emacs -Q:
>>
>> C-x 8 RET CROSS MARK RET
>>
>> crashes Emacs every time. Emacs also crashes when trying to display
>> CROSS MARK anywhere (mu4e uses this when mu4e-use-fancy-chars is
>> non-nil).
>>
>> Let me know what other information I can provide
>>
>
> My crystal ball says that 'XFT_DEBUG=16 emacs' will say something
> about loading an emoji font just before it crashes. I think youʼre the
> third this week.
>
> Is it possible for you to try the latest version of the emacs-26
> branch? This should be fixed there.

Very nice crystal ball. The problem does indeed seem to be fixed on
emacs-26. Do you happen to know what commit(s) fix the issue? I'd like
to ask my distro to backport those commits until 26.2 gets released.

Alex





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#31758: 26.1; Emacs crashes trying to display CROSS MARK
  2018-06-08 15:36 ` Robert Pluim
  2018-06-08 16:03   ` Alex Branham
@ 2018-06-08 16:04   ` Alex Branham
  1 sibling, 0 replies; 5+ messages in thread
From: Alex Branham @ 2018-06-08 16:04 UTC (permalink / raw)
  To: 31758-done






^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#31758: 26.1; Emacs crashes trying to display CROSS MARK
  2018-06-08 16:03   ` Alex Branham
@ 2018-06-08 16:17     ` Robert Pluim
  0 siblings, 0 replies; 5+ messages in thread
From: Robert Pluim @ 2018-06-08 16:17 UTC (permalink / raw)
  To: Alex Branham; +Cc: 31758


close 31758
unarchive 30874
unarchive 30045
unarchive 31547
forcemerge 30874 30045 31547 31758
quit

Alex Branham <alex.branham@gmail.com> writes:

> On Fri 08 Jun 2018 at 10:36, Robert Pluim <rpluim@gmail.com> wrote:
>
>> Alex Branham <alex.branham@gmail.com> writes:
>>
>>> From emacs -Q:
>>>
>>> C-x 8 RET CROSS MARK RET
>>>
>>> crashes Emacs every time. Emacs also crashes when trying to display
>>> CROSS MARK anywhere (mu4e uses this when mu4e-use-fancy-chars is
>>> non-nil).
>>>
>>> Let me know what other information I can provide
>>>
>>
>> My crystal ball says that 'XFT_DEBUG=16 emacs' will say something
>> about loading an emoji font just before it crashes. I think youʼre the
>> third this week.
>>
>> Is it possible for you to try the latest version of the emacs-26
>> branch? This should be fixed there.
>
> Very nice crystal ball. The problem does indeed seem to be fixed on
> emacs-26. Do you happen to know what commit(s) fix the issue? I'd like
> to ask my distro to backport those commits until 26.2 gets released.

These 3 should do it:

* acaebed014 - (HEAD -> emacs-26) ; * src/ftfont.c (ftfont_spec_pattern): Fix whitespace. <Eli Zaretskii>
* 97d61f878e - Port FC_COLOR change to older fontconfig <Paul Eggert>
* f21fa142ac - Ignore color fonts when using Xft <Robert Pluim>

Closing the bug report, thanks for testing.

Regards





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-08 16:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-08 15:24 bug#31758: 26.1; Emacs crashes trying to display CROSS MARK Alex Branham
2018-06-08 15:36 ` Robert Pluim
2018-06-08 16:03   ` Alex Branham
2018-06-08 16:17     ` Robert Pluim
2018-06-08 16:04   ` Alex Branham

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.