HinTak
HinTak
> @vlevantovsky please could you provide more details about how to retrieve the documents you referenced above? :) > > 1. 2017-02-21 [w16626.zip](https://lists.aau.at/pipermail/mpeg-otspec/2017-February/000881.html) > 2. 2017-07-12 [DRAFT-BallotComments-14496-22-CD.doc](https://lists.aau.at/pipermail/mpeg-otspec/2017-July/000922.html) > 3. 2017-08-03...
It looks to be crashing at "CryptoPP::PentiumOptimized::Subtract", so you should post your /proc/cpuinfo , I think.
Atom is not Pentium so that might be the problem... it might be using pentium specific instructions not supported on Atom . That's my guess.
Do you have an unusual locale and/or use any XIM related functionality on your desktop? There is (as far as I know, still a problem) an old bug which needs...
I shall ask again - what locale your computer is set in, and what input methods you have, and have you tried disabling XIM ?
Yes,`MONO_WINGFORMS_XIM_STYLE=disabled` is an environment variable and is known to work around some crashes related to internationalisation and non-english locales.
FWIW, you can literally upgrade the submodule yourself in your local build, and after testing okay yourself, do a pull to switch the git submodule. It is at https://github.com/mono/boringssl/tree/78b1f44750fdd72a40f8249e1d0ba00e9037d5e7 ,...
It is linked from https://github.com/mono/mono/tree/main/external , and you need to modify https://github.com/mono/mono/blob/main/.gitmodules to switch boringssl versions.
Argh, again @jhay06 you have beaten me to it - if you filed elsewhere, it is good to put a reference so the issues are linked. E.g. Coped from: https://github.com/kivy/kivy/issues/8333#issuecomment-1774446466...
Before dealing with problems specific to skia-python and pybind11, I think it is necessary to be able to build skia for android and ios in a way compatible / integrable...