Skip to content
Snippets Groups Projects
Commit 400e9d5d authored by Francesco Pham's avatar Francesco Pham
Browse files

openharmony-standard-3.0: add patch to avoid SIGSEGV when running acts


RenderText::PerformLayout() is causing a SIGSEGV for some reasons. 
The error appears to be raised in the Measure method(). This is
causing hap applications to crash, including ACTS test suites.
As a temporary solution we are removing the part of the code that
is raising the segfault. The side effect of this is that texts are 
not properly rendered.

Apply patch to foundation/ace/ace_engine

Signed-off-by: default avatarFrancesco Pham <francesco.pham@huawei.com>
parent 6e762d1c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment