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

Pairing issue with the latest SDK commit using all-clusters-app #17323

Closed
somu1710 opened this issue Apr 13, 2022 · 1 comment · Fixed by #17394
Closed

Pairing issue with the latest SDK commit using all-clusters-app #17323

somu1710 opened this issue Apr 13, 2022 · 1 comment · Fixed by #17394

Comments

@somu1710
Copy link

somu1710 commented Apr 13, 2022

Issue :- Not able to advertise the network (ble-wifi/onnetwork) from dut to get paired with controller using all-clusters-app.

Commit used - a75cd99

commands used for advertising (bringing up dut) :

Ble-wifi : connectedhomeip/examples/all-clusters-app/linux/out/all-clusters-app$ ./chip-all-clusters-app --wifi

Onnetwork : connectedhomeip/examples/all-clusters-app/linux/out/all-clusters-app$ ./chip-all-clusters-app

Log:

ubuntu@matter-te-7:~/connectedhomeip/examples/all-clusters-app/linux/out/all-clusters-app$ ./chip-all-clusters-app
INTERNAL ERROR: No help text defined for option: -
[1649856140.280266][8986:8986] CHIP:-: Failed to init Linux App: ../../third_party/connectedhomeip/examples/platform/linux/Options.cpp:409: Error 0x0000002F
[1649856140.280328][8986:8986] CHIP:SPT: VerifyOrDie failure at ../../main.cpp:25: ChipLinuxAppInit(argc, argv, AppOptions::GetOptions()) == 0
Aborted (core dumped)

ubuntu@matter-te-7:~/connectedhomeip/examples/all-clusters-app/linux/out/all-clusters-app$ ./chip-all-clusters-app --wifi
INTERNAL ERROR: No help text defined for option: -
[1649856349.791896][8990:8990] CHIP:-: Failed to init Linux App: ../../third_party/connectedhomeip/examples/platform/linux/Options.cpp:409: Error 0x0000002F
[1649856349.791954][8990:8990] CHIP:SPT: VerifyOrDie failure at ../../main.cpp:25: ChipLinuxAppInit(argc, argv, AppOptions::GetOptions()) == 0
Aborted (core dumped)

@somu1710 somu1710 changed the title Pairing issue with the latest SDK commit Pairing issue with the latest SDK commit using all-clusters-app Apr 13, 2022
@bzbarsky-apple
Copy link
Contributor

@somu1710 Is this a problem introduced recently? Of so, would you be able to git bisectto find the changeset that introduced it?

tcarmelveilleux added a commit to tcarmelveilleux/connectedhomeip that referenced this issue Apr 14, 2022
- Help text validation when
  CHIP_CONFIG_ENABLE_ARG_PARSER_VALIDITY_CHECKS are enabled
  are both unhelpful and unsafe. Unhelpful because
  such failures are unlikely to get better code delivered,
  and unsafe because the algorithms used make use of
  sketchy tricky code with negative indexing that was shown
  to sometimes fail on ARM builds.

This PR removes the help content checks

Fixes project-chip#17323
bzbarsky-apple pushed a commit that referenced this issue Apr 14, 2022
- Help text validation when
  CHIP_CONFIG_ENABLE_ARG_PARSER_VALIDITY_CHECKS are enabled
  are both unhelpful and unsafe. Unhelpful because
  such failures are unlikely to get better code delivered,
  and unsafe because the algorithms used make use of
  sketchy tricky code with negative indexing that was shown
  to sometimes fail on ARM builds.

This PR removes the help content checks

Fixes #17323
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants