-
Notifications
You must be signed in to change notification settings - Fork 315
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
OpenWPM hangs #957
Comments
This seems like a duplicate of #922. |
Just dumping my thoughts in here: When we collect a lot of data from a lot of browsers and then tell the Storage Controller to shut down it doesn't shut down because it gets hung up somewhere in the following code. OpenWPM/openwpm/storage/storage_controller.py Lines 250 to 267 in 3354bc1
I think this might be an issue with completion_queue_task not finishing, when we expect it to.Which should terminate immediately in the SQLite case, as the token should be None , so the list should be emptied in one go.
Can you add logging to this function that prints the flag and the contents of the list? OpenWPM/openwpm/storage/storage_controller.py Lines 308 to 322 in 3354bc1
|
In the deploy firefox file I install an add_on adblocker towards the end, after openwpm xpi is installed.
After this I run a simple crawl of 50 websites. This results in the crawl getting executed but gives these warning (about 50 of these) and the demo.py does not shutdown. It Just hangs.
Running without the xpi results in a proper shutdown.
The text was updated successfully, but these errors were encountered: