As described in detail in this StackOverflow question (https://stackoverflow.com/q/77930273/4766), I'm getting a `Bitbake crash` when I try a build for the first time in Toaster:

Bitbake crash
Traceback (most recent call last):
  File "/home/joe/poky/bitbake/bin/bitbake", line 37, in <module>
    cookerdata.CookerConfiguration()))
  File "/home/joe/poky/bitbake/lib/bb/main.py", line 379, in bitbake_main
    configParams)
  File "/home/joe/poky/bitbake/lib/bb/ui/toasterui.py", line 135, in main
    params.updateToServer(server, os.environ.copy())
  File "/home/joe/poky/bitbake/lib/bb/cookerdata.py", line 73, in updateToServer
    ret, error = server.runCommand(["updateConfig", options, environment, sys.argv])
  File "/usr/lib/python3.6/xmlrpc/client.py", line 1112, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python3.6/xmlrpc/client.py", line 1452, in __request
    verbose=self.__verbose
  File "/usr/lib/python3.6/xmlrpc/client.py", line 1154, in request
    return self.single_request(host, handler, request_body, verbose)
  File "/usr/lib/python3.6/xmlrpc/client.py", line 1170, in single_request
    return self.parse_response(resp)
  File "/usr/lib/python3.6/xmlrpc/client.py", line 1342, in parse_response
    return u.close()
  File "/usr/lib/python3.6/xmlrpc/client.py", line 656, in close
    raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault 1: "<class 'xml.parsers.expat.ExpatError'>:not well-formed (invalid token): line 183, column 17">

Is this a known problem?

--
Daryl Spitzer