[Fedora-i18n-bugs] [Bug 1823637] Terminus fonts broken after terminus-fonts-4.48-5.fc32.noarch update
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1823637
--- Comment #41 from Akira TAGOH <tagoh(a)redhat.com> ---
(In reply to Peng Wu from comment #37)
> Akira TAGOH, I created one patch to recognize Medium Weight as Regular style.
>
> URL:
> https://gitlab.freedesktop.org/pwu/fonttosfnt/-/commit/
> 7096c58f3fe3b6c79508cb16daac5c5bb2f042e7
>
> Here are the Fedora 32 copr testing repo.
>
> URL: https://copr.fedorainfracloud.org/coprs/pwu/fonttosfnt/
>
> If this patch is okay, I will create upstream merge request soon.
Yes, LGTM.
(In reply to Nicolas Mailhot from comment #40)
> And, because various generations of software will select fonts by Name *or*
> Weight, or some mix of both (and various iterations of the CSS and OpneType
> specs have encouraged one mode at the expense of the other, then changed
> their mind), it is not sufficient to adjust Weight value only. You need to
> adjust the Weight value *and* the style name and make sure they are coherent
> with one another, or bad things will happen®.
Fortunately or unfortunately fonttosfnt already sets Regular as style name. no
need changes further.
--
You are receiving this mail because:
You are on the CC list for the bug.
2 years, 11 months
[Fedora-i18n-bugs] [Bug 1689037] anaconda sometimes crashes with a signal 11 quite early in install process
by bugzilla@redhat.com
https://bugzilla.redhat.com/show_bug.cgi?id=1689037
Jerry James <loganjerry(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |loganjerry(a)gmail.com
--- Comment #48 from Jerry James <loganjerry(a)gmail.com> ---
If I understand correctly, you are not looking for a memory leak, but rather
for memory corruption. It may very well be that, with the options in comment
47, it is running so slowly as to be useless. Try this:
new-session -d -s anaconda -n main "LD_PRELOAD=libgomp.so.1 valgrind
--tool=memcheck --leak-check=no --num-callers=10 --log-file=/tmp/vgdump.log
anaconda"
If that finds a problem and 10 callers is not enough to diagnose the issue,
repeat with --num-callers set to a higher value.
--
You are receiving this mail because:
You are on the CC list for the bug.
2 years, 11 months