I think I found a very odd memory issue triggering hard lock #11975
GM-Script-Writer-62850
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have been having a nightmare of a time trying to use my DHT22s with my W5500 PICO boards and i think i may have actually found a workaround to whatever is going on
if i do not run
gc.collect
right after imeasure()
a DHT22 i have a chance of a hard lock, no errors a hard lock, some times i get 0 actions after sometimes i get ~70, but it is only a matter of time till it goes downedit: well it still breaks, testing something that is not 100% reproducible is such a PITA
i even tried disabling the network while using
measure()
and it still crashesRelated bug reports i have made:
Beta Was this translation helpful? Give feedback.
All reactions