Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the user to emit extra fake modules #52

Open
Gankra opened this issue Aug 12, 2022 · 1 comment
Open

Allow the user to emit extra fake modules #52

Gankra opened this issue Aug 12, 2022 · 1 comment

Comments

@Gankra
Copy link
Contributor

Gankra commented Aug 12, 2022

A common annoyance for browsers is that we have a bunch of pages allocated by the JIT in a range of memory that is effectively a secret self-modifying module. One of the simplest and cleanest ways to make everything down the line understand this would be to allow the crashing process to tell minidump-writer about such "secret modules"

For spidermonkey's purpose, literally all that matters is the location+size, and a name. Things like codefiles/debugfiles could be junk/magic, but I would need to test that.

@moztcampbell
Copy link

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

No branches or pull requests

2 participants