GNU bug report logs -
#33885
27.0.50; PUA character makes emacs crash
Previous Next
Reported by: Werner LEMBERG <wl <at> gnu.org>
Date: Thu, 27 Dec 2018 08:56:01 UTC
Severity: normal
Tags: moreinfo
Found in version 27.0.50
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
>> I vaguely recall a similar problem being fixed recently (but not with
>> this specific character). Would it be possible for you to try Emacs 28/29
>> and see whether the problem is still present there?
>
> Yes, we now do
>
> if (it->ascent < 0)
> it->ascent = 0;
> if (it->descent < 0)
> it->descent = 0;
>
> so I think this assertion violation should not happen anymore. (And
> in a production build, the assertion goes away anyway.)
And there wasn't any further response within a month, so I'm closing
this bug report. If the problem still exists, please respond to this
email and we'll reopen the bug report.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 73 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.