• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

(gelöst) Firefox startet nach Update nicht mehr!

Grade wurde durch zypper Firefox aktualisiert, nach dem Update startet Firefox nicht mehr. Ich hab es mit den Originalpacket von der Firefoxseite versucht, die geht, übernimmt auch alle Einstellungen. Wenn ich firefox in der konsole starten will, kommt folgende Meldung: Ungültiger Maschinenbefehl (Speicherabzug geschrieben)
 

tomm.fa

Administrator
Teammitglied
Distribution ist welche?
Firefox-Version ist welche?
Firefox woher installiert?
Firefox mal mit einem neuen Profil gestartet?

Ich nehme mal an es geht um Firefox unter GNU/Linux, dann mal die Ausgaben von
Code:
cat /etc/*release
oder
Code:
lsb-release -a
und falls es sich bei der verwendeten Distribution um openSUSE handeln sollte, noch die Ausgaben von
Code:
zypper se -si mozilla
und
Code:
zypper lr -d
 
OP
H

HarryMalaria

Hacker
Opensuse Leap 15.0, hab es mit zypper über das Firefoxrepository installiert.

Code:
AME="openSUSE Leap"
VERSION="15.0"
ID="opensuse-leap"
ID_LIKE="suse opensuse"
VERSION_ID="15.0"
PRETTY_NAME="openSUSE Leap 15.0"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:15.0"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org/"

Code:
i  | MozillaFirefox                     | Paket | 65.0-lp150.3.1   | x86_64 | Mozilla based projects (openSUSE_Leap_15.0)
i+ | MozillaFirefox-branding-openSUSE   | Paket | 45-lp150.5.1     | x86_64 | Mozilla based projects (openSUSE_Leap_15.0)
i+ | MozillaFirefox-translations-common | Paket | 65.0-lp150.3.1   | x86_64 | Mozilla based projects (openSUSE_Leap_15.0)
i+ | ca-certificates-mozilla            | Paket | 2.30-lp150.3.9.1 | noarch | openSUSE-Leap-15.0-Update                  
i+ | kmozillahelper                     | Paket | 5.0.3-lp150.8.1  | x86_64 | Mozilla based projects (openSUSE_Leap_15.0)
i+ | mozilla-nspr                       | Paket | 4.20-lp150.2.3.1 | x86_64 | openSUSE-Leap-15.0-Update                  
i+ | mozilla-nss                        | Paket | 3.41.1-lp150.1.1 | x86_64 | Mozilla based projects (openSUSE_Leap_15.0)
i+ | mozilla-nss-certs                  | Paket | 3.41.1-lp150.1.1 | x86_64 | Mozilla based projects (openSUSE_Leap_15.0)

Code:
firefox -ProfileManager
Ungültiger Maschinenbefehl (Speicherabzug geschrieben)

firefox startet auch mit dem Profilmanager nicht. Ich hab mir das Original von der Mozillaseite geladen, entpackt und dann gestartet, läuft wunderbar ohne Probleme mit dem vorhandenen Profil. das ist erst nach dem vorherigem update, da wurden zwei packete aktualisiert: MozillaFirefox und MozillaFirefox-translations-common.
 
Oben