OpenHarmony 3.2 release 版本部分遗留问题临时补丁参考
OpenHarmony 3.2 release 部分遗留问题临时补丁详见 https://gitee.com/kunyuan-hongke/laval-patch
·
OpenHarmony 3.2 release 部分遗留问题临时补丁详见 https://gitee.com/kunyuan-hongke/laval-patch
patch文件 | 代码仓 | 涉及产品/功能 | 问题描述 | patch发布时间 | 备注 |
---|---|---|---|---|---|
bluetooth-crash-001.patch |
communication_bluetooth |
使用蓝牙功能的产品 |
调用libbtservice.z.so出现cppcrash。 |
2023-08-09 |
问题堆栈信息见【注1】 |
bluetooth-crash-002.patch |
communication_bluetooth |
使用蓝牙功能的产品 |
调用libbtframework.z.so出现cppcrash。 |
2023-08-09 |
问题堆栈信息见【注2】 |
kernel_linux_5.10 |
开源GPU驱动适配panfrost |
panfrost bo分配失败时,因引用计数问题导致crash。 |
2023-08-09 |
问题堆栈信息见【注3】 | |
third_party_mesa3d |
使用开源GPU产品 |
使用mesa3d适配GPU,滑动窗口出现抖动现象。 |
2023-08-09 |
||
third_party_mesa3d |
使用mali-T820mesa3d的产品 |
mali-T820mesa3d局部渲染出现crash。 |
2023-08-09 |
问题堆栈信息见【注4】 | |
third_party_mesa3d |
使用GPU的产品 |
GPU适配接口存在内存泄漏问题。 |
2023-08-09 |
||
FileExtensionAbility.patch | filemanagement_user_file_service | 查询、创建、删除、打开、移动、重命名外置存储设备上的文件 | 无法在外置存储设备上对文件名包含中文的文件进行查询、移动等操作 | 2023-10-18 |
【注1】
#00 pc 000b5e40 /system/lib/ld-musl-arm.so.1
#01 pc 000b6028 /system/lib/ld-musl-arm.so.1 (raise+76)
#02 pc 0007a13c /system/lib/ld-musl-arm.so.1 (abort+16)
#03 pc 000db674 /system/lib/libc++.so (41d814ecc17665d391f452f64120fc8d7b29306f)
#04 pc 000b77fc /system/lib/libc++.so (41d814ecc17665d391f452f64120fc8d7b29306f)
#05 pc 000d9af4 /system/lib/libc++.so (41d814ecc17665d391f452f64120fc8d7b29306f)
#06 pc 000df29c /system/lib/libc++.so (41d814ecc17665d391f452f64120fc8d7b29306f)
#07 pc 000df1f0 /system/lib/libc++.so(__cxa_throw+164) (41d814ecc17665d391f452f64120fc8d7b29306f)
#08 pc 0005fdc8 /system/lib/libc++.so(std::__h::stol(std::__hbasic_string<char, std::__h::char_traits, std::__h::allocator > const&,
unsigned int*, int)+292) (41d814ecc17665d391f452f64120fc8d7b29306f)
#09 pc 0021e539 /system/lib/libbtservice.z.so(utility::XmlParse::impl::GetValue
(_xmlNode*, int&)+180) (10aeeac3594a4d734e7bb24cfe81bd40)
【注2】
调用栈1:
Tid:19436 Name:IPC_2_19436
#00 pc 0008fc2a /system/lib/libbluetooth_service.z.so
#01 pc 000be229 /system/lib/libbluetooth_service.z.so(OHOS::Bluetooth::BluetoothHostServer::RegisterBlePeripheralCallback
(OHOS::sptr<OHOS::Bluetooth::IBluetoothBlePeripheralObserver> const&)+204)
#02 pc 00123d65 /system/lib/libbluetooth_service.z.so
#03 pc 0012445b /system/lib/libbluetooth_service.z.so
#04 pc 0002f8ed /system/lib/chipset-pub-sdk/libipc_core.z.so(OHOS::BinderInvoker::OnTransaction(unsigned char const*)+528)
#05 pc 0002fc8f /system/lib/chipset-pub-sdk/libipc_core.z.so(OHOS::BinderInvoker::HandleCommandsInner(unsigned int)+258)
调用栈2:
Module name:com.ohos.systemui
Reason:SIGABRT
Tid:1312 Name:IPC_2_1312
#00 pc 000b27b0 /system/lib/ld-musl-arm.so.1
#01 pc 000b2998 /system/lib/ld-musl-arm.so.1 (raise+76)
#02 pc 0007673c /system/lib/ld-musl-arm.so.1 (abort+16)
#03 pc 001458fd /system/lib/libbtframework.z.so
#04 pc 0002f8ed /system/lib/chipset-pub-sdk/libipc_core.z.so(OHOS::BinderInvoker::OnTransaction(unsigned char const*)+528)
#05 pc 0002fc8f /system/lib/chipset-pub-sdk/libipc_core.z.so(OHOS::BinderInvoker::HandleCommandsInner(unsigned int)+258)
【注3】
Module name:com.ohos.launcher
Reason:SIGABRT
Tid:30298 Name:RSRenderThread
#00 pc 000b27b0 /system/lib/ld-musl-arm.so.1
#01 pc 000b2998 /system/lib/ld-musl-arm.so.1 (raise+76)
#02 pc 0007673c /system/lib/ld-musl-arm.so.1 (abort+16)
#03 pc 00076810 /system/lib/ld-musl-arm.so.1 (__assert_fail+64)
#04 pc 00765d65 /system/lib/libgallium_dri.so(panfrost_bo_create+380)
【注4】
Module name:com.ohos.settings
#00 pc 006f0ac2 /system/lib/libgallium_dri.so(panfrost_resource_set_damage_region+53) (6220424c2da49097b47519dbce8ccb88d2699086)
更多推荐
所有评论(0)