Crash involving ForEachProfiledFrame when loading a polywasm in esbuild.github.io Topic is solved

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
User avatar
jobbautista9
Board Warrior
Board Warrior
Posts: 1151
Joined: 2020-11-03, 06:47
Location: Philippines

Crash involving ForEachProfiledFrame when loading a polywasm in esbuild.github.io

Post by jobbautista9 » 2025-04-15, 12:50

Operating system: Windows 11 x64
Browser version: 33.7.0
32-bit or 64-bit browser?: 64-bit
Problem URL: https://esbuild.github.io/try/?polywasm ... ZWNvbmQKfQ

It happens in a clean profile too. I've sent a 7zipped minidump to the FTP; the filename is palemoon-crash_esbuild-github-io_20250415204703.7z (95MB)
Image

Tired of creating stuff!

Avatar artwork by Shinki669: https://www.pixiv.net/artworks/113645617

XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.

User avatar
Moonchild
Project founder
Project founder
Posts: 38965
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Crash involving ForEachProfiledFrame when loading a polywasm in esbuild.github.io

Post by Moonchild » 2025-04-15, 13:53

It's the same issue from topic 32146 -- trying to use BigInt in the Ion compiler (macroassembler).
Issue #2730 (UXP)
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
Moonchild
Project founder
Project founder
Posts: 38965
Joined: 2011-08-28, 17:27
Location: Sweden

Re: Crash involving ForEachProfiledFrame when loading a polywasm in esbuild.github.io

Post by Moonchild » 2025-04-22, 12:33

I can fix the crash but I don't have a solution for them wanting to use JIT-compiled BigInts as it needs a ton of rewiring to handle 64-bit integers in Ion which we just don't have the plumbing for as it stands.
I don't know if the output is as-expected in the screenshot:
You do not have the required permissions to view the files attached to this post.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
jobbautista9
Board Warrior
Board Warrior
Posts: 1151
Joined: 2020-11-03, 06:47
Location: Philippines

Re: Crash involving ForEachProfiledFrame when loading a polywasm in esbuild.github.io

Post by jobbautista9 » 2025-04-22, 15:44

The output looks correct, well correct at least that it is the same as in Edge... Thanks! :thumbup:
Image

Tired of creating stuff!

Avatar artwork by Shinki669: https://www.pixiv.net/artworks/113645617

XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.