Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSegfault on github #7620
Closed
Segfault on github #7620
Labels
Comments
|
Could you rebuild with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
./mach run https://github.com/login --userscriptswith the following in00.example.js:gives a segfault:
Seems like a
setTimeout()-created function is causing a crash. I'm not familiar enough with SM to be able to trace the origin of this or make a MWE.I suspect the
window.historyreplacement causes this (thefilltextreplacement is just required so that it doesn't crash early)cc @michaelwu