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

Javascript hangs up when starting browser with warrior tab open #90

Open
VADemon opened this issue Nov 22, 2015 · 2 comments
Open

Javascript hangs up when starting browser with warrior tab open #90

VADemon opened this issue Nov 22, 2015 · 2 comments
Labels

Comments

@VADemon
Copy link
Member

VADemon commented Nov 22, 2015

The title sums it up. When I click on "Stop script" everything works just fine without reloading the tab.

Firefox: 43.0b5

Script: http://192.168.0.104:8001/script.js?v=1448150479.54:9

2015_11_22_18-43-22__firefox

@chfoo chfoo added the bug label Dec 2, 2015
@chfoo
Copy link
Member

chfoo commented Dec 2, 2015

Duplicate of #79 maybe?

@VADemon
Copy link
Member Author

VADemon commented Mar 6, 2016

Excuse me, it took so long to respond - I've been trying to reproduce this bug since then (although it used to happen quite often back then).

Now I finally got my hands on an active project with 6 working concurrent items, fotolog. Unfortunately, I don't get this error message anymore. Maybe since the grabbing is much slower (and each line shorter), it leads to a much smaller backlog of strings that have to be processed after to the browser startup.

When I "Inspect" the HTML elements that contain logs, the strings are a lot shorter than 2^16=65536, currently the longest log is 38550 characters long. So maybe the problem arises after exceeding this limit of 2^16 characters for a single Javascript string - but that's just a hypothesis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants