Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-85217

(Safari Browser && Port !=80) results in Application Exit

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 5.14.0
    • QPA
    • None
    • WebAssembly

    Description

      I am not sure if it is a Qt bug or a Safari bug. But apparently my Safari browser has been updated recently, which caused my web assembly application to suddenly not start anymore. At first I thought I had broken something in the code, but then I had the same error message with a completely empty project template.

      Safari now gives the following error message if you are running your WebServer on a port other than 80:

      Application exit (TypeError: undefined is not an object (evaluating 'handle[name]'))
      

      JS Console gives the following output

      exception thrown: TypeError: undefined is not an object (evaluating 'handle[name]'),methodCaller_emscripten$$val_$emscripten$$val$
      __emval_call_method
      wasm-stub@[wasm code]
      <?>.wasm-function[11303]@[wasm code]
      <?>.wasm-function[35684]@[wasm code]
      <?>.wasm-function[35752]@[wasm code]
      <?>.wasm-function[29013]@[wasm code]
      <?>.wasm-function[40576]@[wasm code]
      <?>.wasm-function[37030]@[wasm code]
      <?>.wasm-function[18006]@[wasm code]
      <?>.wasm-function[36954]@[wasm code]
      <?>.wasm-function[36901]@[wasm code]
      <?>.wasm-function[11574]@[wasm code]
      <?>.wasm-function[17982]@[wasm code]
      <?>.wasm-function[35644]@[wasm code]
      <?>.wasm-function[25625]@[wasm code]
      <?>.wasm-function[36916]@[wasm code]
      <?>.wasm-function[35574]@[wasm code]
      <?>.wasm-function[35580]@[wasm code]
      <?>.wasm-function[44073]@[wasm code]
      wasm-stub@[wasm code]
      fh@[native code]
      
      callMain
      doRun
      

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              lpotter Lorn Potter
              friedemann Friedemann Metzger
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes