搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Crash due to XML parsing error

  • 2 回覆
  • 1 有這個問題
  • 29 次檢視
  • 最近回覆由 brian_m

more options

I'm using 64-bit Linux Mint 20.3 LTS, and the latest version of Firefox from the repositories (101). Suddenly, for no reason I know, my default profile has started crashing immediately on trying to run Firefox. A small window comes up with the error message

XML Parsing Error: not well-formed Location: chrome://browser/content/browser.xhtml

     <button when-cofnection}"secure-cert-user-overridden"="" <="" pre="">

and then a line of ------^ where the ^ indicates between the t and the i of cofnection

Yes, I emphasise that I HAVE copied the error message carefully, including the mismatched bracket pair and the cofnection rather than (I assume) connection

I've managed to get a working version of Firefox by creating a new profile and using that (as in for posting this request for help), and I do have a recent backup of my bookmarks, but it will be a royal PITA if all my logins and passwords have disappeared. I don't want to go any further than this without some guidance, as all the messages I've found detailing how to fix this seem to make the assumption that I'm running Windows.

Can anybody help, please?

</button>
I'm using 64-bit Linux Mint 20.3 LTS, and the latest version of Firefox from the repositories (101). Suddenly, for no reason I know, my default profile has started crashing immediately on trying to run Firefox. A small window comes up with the error message XML Parsing Error: not well-formed Location: chrome://browser/content/browser.xhtml <button when-cofnection}"secure-cert-user-overridden" and then a line of ------^ where the ^ indicates between the t and the i of cofnection Yes, I emphasise that I HAVE copied the error message carefully, including the mismatched bracket pair and the cofnection rather than (I assume) connection I've managed to get a working version of Firefox by creating a new profile and using that (as in for posting this request for help), and I do have a recent backup of my bookmarks, but it will be a royal PITA if all my logins and passwords have disappeared. I don't want to go any further than this without some guidance, as all the messages I've found detailing how to fix this seem to make the assumption that I'm running Windows. Can anybody help, please?

被選擇的解決方法

Looks like this button:

        <!-- Remove Certificate Exception -->
        <button when-connection="secure-cert-user-overridden"
                data-l10n-id="identity-remove-cert-exception"
                class="panel-button"
                oncommand="gIdentityHandler.removeCertException()"/>

You can try Firefox from the official Mozilla server if you currently use a version from the repositories of your Linux distribution to see if it behaves differently.

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

more options

選擇的解決方法

Looks like this button:

        <!-- Remove Certificate Exception -->
        <button when-connection="secure-cert-user-overridden"
                data-l10n-id="identity-remove-cert-exception"
                class="panel-button"
                oncommand="gIdentityHandler.removeCertException()"/>

You can try Firefox from the official Mozilla server if you currently use a version from the repositories of your Linux distribution to see if it behaves differently.

more options

Thanks! Looks like it's the version in the Mint distro that has the problem.