-
Notifications
You must be signed in to change notification settings - Fork 432
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
Core dump after SNTP update with negative delta (mos latest) #571
Comments
Got the same crash as well (on ESP32):
|
Fixed in d52032f, thanks for reporting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple application with a repeating timer and a blinking led core dumps in schedule_next_timer
ESP8266:
ESP32:
or
Noticed that when
LoadProhibited
occurs the value ofnow
may be very small, in absolute value, like -4.3836217080088929e-193 or very large -nan, -4.1962356034543887e+240.The test application
I also set
sntp.update_interval=300
.The text was updated successfully, but these errors were encountered: