-
Notifications
You must be signed in to change notification settings - Fork 31
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
Edbrowse crashes when opening "Creator Studio" or "Video Manager" #61
Comments
Just tried it using db3, although I fail to see anything that looks crash-inducing in there, maybe it helps:
|
Last lines of db9 (is there a table regarding db-levels>3?):
|
Table of db levels is in README.
I would guess, based on your db output, that this line in an html file would cause an abort for the same reason.
<body onclick="snork 7 7">
The compilation of the handler is not done in a protected mode so a syntax error would cause duktape to crash.
I need to fix this one obviously, and hope that my guess is right and it embrases your bug as well.
Karl Dahlke
|
Latest push. It fixes my problem; might fix yours.
But there's a deeper problem somewhere.
You might want to run at db3 and maybe dbev to confirm,
it should print out a syntax error on the onclick handler and the source code so we can see.
There shouldn't be any of these syntax errors on real websites, but you never know.
By the way, I don't think you ever want to go past db5, it gets pretty crazy.
Karl Dahlke
|
Thank you! Now loading the page doesn't cause a crash anymore:
Opening Creator Studio now yields
and thats it, at least at
db5 already gets enormously huge, if necessary to paste, do you prefer any service or should I attach a .txt file if necessary? |
Hi!
I know that this particular use case might lie outside of edbrowse's scope, but I don't know what causes this crash and it might well be something that happens on other pages too.
Steps to reproduce:
activate JavaScript (for google too, as you'll need to login using google, see #60 )
e https://youtube.com
login using
you won't get redirected to YouTube afterwards, so
e https://youtube.com
again.then go to "My channel" (or similar)
then try to open either "Creator Studio" or "Video Manager" (or similar)
edbrowse will fetch the page and quit, only displaying "aborted."
Happy new Year,
Oliver Parczyk
The text was updated successfully, but these errors were encountered: