Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Firefox stürzt ohne Warnung ab bei Java/Javascript
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Storm.Xapek.de
Tux's lil' helper
Tux's lil' helper


Joined: 09 Feb 2006
Posts: 97

PostPosted: Sun May 28, 2006 10:21 am    Post subject: Firefox stürzt ohne Warnung ab bei Java/Javascript Reply with quote

Ich werde noch verrückt, seit meheren Monaten stürzt mein Firefox bei Java/Javascript oder irgendwelchen PopUps ab!
So genau weis ich nciht bei was überall, da er ohne vorwarnung abstürzt und ich die seite nciht zu gesicht bekomme.
Es passiert aber nur bei bestimmten seiten. Diejenigen nämlich die Java/Javascript besitzen. Aber auch nciht bei allen die das haben, wenn ich Java/Javascript deativiere sind 90% der Abstürze verschwunden. Hin und Wieder passiert es aber doch!
z.B bei Pro-Linux!

Mehere Reemerges, Downgrades,Upgrades des Firefox haben nix gebracht. Auch die Binaryversion hat dasselbe Problem. Die config-Dateien hab ihc bereits merhmals gelöscht, aber es hat nichts gebracht.

Kann mir bitte jemand helfen? Weis jemand ob Firefox irgendwelche Abhänigkeiten hat an dennen das liegen könnte?
Back to top
View user's profile Send private message
Storm.Xapek.de
Tux's lil' helper
Tux's lil' helper


Joined: 09 Feb 2006
Posts: 97

PostPosted: Tue May 30, 2006 9:25 am    Post subject: Reply with quote

Hat dein keiner ne Lösung für mein Problem?
Ich hab wirklich schon alles versucht! (Bis auf ein komplett neues system)

Ich brauch nur einen kleinen anhaltspunkt. Welches Programm interpretiert den java bzw. javascript? Macht das firefox selbst?
Back to top
View user's profile Send private message
XMath
Guru
Guru


Joined: 14 Aug 2004
Posts: 435
Location: Germany, Gaimersheim

PostPosted: Tue May 30, 2006 5:39 pm    Post subject: Reply with quote

Hi,
bist du dir sicher, dass es Java/Javascript ist? Und nicht vielleicht Flash?
Javascript interpretiert der Fuchs selbst, Java macht halt einen entsprechende Engine, die du installiert hast.
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Tue May 30, 2006 5:44 pm    Post subject: Reply with quote

java/javascript sind 2 paar schuhe!
deaktiviere mal NUR java und schau, obs auch besser is.
eher wahrscheinlich, dass es an java liegt!

cheers
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
Marlo
Veteran
Veteran


Joined: 26 Jul 2003
Posts: 1591

PostPosted: Tue May 30, 2006 9:00 pm    Post subject: Re: Firefox stürzt ohne Warnung ab bei Java/Javascript Reply with quote

Storm.Xapek.de wrote:
...
So genau weis ich nciht bei was überall,...


Kannst ja mal damit anfangen und das Resultat hier posten.

Ma
_________________
------------------------------------------------------------------
http://radio.garden/
Back to top
View user's profile Send private message
Jointy
Tux's lil' helper
Tux's lil' helper


Joined: 23 Dec 2005
Posts: 142
Location: Saarbrücken

PostPosted: Wed May 31, 2006 7:34 am    Post subject: Reply with quote

Hy,

starte mal den firefox aus nem xterm herraus...

^^dann sollte wenn der Firefox abgestürtzt ist eine Fehlermeldung im Terminal stehen...

MsG
_________________
[Host: Arko]
ASUS G1S
http://gentoo-wiki.com/HARDWARE_Asus_G1S
[Host: Pandora]
PIII 1Ghz (133) / 512MB
1x40GB & 60GB (mdRAID1)
Hardened Stage 1 Server
[Host: Plato]
verkauft (OpenSuse 11.0)
Back to top
View user's profile Send private message
Storm.Xapek.de
Tux's lil' helper
Tux's lil' helper


Joined: 09 Feb 2006
Posts: 97

PostPosted: Wed May 31, 2006 10:32 am    Post subject: Reply with quote

Danke für die hilfreichen tipps ich glaube ich bin einen schritt weiter:
hier die ausgabe auf der console:
Code:

The program 'Gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
  (Details: serial 111 error_code 8 request_code 149 minor_code 3)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
firefox-bin exited with non-zero status (1)


Ich schau jetzt mal wie firefox --sync reagiert
und verscuhe dieses GEcko neu zu mergen fals amn das kann.
Back to top
View user's profile Send private message
Jointy
Tux's lil' helper
Tux's lil' helper


Joined: 23 Dec 2005
Posts: 142
Location: Saarbrücken

PostPosted: Wed May 31, 2006 12:11 pm    Post subject: Reply with quote

Hy,

Ich würde vorschlagen du emergst dein Java nochmal neu, da du ja meintest es tritt mit java im Browser auf.
Verwendest du blackdown jre und jdk wie ich dann mache mal bitte folgenes.

Code:

nano -w /etc/make.conf
# Prüfen ob "X", "java" und "nsplugin" in den USE flags stehen (was bestimmt der Fall sein wird)


Dann emergste halt java und firefox neu
Code:

plato ~ # emerge -av dev-java/blackdown-jre dev-java/blackdown-jdk mozilla-firefox

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] dev-java/blackdown-jre-1.4.2.03-r2  +X +alsa -browserplugin -mozilla +nsplugin 13,224 kB
[ebuild   R   ] dev-java/blackdown-jdk-1.4.2.03-r2  +X +alsa -browserplugin -doc -mozilla +nsplugin 33,570 kB
[ebuild   R   ] www-client/mozilla-firefox-1.5.0.3  -debug +gnome +ipv6 +java +mozdevelop -xinerama -xprint 0 kB

Total size of downloads: 46,794 kB

Do you want me to merge these packages? [Yes/No] y



Das sollte unter Umständen helfen. gl

MsG
Jointy
_________________
[Host: Arko]
ASUS G1S
http://gentoo-wiki.com/HARDWARE_Asus_G1S
[Host: Pandora]
PIII 1Ghz (133) / 512MB
1x40GB & 60GB (mdRAID1)
Hardened Stage 1 Server
[Host: Plato]
verkauft (OpenSuse 11.0)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum