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

Treat an ERR_MEM on send as non-fatal on LwIP. #22418

Merged
merged 2 commits into from Sep 6, 2022

Conversation

bzbarsky-apple
Copy link
Contributor

That can be caused by a transient lack of TX buffers. We should just
try again via MRP.

Fixes #21671

Problem

Errors that should be transient end up being fatal.

Change overview

Treat ERR_MEM on send as a transient error when using LwIP.

Testing

Needs real-world testing. I asked for some in #21671 but no responses so far.

That can be caused by a transient lack of TX buffers.  We should just
try again via MRP.

Fixes project-chip#21671
@github-actions
Copy link

github-actions bot commented Sep 6, 2022

PR #22418: Size comparison from e535710 to 2d408b2

Increases (13 builds for bl602, k32w, linux, mbed, nrfconnect, qpg, telink)
platform target config section e535710 2d408b2 change % change
bl602 lighting-app bl602 (read/write) 1410254 1410354 100 0.0
.text 1065684 1065770 86 0.0
bl602+rpc (read/write) 1455450 1455550 100 0.0
.text 1097032 1097116 84 0.0
k32w light k32w0+release (read/write) 648204 648236 32 0.0
.text 572696 572728 32 0.0
lock k32w0+release (read/write) 705216 705256 40 0.0
.text 629252 629292 40 0.0
linux chip-tool-ipv6only arm64 (read only) 10320484 10320740 256 0.0
.rodata 499252 499268 16 0.0
.text 8168820 8169060 240 0.0
thermostat-no-ble arm64 (read only) 2364132 2364388 256 0.0
.rodata 141324 141340 16 0.0
.text 1984768 1985008 240 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2455032 2455112 80 0.0
.text 1417676 1417756 80 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1181199 1181259 60 0.0
rodata 143552 143564 12 0.0
text 815072 815108 36 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160395 1160443 48 0.0
rodata 135140 135156 16 0.0
text 803460 803500 40 0.0
qpg lighting-app qpg6105+debug (read/write) 1129156 1129220 64 0.0
.text 576252 576316 64 0.0
lock-app qpg6105+debug (read/write) 1100176 1100224 48 0.0
.text 547276 547324 48 0.0
telink light-switch-app tlsr9518adk80d (read/write) 809096 809156 60 0.0
text 571518 571568 50 0.0
lighting-app tlsr9518adk80d (read/write) 831004 831072 68 0.0
text 589642 589696 54 0.0
Full report (13 builds for bl602, k32w, linux, mbed, nrfconnect, qpg, telink)
platform target config section e535710 2d408b2 change % change
bl602 lighting-app bl602 (read/write) 1410254 1410354 100 0.0
.bss 121585 121585 0 0.0
.data 9816 9816 0 0.0
.text 1065684 1065770 86 0.0
bl602+rpc (read/write) 1455450 1455550 100 0.0
.bss 129017 129017 0 0.0
.data 10200 10200 0 0.0
.text 1097032 1097116 84 0.0
k32w light k32w0+release (read/write) 648204 648236 32 0.0
.bss 70712 70712 0 0.0
.data 2068 2068 0 0.0
.text 572696 572728 32 0.0
lock k32w0+release (read/write) 705216 705256 40 0.0
.bss 71160 71160 0 0.0
.data 2076 2076 0 0.0
.text 629252 629292 40 0.0
linux chip-tool-ipv6only arm64 (read only) 10320484 10320740 256 0.0
(read/write) 705185 705185 0 0.0
.bss 33313 33313 0 0.0
.data 3280 3280 0 0.0
.data.rel.ro 649784 649784 0 0.0
.dynamic 560 560 0 0.0
.got 13840 13840 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 499252 499268 16 0.0
.text 8168820 8169060 240 0.0
thermostat-no-ble arm64 (read only) 2364132 2364388 256 0.0
(read/write) 141857 141857 0 0.0
.bss 55233 55233 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 76112 76112 0 0.0
.dynamic 560 560 0 0.0
.got 5056 5056 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 141324 141340 16 0.0
.text 1984768 1985008 240 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2455032 2455112 80 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1417676 1417756 80 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1181199 1181259 60 0.0
bss 143641 143641 0 0.0
rodata 143552 143564 12 0.0
text 815072 815108 36 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160395 1160443 48 0.0
bss 142868 142868 0 0.0
rodata 135140 135156 16 0.0
text 803460 803500 40 0.0
qpg lighting-app qpg6105+debug (read/write) 1129156 1129220 64 0.0
.bss 106112 106112 0 0.0
.data 1028 1028 0 0.0
.text 576252 576316 64 0.0
lock-app qpg6105+debug (read/write) 1100176 1100224 48 0.0
.bss 102344 102344 0 0.0
.data 1032 1032 0 0.0
.text 547276 547324 48 0.0
telink light-switch-app tlsr9518adk80d (read/write) 809096 809156 60 0.0
bss 71344 71344 0 0.0
noinit 43488 43488 0 0.0
text 571518 571568 50 0.0
lighting-app tlsr9518adk80d (read/write) 831004 831072 68 0.0
bss 72200 72200 0 0.0
noinit 43488 43488 0 0.0
text 589642 589696 54 0.0

@github-actions
Copy link

github-actions bot commented Sep 6, 2022

PR #22418: Size comparison from e535710 to d1f3d21

Increases (45 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e535710 d1f3d21 change % change
bl602 lighting-app bl602 (read/write) 1410254 1410330 76 0.0
.text 1065684 1065748 64 0.0
bl602+rpc (read/write) 1455450 1455534 84 0.0
.text 1097032 1097100 68 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675359 675391 32 0.0
.rodata 89215 89223 8 0.0
.text 585832 585856 24 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640071 640103 32 0.0
.rodata 78367 78375 8 0.0
.text 561384 561408 24 0.0
lock-ftd LP_CC2652R7 (read only) 676419 676451 32 0.0
.rodata 77067 77075 8 0.0
.text 598872 598896 24 0.0
lock-mtd LP_CC2652R7 (read only) 659379 659411 32 0.0
.rodata 102323 102331 8 0.0
.text 556576 556600 24 0.0
pump-app LP_CC2652R7 (read only) 685247 685279 32 0.0
.rodata 90079 90087 8 0.0
.text 594684 594708 24 0.0
pump-controller-app LP_CC2652R7 (read only) 669723 669779 56 0.0
.rodata 85627 85643 16 0.0
.text 583616 583656 40 0.0
shell LP_CC2652R7 (read only) 666010 666042 32 0.0
.rodata 85770 85778 8 0.0
.text 579924 579948 24 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586882 586954 72 0.0
.app_xip_area 463540 463612 72 0.0
lock cyw930739m2evb_01 (read/write) 592634 592698 64 0.0
.app_xip_area 464508 464572 64 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599810 599866 56 0.0
.app_xip_area 477188 477244 56 0.0
efr32 lighting-app BRD4161A (read/write) 1108544 1108608 64 0.0
.text 970120 970184 64 0.0
BRD4161A+rpc (read/write) 972188 972236 48 0.0
.text 819072 819120 48 0.0
BRD4161A+rs911x (read/write) 1002048 1002104 56 0.0
.text 830796 830852 56 0.0
lock-app BRD4161A+wf200 (read/write) 1150116 1150148 32 0.0
.text 995776 995808 32 0.0
window-app BRD4161A (read/write) 1099784 1099840 56 0.0
.text 959896 959952 56 0.0
esp32 all-clusters-app c3devkit (read only) 1033856 1033906 50 0.0
(read/write) 1493494 1493510 16 0.0
.flash.rodata 218008 218024 16 0.0
.flash.text 1033856 1033906 50 0.0
m5stack (read only) 1086195 1086511 316 0.0
(read/write) 490772 490788 16 0.0
.flash.rodata 247312 247328 16 0.0
.flash.text 1080811 1081127 316 0.0
k32w light k32w0+release (read/write) 648204 648236 32 0.0
.text 572696 572728 32 0.0
lock k32w0+release (read/write) 705216 705256 40 0.0
.text 629252 629292 40 0.0
linux all-clusters-app debug (read only) 3046409 3046681 272 0.0
.text 2591314 2591586 272 0.0
all-clusters-minimal-app debug (read only) 2882273 2882529 256 0.0
.text 2429730 2429986 256 0.0
bridge-app debug+rpc (read only) 2379977 2380233 256 0.0
.text 2012578 2012834 256 0.0
chip-tool debug (read only) 10945849 10946121 272 0.0
.text 8855732 8856004 272 0.0
chip-tool-ipv6only arm64 (read only) 10320484 10320740 256 0.0
.rodata 499252 499268 16 0.0
.text 8168820 8169060 240 0.0
lighting-app debug+rpc (read only) 2605401 2605673 272 0.0
.text 2212882 2213154 272 0.0
lock-app debug (read only) 2588385 2588641 256 0.0
.text 2183122 2183378 256 0.0
ota-provider-app debug (read only) 2365657 2365929 272 0.0
.text 1991570 1991842 272 0.0
ota-requestor-app debug (read only) 2530969 2531241 272 0.0
.text 2140946 2141218 272 0.0
shell debug (read only) 2614713 2614969 256 0.0
.text 2220242 2220498 256 0.0
thermostat-no-ble arm64 (read only) 2364132 2364388 256 0.0
.rodata 141324 141340 16 0.0
.text 1984768 1985008 240 0.0
tv-app debug (read only) 3192969 3193225 256 0.0
.text 2742610 2742866 256 0.0
tv-casting-app debug (read only) 5511313 5511569 256 0.0
.text 4894018 4894274 256 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2455032 2455112 80 0.0
.text 1417676 1417756 80 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1181199 1181259 60 0.0
rodata 143552 143564 12 0.0
text 815072 815108 36 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160395 1160443 48 0.0
rodata 135140 135156 16 0.0
text 803460 803500 40 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1742548 1742604 56 0.0
.debug_abbrev 1221471 1221517 46 0.0
.debug_aranges 111728 111736 8 0.0
.debug_frame 372964 373000 36 0.0
.debug_info 26715430 26716717 1287 0.0
.debug_line 3657437 3657522 85 0.0
.debug_loc 3573305 3573591 286 0.0
.debug_str 3427396 3427479 83 0.0
.strtab 570587 570615 28 0.0
.symtab 421456 421488 32 0.0
.text 1542776 1542832 56 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1685748 1685804 56 0.0
.debug_abbrev 1213310 1213356 46 0.0
.debug_aranges 111200 111208 8 0.0
.debug_frame 376044 376080 36 0.0
.debug_info 26452052 26453341 1289 0.0
.debug_line 3677953 3678038 85 0.0
.debug_loc 3560942 3561228 286 0.0
.debug_str 3416401 3416484 83 0.0
.strtab 535061 535089 28 0.0
.symtab 408048 408080 32 0.0
.text 1486712 1486768 56 0.0
light cy8ckit_062s2_43012 (read/write) 1603020 1603060 40 0.0
.debug_abbrev 1048129 1048175 46 0.0
.debug_aranges 103376 103384 8 0.0
.debug_frame 346312 346348 36 0.0
.debug_info 21914335 21915510 1175 0.0
.debug_line 3248418 3248503 85 0.0
.debug_loc 3259284 3259554 270 0.0
.debug_str 3221667 3221750 83 0.0
.strtab 468360 468388 28 0.0
.symtab 375136 375168 32 0.0
.text 1412216 1412256 40 0.0
lock cy8ckit_062s2_43012 (read/write) 1640708 1640748 40 0.0
.debug_abbrev 1055564 1055610 46 0.0
.debug_aranges 104048 104056 8 0.0
.debug_frame 349140 349176 36 0.0
.debug_info 22294083 22295295 1212 0.0
.debug_line 3257239 3257324 85 0.0
.debug_loc 3299137 3299408 271 0.0
.debug_str 3249088 3249171 83 0.0
.strtab 474563 474591 28 0.0
.symtab 378320 378352 32 0.0
.text 1444872 1444912 40 0.0
qpg lighting-app qpg6105+debug (read/write) 1129156 1129220 64 0.0
.text 576252 576316 64 0.0
lock-app qpg6105+debug (read/write) 1100176 1100224 48 0.0
.text 547276 547324 48 0.0
telink light-switch-app tlsr9518adk80d (read/write) 809096 809156 60 0.0
text 571518 571572 54 0.0
lighting-app tlsr9518adk80d (read/write) 831004 831064 60 0.0
text 589642 589692 50 0.0
Decreases (6 builds for cc13x2_26x2)
platform target config section e535710 d1f3d21 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 176048 176016 -32 -0.0
lock-ftd LP_CC2652R7 (read/write) 165300 165268 -32 -0.0
lock-mtd LP_CC2652R7 (read/write) 178028 177996 -32 -0.0
pump-app LP_CC2652R7 (read/write) 157176 157144 -32 -0.0
pump-controller-app LP_CC2652R7 (read/write) 172812 172756 -56 -0.0
shell LP_CC2652R7 (read/write) 180916 180884 -32 -0.0
Full report (45 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e535710 d1f3d21 change % change
bl602 lighting-app bl602 (read/write) 1410254 1410330 76 0.0
.bss 121585 121585 0 0.0
.data 9816 9816 0 0.0
.text 1065684 1065748 64 0.0
bl602+rpc (read/write) 1455450 1455534 84 0.0
.bss 129017 129017 0 0.0
.data 10200 10200 0 0.0
.text 1097032 1097100 68 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675359 675391 32 0.0
(read/write) 176048 176016 -32 -0.0
.bss 74300 74300 0 0.0
.data 3380 3380 0 0.0
.rodata 89215 89223 8 0.0
.text 585832 585856 24 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640071 640103 32 0.0
(read/write) 157868 157868 0 0.0
.bss 73572 73572 0 0.0
.data 3380 3380 0 0.0
.rodata 78367 78375 8 0.0
.text 561384 561408 24 0.0
lock-ftd LP_CC2652R7 (read only) 676419 676451 32 0.0
(read/write) 165300 165268 -32 -0.0
.bss 71500 71500 0 0.0
.data 3304 3304 0 0.0
.rodata 77067 77075 8 0.0
.text 598872 598896 24 0.0
lock-mtd LP_CC2652R7 (read only) 659379 659411 32 0.0
(read/write) 178028 177996 -32 -0.0
.bss 67188 67188 0 0.0
.data 3304 3304 0 0.0
.rodata 102323 102331 8 0.0
.text 556576 556600 24 0.0
pump-app LP_CC2652R7 (read only) 685247 685279 32 0.0
(read/write) 157176 157144 -32 -0.0
.bss 71436 71436 0 0.0
.data 3296 3296 0 0.0
.rodata 90079 90087 8 0.0
.text 594684 594708 24 0.0
pump-controller-app LP_CC2652R7 (read only) 669723 669779 56 0.0
(read/write) 172812 172756 -56 -0.0
.bss 71548 71548 0 0.0
.data 3292 3292 0 0.0
.rodata 85627 85643 16 0.0
.text 583616 583656 40 0.0
shell LP_CC2652R7 (read only) 666010 666042 32 0.0
(read/write) 180916 180884 -32 -0.0
.bss 76620 76620 0 0.0
.data 3376 3376 0 0.0
.rodata 85770 85778 8 0.0
.text 579924 579948 24 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586882 586954 72 0.0
.app_xip_area 463540 463612 72 0.0
.bss 65776 65776 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592634 592698 64 0.0
.app_xip_area 464508 464572 64 0.0
.bss 70560 70560 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599810 599866 56 0.0
.app_xip_area 477188 477244 56 0.0
.bss 65088 65088 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1108544 1108608 64 0.0
.bss 136332 136332 0 0.0
.data 2072 2072 0 0.0
.text 970120 970184 64 0.0
BRD4161A+rpc (read/write) 972188 972236 48 0.0
.bss 150844 150844 0 0.0
.data 2252 2252 0 0.0
.text 819072 819120 48 0.0
BRD4161A+rs911x (read/write) 1002048 1002104 56 0.0
.bss 169168 169168 0 0.0
.data 2064 2064 0 0.0
.text 830796 830852 56 0.0
lock-app BRD4161A+wf200 (read/write) 1150116 1150148 32 0.0
.bss 152248 152248 0 0.0
.data 2072 2072 0 0.0
.text 995776 995808 32 0.0
window-app BRD4161A (read/write) 1099784 1099840 56 0.0
.bss 137772 137772 0 0.0
.data 2096 2096 0 0.0
.text 959896 959952 56 0.0
esp32 all-clusters-app c3devkit (read only) 1033856 1033906 50 0.0
(read/write) 1493494 1493510 16 0.0
.dram0.bss 71120 71120 0 0.0
.dram0.data 13696 13696 0 0.0
.flash.rodata 218008 218024 16 0.0
.flash.text 1033856 1033906 50 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1086195 1086511 316 0.0
(read/write) 490772 490788 16 0.0
.dram0.bss 76640 76640 0 0.0
.dram0.data 34152 34152 0 0.0
.flash.rodata 247312 247328 16 0.0
.flash.text 1080811 1081127 316 0.0
.iram0.text 123939 123939 0 0.0
k32w light k32w0+release (read/write) 648204 648236 32 0.0
.bss 70712 70712 0 0.0
.data 2068 2068 0 0.0
.text 572696 572728 32 0.0
lock k32w0+release (read/write) 705216 705256 40 0.0
.bss 71160 71160 0 0.0
.data 2076 2076 0 0.0
.text 629252 629292 40 0.0
linux all-clusters-app debug (read only) 3046409 3046681 272 0.0
(read/write) 156064 156064 0 0.0
.bss 61824 61824 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 85768 85768 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 275659 275659 0 0.0
.text 2591314 2591586 272 0.0
all-clusters-minimal-app debug (read only) 2882273 2882529 256 0.0
(read/write) 147664 147664 0 0.0
.bss 61056 61056 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78264 78264 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 275883 275883 0 0.0
.text 2429730 2429986 256 0.0
bridge-app debug+rpc (read only) 2379977 2380233 256 0.0
(read/write) 127752 127752 0 0.0
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67640 67640 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 204488 204488 0 0.0
.text 2012578 2012834 256 0.0
chip-tool debug (read only) 10945849 10946121 272 0.0
(read/write) 657352 657352 0 0.0
.bss 25272 25272 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 622288 622288 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 569301 569301 0 0.0
.text 8855732 8856004 272 0.0
chip-tool-ipv6only arm64 (read only) 10320484 10320740 256 0.0
(read/write) 705185 705185 0 0.0
.bss 33313 33313 0 0.0
.data 3280 3280 0 0.0
.data.rel.ro 649784 649784 0 0.0
.dynamic 560 560 0 0.0
.got 13840 13840 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 499252 499268 16 0.0
.text 8168820 8169060 240 0.0
lighting-app debug+rpc (read only) 2605401 2605673 272 0.0
(read/write) 130536 130536 0 0.0
.bss 49792 49792 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72680 72680 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 221328 221328 0 0.0
.text 2212882 2213154 272 0.0
lock-app debug (read only) 2588385 2588641 256 0.0
(read/write) 125712 125712 0 0.0
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69688 69688 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 238320 238320 0 0.0
.text 2183122 2183378 256 0.0
ota-provider-app debug (read only) 2365657 2365929 272 0.0
(read/write) 119144 119144 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63512 63512 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 210328 210328 0 0.0
.text 1991570 1991842 272 0.0
ota-requestor-app debug (read only) 2530969 2531241 272 0.0
(read/write) 127552 127552 0 0.0
.bss 50368 50368 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68920 68920 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 217120 217120 0 0.0
.text 2140946 2141218 272 0.0
shell debug (read only) 2614713 2614969 256 0.0
(read/write) 142184 142184 0 0.0
.bss 57704 57704 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77376 77376 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 235762 235762 0 0.0
.text 2220242 2220498 256 0.0
thermostat-no-ble arm64 (read only) 2364132 2364388 256 0.0
(read/write) 141857 141857 0 0.0
.bss 55233 55233 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 76112 76112 0 0.0
.dynamic 560 560 0 0.0
.got 5056 5056 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 141324 141340 16 0.0
.text 1984768 1985008 240 0.0
tv-app debug (read only) 3192969 3193225 256 0.0
(read/write) 258040 258040 0 0.0
.bss 167352 167352 0 0.0
.data 4752 4752 0 0.0
.data.rel.ro 79368 79368 0 0.0
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 260328 260328 0 0.0
.text 2742610 2742866 256 0.0
tv-casting-app debug (read only) 5511313 5511569 256 0.0
(read/write) 160536 160536 0 0.0
.bss 51352 51352 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 100304 100304 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 345393 345393 0 0.0
.text 4894018 4894274 256 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2455032 2455112 80 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1417676 1417756 80 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1181199 1181259 60 0.0
bss 143641 143641 0 0.0
rodata 143552 143564 12 0.0
text 815072 815108 36 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160395 1160443 48 0.0
bss 142868 142868 0 0.0
rodata 135140 135156 16 0.0
text 803460 803500 40 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841960 841960 0 0.0
(read/write) 1742548 1742604 56 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188720 188720 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1221471 1221517 46 0.0
.debug_aranges 111728 111736 8 0.0
.debug_frame 372964 373000 36 0.0
.debug_info 26715430 26716717 1287 0.0
.debug_line 3657437 3657522 85 0.0
.debug_loc 3573305 3573591 286 0.0
.debug_ranges 338440 338440 0 0.0
.debug_str 3427396 3427479 83 0.0
.heap 841960 841960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570587 570615 28 0.0
.symtab 421456 421488 32 0.0
.text 1542776 1542832 56 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842696 842696 0 0.0
(read/write) 1685748 1685804 56 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187984 187984 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1213310 1213356 46 0.0
.debug_aranges 111200 111208 8 0.0
.debug_frame 376044 376080 36 0.0
.debug_info 26452052 26453341 1289 0.0
.debug_line 3677953 3678038 85 0.0
.debug_loc 3560942 3561228 286 0.0
.debug_ranges 337056 337056 0 0.0
.debug_str 3416401 3416484 83 0.0
.heap 842696 842696 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535061 535089 28 0.0
.symtab 408048 408080 32 0.0
.text 1486712 1486768 56 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850928 850928 0 0.0
(read/write) 1603020 1603060 40 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179960 179960 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1048129 1048175 46 0.0
.debug_aranges 103376 103384 8 0.0
.debug_frame 346312 346348 36 0.0
.debug_info 21914335 21915510 1175 0.0
.debug_line 3248418 3248503 85 0.0
.debug_loc 3259284 3259554 270 0.0
.debug_ranges 302528 302528 0 0.0
.debug_str 3221667 3221750 83 0.0
.heap 850928 850928 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 468360 468388 28 0.0
.symtab 375136 375168 32 0.0
.text 1412216 1412256 40 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1640708 1640748 40 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1055564 1055610 46 0.0
.debug_aranges 104048 104056 8 0.0
.debug_frame 349140 349176 36 0.0
.debug_info 22294083 22295295 1212 0.0
.debug_line 3257239 3257324 85 0.0
.debug_loc 3299137 3299408 271 0.0
.debug_ranges 305872 305872 0 0.0
.debug_str 3249088 3249171 83 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474563 474591 28 0.0
.symtab 378320 378352 32 0.0
.text 1444872 1444912 40 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1129156 1129220 64 0.0
.bss 106112 106112 0 0.0
.data 1028 1028 0 0.0
.text 576252 576316 64 0.0
lock-app qpg6105+debug (read/write) 1100176 1100224 48 0.0
.bss 102344 102344 0 0.0
.data 1032 1032 0 0.0
.text 547276 547324 48 0.0
telink light-switch-app tlsr9518adk80d (read/write) 809096 809156 60 0.0
bss 71344 71344 0 0.0
noinit 43488 43488 0 0.0
text 571518 571572 54 0.0
lighting-app tlsr9518adk80d (read/write) 831004 831064 60 0.0
bss 72200 72200 0 0.0
noinit 43488 43488 0 0.0
text 589642 589692 50 0.0

@andy31415
Copy link
Contributor

Accepted for 1.0 as high value fix for LWIP

@bzbarsky-apple bzbarsky-apple merged commit 20b2b19 into project-chip:master Sep 6, 2022
@bzbarsky-apple bzbarsky-apple deleted the lwip-err-mem branch September 6, 2022 23:57
isiu-apple pushed a commit to isiu-apple/connectedhomeip that referenced this pull request Sep 16, 2022
* Treat an ERR_MEM on send as non-fatal on LwIP.

That can be caused by a transient lack of TX buffers.  We should just
try again via MRP.

Fixes project-chip#21671

* Address review comment.
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.

Crit-err 3000001 on retransmiting CASE Sigma2
4 participants