-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Unable to re-initialize netif after unitialized (IDFGH-5000) #6787
Comments
I'm experiencing the same problem here. |
Thanks for reporting and sorry for the inconvenience, we will look into. |
Hi @persan666 Thanks for the report! Indeed, there's a bug in the modem network glue layer deinitialization (It fails to unregister IP related events, so whenever we receive This patch should fix the issue: |
Great! Thanks for the respond! |
It worked for me, thanks! |
Environment
git describe --tags
to find it):// v4.3-beta2-2-g9a2d25191
xtensa-esp32-elf-gcc --version
to find it):// xtensa-esp32-elf-gcc (crosstool-NG esp-2020r3) 8.4.0
Problem Description
My program have to switch between Wifi and PPPos.
If I first run PPPos and then switch to Wifi and then back to PPPos the netif layer crashes.
// Wifi initialization:
// Wifi un-initialization:
// PPPos initialization
// PPPos un-initialization
The text was updated successfully, but these errors were encountered: