openharmony-standard: add patch to fix segfault problem
Adding and apply ParagraphTxt-ComputeLineBreaks-skip-sigsegv-code.patch
ParagraphTxt::ComputeLineBreaks() is causing a segmentation fault for some
reasons. This is causing hap applications to crash, including ACTS test suites
and status bar.
As a temporary solution we skip the part of the code that
is raising the segfault. The side effect of this is that texts are
not properly rendered.
Signed-off-by:
Francesco Pham <francesco.pham@huawei.com>
parent
460feb6b
No related branches found
No related tags found
Showing
- recipes-openharmony/openharmony/openharmony-standard-3.0/ParagraphTxt-ComputeLineBreaks-skip-sigsegv-code.patch 31 additions, 0 deletions....0/ParagraphTxt-ComputeLineBreaks-skip-sigsegv-code.patch
- recipes-openharmony/openharmony/openharmony-standard-3.0/RenderText-PerformLayout-remove-sigsegv-code.patch 0 additions, 31 deletions...rd-3.0/RenderText-PerformLayout-remove-sigsegv-code.patch
- recipes-openharmony/openharmony/openharmony-standard_3.0.bb 1 addition, 1 deletionrecipes-openharmony/openharmony/openharmony-standard_3.0.bb
Please register or sign in to comment