Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize memory before running schedule lambda test #26446

Merged
merged 1 commit into from
May 10, 2023

Conversation

arkq
Copy link
Contributor

@arkq arkq commented May 9, 2023

Problem

On Tizen we've got an error like this when running the TestSystemScheduleLambda test:

D/CHIP    ( 1029): SPT: ABORT: chip::Platform::MemoryAlloc() called before chip::Platform::MemoryInit()

Changes

  • initialize memory before running test

Testing

CI will verify. Tizen tested locally.

@github-actions
Copy link

github-actions bot commented May 9, 2023

PR #26446: Size comparison from 05d9050 to 0ccb50c

Decreases (1 build for cc32xx)
platform target config section 05d9050 0ccb50c change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19674628 19674627 -1 -0.0
Full report (6 builds for cc32xx, linux, mbed, qpg)
platform target config section 05d9050 0ccb50c change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 605002 605002 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 957619 957619 0 0.0
.debug_aranges 101232 101232 0 0.0
.debug_frame 342080 342080 0 0.0
.debug_info 19674628 19674627 -1 -0.0
.debug_line 2671903 2671903 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1491139 1491139 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 94412 94412 0 0.0
.debug_str 3131828 3131828 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104314 104314 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 483089 483089 0 0.0
.symtab 287232 287232 0 0.0
.text 498564 498564 0 0.0
linux chip-tool-ipv6only arm64 (read only) 12248540 12248540 0 0.0
(read/write) 746680 746680 0 0.0
.bss 34392 34392 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 688336 688336 0 0.0
.dynamic 560 560 0 0.0
.got 15752 15752 0 0.0
.init 24 24 0 0.0
.init_array 216 216 0 0.0
.rodata 569424 569424 0 0.0
.text 9906500 9906500 0 0.0
thermostat-no-ble arm64 (read only) 2525028 2525028 0 0.0
(read/write) 145768 145768 0 0.0
.bss 56392 56392 0 0.0
.data 1784 1784 0 0.0
.data.rel.ro 78048 78048 0 0.0
.dynamic 560 560 0 0.0
.got 5456 5456 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 129848 129848 0 0.0
.text 2130960 2130960 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2495056 2495056 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1457740 1457740 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1168232 1168232 0 0.0
.bss 99632 99632 0 0.0
.data 856 856 0 0.0
.text 615332 615332 0 0.0
lock-app qpg6105+debug (read/write) 1138076 1138076 0 0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 585176 585176 0 0.0

@arkq arkq merged commit 4f081a5 into project-chip:master May 10, 2023
@arkq arkq deleted the test-mem-init branch May 10, 2023 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants