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
Keeps coming back
Keeps coming back
Posts: 957
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

"Destroying things, smartly!" - IJN Samidare, probably

Avatar artwork by ebifurya: https://www.pixiv.net/artworks/85379109

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

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 37773
Joined: 2011-08-28, 17:27
Location: Motala, SE

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)
"A dead end street is a place to turn around and go into a new direction" - 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
Pale Moon guru
Pale Moon guru
Posts: 37773
Joined: 2011-08-28, 17:27
Location: Motala, SE

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.
"A dead end street is a place to turn around and go into a new direction" - 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
Keeps coming back
Keeps coming back
Posts: 957
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

"Destroying things, smartly!" - IJN Samidare, probably

Avatar artwork by ebifurya: https://www.pixiv.net/artworks/85379109

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