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)
Crash involving ForEachProfiledFrame when loading a polywasm in esbuild.github.io Topic is solved
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!
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!
-
jobbautista9
- Board Warrior

- Posts: 1151
- Joined: 2020-11-03, 06:47
- Location: Philippines
Crash involving ForEachProfiledFrame when loading a polywasm in esbuild.github.io

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.
-
Moonchild
- Project founder

- Posts: 38965
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: Crash involving ForEachProfiledFrame when loading a polywasm in esbuild.github.io
It's the same issue from topic 32146 -- trying to use BigInt in the Ion compiler (macroassembler).
Issue #2730 (UXP)
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
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
Moonchild
- Project founder

- Posts: 38965
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: Crash involving ForEachProfiledFrame when loading a polywasm in esbuild.github.io
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:
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
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
jobbautista9
- Board Warrior

- Posts: 1151
- Joined: 2020-11-03, 06:47
- Location: Philippines
Re: Crash involving ForEachProfiledFrame when loading a polywasm in esbuild.github.io
The output looks correct, well correct at least that it is the same as in Edge... Thanks! 

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.