-
Notifications
You must be signed in to change notification settings - Fork 165
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
assert failed: igmp_joingroup_netif (Required to lock TCPIP core functionality!) (CON-1065) #853
Comments
Btw, I found this issue espressif/esp-idf#2580 for the idf, but it was from 2018 and I think this one should be fixed. |
@PhLuReh Can you please upload your sdkconfig file? Is this with the standard light example (without any changes)? |
this is my sdkconfig I tried to run the light app from the examples, but I was not able to commission to the chip-tool. (I was using a ESP32S3 in favour of my ESP32 from my product im developing). The device is only getting connected via BLE and responds to chip-tool, but no Wifi-Credentials are set nor connected to the AP. |
@PhLuReh Looks like some of the sdkconfig options do not match the Matter v1.1 codebase. Were you at some point working on v1.2 or main branch of Matter with the same example? If yes, can you delete your sdkconfig file and give it a try
|
nice, it's working again. I did So maybe it would be helpful, if you would comment what exactly lead you to this diagnose? I never thought about this solution and maybe someone else stumbles upon similar errors. |
Your attached sdkconfig has
These options are enabled in Matter v1.2 and not in Matter v1.1. Now, when you used these options with v1.1, the corresponding code related to it is not present on the v1.1 branch and hence the errors. |
|
pgslot100% |
Describe the bug
After updating esp-matter to f511d22 with all its referenced submodules, the device is facing an assertion error in the LWIP while joining MDNS groups. This happens to a to-be-commissioned device after Wifi connection is established.
Could you assist in finding the correct build framework or even a fix?
here is a longer log:
20240228_DUT-log.txt
Environment
20240228_DUT-log-long.txt
Linux version 6.1.29-1-MANJARO (builduser@fv-az292-908) (gcc (GCC) 12.2.1 20230201, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Wed May 17 14:00:55 UTC 2023
Any additional details
As I suspect there is some dependency issue, here is a full list of the connectedhomeip subodule hashes:
The text was updated successfully, but these errors were encountered: