Closed Bug 1824621 Opened 2 years ago Closed 2 years ago

Intermittent /webdriver/tests/print/printcmd.py | test_large_html_document - webdriver.error.UnknownErrorException: unknown error (500): Failed to decode response from marionette

Categories

(Remote Protocol :: Marionette, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1770595

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: ctuns [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=410252880&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/IdGSYLVRT9WMCBpBmcvfVg/runs/0/artifacts/public/logs/live_backing.log


[task 2023-03-26T18:55:20.826Z] 18:55:20     INFO - TEST-PASS | /webdriver/tests/print/printcmd.py | test_html_document 
[task 2023-03-26T18:55:20.826Z] 18:55:20     INFO - TEST-UNEXPECTED-FAIL | /webdriver/tests/print/printcmd.py | test_large_html_document - webdriver.error.UnknownErrorException: unknown error (500): Failed to decode response from marionette
[task 2023-03-26T18:55:20.826Z] 18:55:20     INFO - session = <Session 82184967-4fd7-4bd9-ac35-8714f0e1e5bb>
[task 2023-03-26T18:55:20.826Z] 18:55:20     INFO - inline = <function inline.<locals>.inline at 0x7f7758174170>
[task 2023-03-26T18:55:20.826Z] 18:55:20     INFO - 
[task 2023-03-26T18:55:20.826Z] 18:55:20     INFO -     def test_large_html_document(session, inline):
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -         session.url = inline("<canvas id=\"image\"></canvas>")
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -         session.execute_script(
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -             """
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -             const width = 700;
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -             const height = 900;
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -             const canvas = document.getElementById("image");
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -             const context = canvas.getContext("2d");
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -             canvas.width = width;
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -             canvas.height = height;
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -             for (let x = 0; x < width; ++x) {
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -                 for (let y = 0; y < height; ++y) {
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -                     const colourHex = Math.floor(Math.random() * 0xffffff).toString(16);
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -                     context.fillStyle = `#${colourHex}`;
[task 2023-03-26T18:55:20.827Z] 18:55:20     INFO -                     context.fillRect(x, y, 1, 1);
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO -                 }
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO -             }
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO - >           """
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO -         )
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO - 
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO - inline     = <function inline.<locals>.inline at 0x7f7758174170>
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO - session    = <Session 82184967-4fd7-4bd9-ac35-8714f0e1e5bb>
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO - 
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO - tests/web-platform/tests/webdriver/tests/print/printcmd.py:58: 
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:22: in inner
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO -     return func(self, *args, **kwargs)
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO -         args       = ('\n'
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO -  '        const width = 700;\n'
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO -  '        const height = 900;\n'
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO -  '\n'
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO -  '        const canvas = document.getElementById("image");\n'
[task 2023-03-26T18:55:20.828Z] 18:55:20     INFO -  '        const context = canvas.getContext("2d");\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '        canvas.width = width;\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '        canvas.height = height;\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '        for (let x = 0; x < width; ++x) {\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '            for (let y = 0; y < height; ++y) {\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '                const colourHex = Math.floor(Math.random() * '
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '0xffffff).toString(16);\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '                context.fillStyle = `#${colourHex}`;\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '                context.fillRect(x, y, 1, 1);\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '            }\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '        }\n'
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -  '        ',)
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -         func       = <function Session.execute_script at 0x7f77582ce680>
[task 2023-03-26T18:55:20.829Z] 18:55:20     INFO -         kwargs     = {}
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -         self       = <Session 82184967-4fd7-4bd9-ac35-8714f0e1e5bb>
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -         session    = <Session 82184967-4fd7-4bd9-ac35-8714f0e1e5bb>
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:782: in execute_script
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -     return self.send_session_command("POST", "execute/sync", body)
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -         args       = []
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -         body       = {'args': [],
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -  'script': '\n'
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -            '        const width = 700;\n'
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -            '        const height = 900;\n'
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -            '        const canvas = document.getElementById("image");\n'
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -            '        const context = canvas.getContext("2d");\n'
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -            '        canvas.width = width;\n'
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -            '        canvas.height = height;\n'
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.830Z] 18:55:20     INFO -            '        for (let x = 0; x < width; ++x) {\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -            '            for (let y = 0; y < height; ++y) {\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -            '                const colourHex = Math.floor(Math.random() * '
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -            '0xffffff).toString(16);\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -            '                context.fillStyle = `#${colourHex}`;\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -            '                context.fillRect(x, y, 1, 1);\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -            '            }\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -            '        }\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -            '        '}
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -         script     = ('\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -  '        const width = 700;\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -  '        const height = 900;\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -  '\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -  '        const canvas = document.getElementById("image");\n'
[task 2023-03-26T18:55:20.831Z] 18:55:20     INFO -  '        const context = canvas.getContext("2d");\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '        canvas.width = width;\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '        canvas.height = height;\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '        for (let x = 0; x < width; ++x) {\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '            for (let y = 0; y < height; ++y) {\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '                const colourHex = Math.floor(Math.random() * '
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '0xffffff).toString(16);\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '                context.fillStyle = `#${colourHex}`;\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '                context.fillRect(x, y, 1, 1);\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '            }\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '        }\n'
[task 2023-03-26T18:55:20.832Z] 18:55:20     INFO -  '        ')
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -         self       = <Session 82184967-4fd7-4bd9-ac35-8714f0e1e5bb>
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:661: in send_session_command
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -     return self.send_command(method, url, body, timeout)
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -         body       = {'args': [],
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -  'script': '\n'
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -            '        const width = 700;\n'
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -            '        const height = 900;\n'
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -            '        const canvas = document.getElementById("image");\n'
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -            '        const context = canvas.getContext("2d");\n'
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -            '        canvas.width = width;\n'
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -            '        canvas.height = height;\n'
[task 2023-03-26T18:55:20.833Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -            '        for (let x = 0; x < width; ++x) {\n'
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -            '            for (let y = 0; y < height; ++y) {\n'
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -            '                const colourHex = Math.floor(Math.random() * '
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -            '0xffffff).toString(16);\n'
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -            '                context.fillStyle = `#${colourHex}`;\n'
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -            '                context.fillRect(x, y, 1, 1);\n'
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -            '            }\n'
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -            '        }\n'
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -            '        '}
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -         method     = 'POST'
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -         self       = <Session 82184967-4fd7-4bd9-ac35-8714f0e1e5bb>
[task 2023-03-26T18:55:20.834Z] 18:55:20     INFO -         timeout    = None
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO -         uri        = 'execute/sync'
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO -         url        = 'session/82184967-4fd7-4bd9-ac35-8714f0e1e5bb/execute/sync'
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO - _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO - 
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO - self = <Session 82184967-4fd7-4bd9-ac35-8714f0e1e5bb>, method = 'POST'
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO - url = 'session/82184967-4fd7-4bd9-ac35-8714f0e1e5bb/execute/sync'
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO - body = {'args': [], 'script': '\n        const width = 700;\n        const height = 900;\n\n        const canvas = document.g...ntext.fillStyle = `#${colourHex}`;\n                context.fillRect(x, y, 1, 1);\n            }\n        }\n        '}
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO - timeout = None
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO - 
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO -     def send_command(self, method, url, body=None, timeout=None):
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO -         """
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO -         Send a command to the remote end and validate its success.
[task 2023-03-26T18:55:20.835Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -         :param method: HTTP method to use in request.
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -         :param uri: "Command part" of the HTTP request URL,
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -             e.g. `window/rect`.
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -         :param body: Optional body of the HTTP request.
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -         :return: `None` if the HTTP response body was empty, otherwise
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -             the `value` field returned after parsing the response
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -             body as JSON.
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -         :raises error.WebDriverException: If the remote end returns
[task 2023-03-26T18:55:20.836Z] 18:55:20     INFO -             an error.
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -         :raises ValueError: If the response body does not contain a
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -             `value` key.
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -         """
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -         response = self.transport.send(
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -             method, url, body,
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -             encoder=protocol.Encoder, decoder=protocol.Decoder,
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -             session=self, timeout=timeout)
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -         if response.status != 200:
[task 2023-03-26T18:55:20.837Z] 18:55:20     INFO -             err = error.from_response(response)
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO -             if isinstance(err, error.InvalidSessionIdException):
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO -                 # The driver could have already been deleted the session.
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO -                 self.session_id = None
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO -     
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO - >           raise err
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO - E           webdriver.error.UnknownErrorException: unknown error (500): Failed to decode response from marionette
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO - 
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO - body       = {'args': [],
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO -  'script': '\n'
[task 2023-03-26T18:55:20.838Z] 18:55:20     INFO -            '        const width = 700;\n'
[task 2023-03-26T18:55:20.839Z] 18:55:20     INFO -            '        const height = 900;\n'
[task 2023-03-26T18:55:20.839Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.839Z] 18:55:20     INFO -            '        const canvas = document.getElementById("image");\n'
[task 2023-03-26T18:55:20.839Z] 18:55:20     INFO -            '        const context = canvas.getContext("2d");\n'
[task 2023-03-26T18:55:20.839Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.839Z] 18:55:20     INFO -            '        canvas.width = width;\n'
[task 2023-03-26T18:55:20.839Z] 18:55:20     INFO -            '        canvas.height = height;\n'
[task 2023-03-26T18:55:20.839Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.839Z] 18:55:20     INFO -            '        for (let x = 0; x < width; ++x) {\n'
[task 2023-03-26T18:55:20.839Z] 18:55:20     INFO -            '            for (let y = 0; y < height; ++y) {\n'
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO -            '                const colourHex = Math.floor(Math.random() * '
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO -            '0xffffff).toString(16);\n'
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO -            '\n'
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO -            '                context.fillStyle = `#${colourHex}`;\n'
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO -            '                context.fillRect(x, y, 1, 1);\n'
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO -            '            }\n'
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO -            '        }\n'
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO -            '        '}
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO - err        = <UnknownErrorException http_status=500>
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO - method     = 'POST'
[task 2023-03-26T18:55:20.840Z] 18:55:20     INFO - response   = <Response status=500 error=<UnknownErrorException http_status=500>>
[task 2023-03-26T18:55:20.841Z] 18:55:20     INFO - self       = <Session 82184967-4fd7-4bd9-ac35-8714f0e1e5bb>
[task 2023-03-26T18:55:20.841Z] 18:55:20     INFO - timeout    = None
[task 2023-03-26T18:55:20.841Z] 18:55:20     INFO - url        = 'session/82184967-4fd7-4bd9-ac35-8714f0e1e5bb/execute/sync'
[task 2023-03-26T18:55:20.841Z] 18:55:20     INFO - 
[task 2023-03-26T18:55:20.841Z] 18:55:20     INFO - tests/web-platform/tests/tools/webdriver/webdriver/client.py:625: UnknownErrorException
[task 2023-03-26T18:55:20.841Z] 18:55:20     INFO - ........................
[task 2023-03-26T18:55:20.841Z] 18:55:20     INFO - TEST-OK | /webdriver/tests/print/printcmd.py | took 86018ms

While executing a script the browser crashed:
https://treeherder.mozilla.org/logviewer?job_id=410252880&repo=autoland&lineNumber=171009-171021

[task 2023-03-26T18:54:12.755Z] 18:54:12     INFO - PID 16479 | 1679856852752	webdriver::server	DEBUG	-> POST /session/82184967-4fd7-4bd9-ac35-8714f0e1e5bb/execute/sync {"script": "\n        const width = 700;\n        const he ... fillStyle = `#${colourHex}`;\n                context.fillRect(x, y, 1, 1);\n            }\n        }\n        ", "args": []}
[task 2023-03-26T18:54:12.759Z] 18:54:12     INFO - PID 16479 | 1679856852757	Marionette	DEBUG	0 -> [0,78,"WebDriver:ExecuteScript",{"args":[],"script":"\n        const width = 700;\n        const height = 900;\n\n        const canvas = document.getElementById(\"image\");\n        con ...           context.fillStyle = `#${colourHex}`;\n                context.fillRect(x, y, 1, 1);\n            }\n        }\n        "}]
[task 2023-03-26T18:54:12.762Z] 18:54:12     INFO - PID 16479 | 1679856852761	Marionette	TRACE	[16] MarionetteCommands actor created for window id 17179869190
[task 2023-03-26T18:54:12.917Z] 18:54:12     INFO - PID 16479 | ==17101==ERROR: ThreadSanitizer failed to allocate 0xf620004dc000 (270617304481792) bytes at address 80000dee000 (errno: 12)
[task 2023-03-26T18:54:12.967Z] 18:54:12     INFO - PID 16479 | Exiting due to channel error.
[task 2023-03-26T18:54:12.968Z] 18:54:12     INFO - PID 16479 | Exiting due to channel error.
[task 2023-03-26T18:54:12.971Z] 18:54:12     INFO - PID 16479 | Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=2.21937) Exiting due to channel error.
[task 2023-03-26T18:54:12.973Z] 18:54:12     INFO - PID 16479 | Exiting due to channel error.
[task 2023-03-26T18:54:12.974Z] 18:54:12     INFO - PID 16479 | Exiting due to channel error.
[task 2023-03-26T18:54:12.977Z] 18:54:12     INFO - PID 16479 | Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=8.87277) Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=12.3904) Exiting due to channel error.
[task 2023-03-26T18:54:12.978Z] 18:54:12     INFO - PID 16479 | Crash Annotation GraphicsCriticalError: |[C0][GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown (t=13.3912) 1679856852967	webdriver::server	DEBUG	Teardown session
[task 2023-03-26T18:54:12.981Z] 18:54:12     INFO - PID 16479 | 1679856852968	geckodriver::marionette	ERROR	Failed to close browser connection: Socket not connected (os error 107)
[task 2023-03-26T18:54:12.984Z] 18:54:12     INFO - PID 16479 | 1679856852968	webdriver::server	DEBUG	<- 500 Internal Server Error {"value":{"error":"unknown error","message":"Failed to decode response from marionette","stacktrace":""}}

Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1770595
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.