Skip to content

Berry crash when comparing for equality float literals on ESP32#24610

Merged
s-hadinger merged 1 commit intoarendst:developmentfrom
s-hadinger:fix_berry_iseq_float_crash
Apr 4, 2026
Merged

Berry crash when comparing for equality float literals on ESP32#24610
s-hadinger merged 1 commit intoarendst:developmentfrom
s-hadinger:fix_berry_iseq_float_crash

Conversation

@s-hadinger
Copy link
Copy Markdown
Collaborator

Description:

Fix crash when reading a float literal from compiled code in IRAM, only on ESP32. This is due to a hardware bug in early ESP32. Similar to #19830

Related issue (if applicable): fixes #24602

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with Tasmota core ESP8266 V.2.7.8
  • The code change is tested and works with Tasmota core ESP32 V.3.1.10 / V.3.3.7
  • I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

@s-hadinger s-hadinger merged commit e4c286d into arendst:development Apr 4, 2026
64 checks passed
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 this pull request may close these issues.

Berry crash on ESP32 with short oneliner

1 participant