-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Make sure the scripting manager is correctly reset when setting a null document #19910
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
base: master
Are you sure you want to change the base?
Conversation
…l document It should fix the error: ``` JavaScript warning: http://127.0.0.1:35021/build/generic/build/pdf.sandbox.mjs, line 192: Script terminated by timeout at: dispatchEvent@http://127.0.0.1:35021/build/generic/build/pdf.sandbox.mjs:192:3 dispatchEventInSandbox/<@http://127.0.0.1:35021/build/generic/web/viewer.mjs:3177:30 setTimeout handler*dispatchEventInSandbox@http://127.0.0.1:35021/build/generic/web/viewer.mjs:3177:15 async*#dispatchPageClose@http://127.0.0.1:35021/build/generic/web/viewer.mjs:8409:50 async*setDocument/<@http://127.0.0.1:35021/build/generic/web/viewer.mjs:8172:36 dispatch@http://127.0.0.1:35021/build/generic/web/viewer.mjs:1398:15 setDocument@http://127.0.0.1:35021/build/generic/web/viewer.mjs:12172:21 close@http://127.0.0.1:35021/build/generic/web/viewer.mjs:15563:22 testingClose@http://127.0.0.1:35021/build/generic/web/viewer.mjs:16357:51 ```
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/ba1f79cd468c51c/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/caa6956f5682ca4/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/ba1f79cd468c51c/output.txt Total script time: 12.89 mins
|
Please note that we should already be awaiting scripting to be destroyed via pdf.js/web/pdf_scripting_manager.js Lines 259 to 261 in 293506a
Lines 1071 to 1074 in 293506a
Line 1088 in 293506a
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/caa6956f5682ca4/output.txt Total script time: 34.29 mins
|
I wonder if just removing the following code would possibly help here? pdf.js/web/pdf_scripting_manager.js Lines 162 to 168 in 293506a
|
It should fix the error: