You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Matter SWU] ota-requester app quits abruptly after doing back to back BDX transfer (when no apply argument set)
Steps To Reproduce:
Run ota-requester app on the terminal but don’t run the Apply argument (-a ), see below command used:
./chip-ota-requestor-app --discriminator 100 --KVS ota_req10 -p 5 --secured-device-port 5560
Pair ota-requester in Home app
Select Update button and see that the BDX transfer is done completely and since there is no apply argument -a on the command it does not apply the update so then it triggers the BDX transfer again.
From the logs it did seem like BDX transfer occurred fully 2 times and on the 3rd attempt BDX transfer abruptly quit mid way due to below error.
[1682369652802] [19631:284411] [EM] Rxd Ack; Removing MessageCounter:73244494 from Retrans Table on exchange 8418i
[1682369652802] [19631:284411] [SPT] VerifyOrDie failure at ../../examples/ota-requestor-app/linux/third_party/connectedhomeip/src/app/clusters/ota-requestor/ota-requestor-server.cpp:190: EMBER_ZCL_STATUS_SUCCESS == status
Abort trap: 6
Platform
darwin
Platform Version(s)
1.2
Type
Manually tested with SDK
(Optional) If manually tested please explain why this is only manually tested
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
I tested using the ota-requestor-app on the mac without auto apply update and do not see a crash. will set up the home app to try and see if i can reproduce the crash.
Reproduction steps
[Matter SWU] ota-requester app quits abruptly after doing back to back BDX transfer (when no apply argument set)
Steps To Reproduce:
Run ota-requester app on the terminal but don’t run the Apply argument (-a ), see below command used:
./chip-ota-requestor-app --discriminator 100 --KVS ota_req10 -p 5 --secured-device-port 5560
Pair ota-requester in Home app
Select Update button and see that the BDX transfer is done completely and since there is no apply argument -a on the command it does not apply the update so then it triggers the BDX transfer again.
From the logs it did seem like BDX transfer occurred fully 2 times and on the 3rd attempt BDX transfer abruptly quit mid way due to below error.
[1682369652802] [19631:284411] [EM] Rxd Ack; Removing MessageCounter:73244494 from Retrans Table on exchange 8418i
[1682369652802] [19631:284411] [SPT] VerifyOrDie failure at ../../examples/ota-requestor-app/linux/third_party/connectedhomeip/src/app/clusters/ota-requestor/ota-requestor-server.cpp:190: EMBER_ZCL_STATUS_SUCCESS == status
Abort trap: 6
Platform
darwin
Platform Version(s)
1.2
Type
Manually tested with SDK
(Optional) If manually tested please explain why this is only manually tested
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: