Chromium flashes and crashes


 
Thread Tools Search this Thread
Operating Systems Linux SuSE Chromium flashes and crashes
# 1  
Old 12-21-2010
Chromium flashes and crashes

I am running openSUSE 11.2 with KDE4.5 on my eMachines e525. I just did a "zypper up" on my system and it reported that Chromium was going to be updated. I agreed and the when the update was finished I shut down Chromium and started it again. It flickered on the screen for a moment and crashed. I tried again but it produced the same thing. I logged off and back in and tried Chromium again... same thing. I restarted and tried... same again!!!

Does anyone know how I can fix this so I can use Chromium again? Thanks.
# 2  
Old 12-22-2010
Try launching it from the command line and seeing if there is any error output
# 3  
Old 12-22-2010
Quote:
Originally Posted by mark54g
Try launching it from the command line and seeing if there is any error output
the output is:

>chromium
Attempting to load libmoonloaderxpi
Segmentation fault
# 4  
Old 12-22-2010
You need to re-install moonlight or remove it entirely. Moonlight is the open source version of Microsoft's Silverlight, which is a Flash-like tool.
# 5  
Old 12-22-2010
Quote:
Originally Posted by mark54g
You need to re-install moonlight or remove it entirely. Moonlight is the open source version of Microsoft's Silverlight, which is a Flash-like tool.
the problem is I dont know where it is at. it is not in /usr/lib/chromium/plugins. So I am not sure where else it would be.Might you know where else chromium would look for plugins?
# 6  
Old 12-22-2010
you can use zypper to update it once you know the name of the package. Try this:

Code:
rpm -qa | egrep -i 'mono|moon'

and try to reinstall the packages associated with that.

Also, I would try this: (I thought better of myself)

Code:
updatedb
locate libmoonloaderxpi

then when you find out where that file is located do this:

Code:
rpm -qf <path to libmoonloaderxpi >

then you know what package to remove or update.

Last edited by mark54g; 12-22-2010 at 06:10 PM.. Reason: better idea
# 7  
Old 12-24-2010
Quote:
Originally Posted by mark54g
you can use zypper to update it once you know the name of the package. Try this:

Code:
rpm -qa | egrep -i 'mono|moon'

and try to reinstall the packages associated with that.

Also, I would try this: (I thought better of myself)

Code:
updatedb
locate libmoonloaderxpi

then when you find out where that file is located do this:

Code:
rpm -qf <path to libmoonloaderxpi >

then you know what package to remove or update.
all the suggested commands produced no output with the exeption of "rpm -qa | egrep -i 'mono|moon'" but it only produced things relating to mono and nothing with moon in the output. I have been looking for a fix for this for several days and today I finally got a fix. I ran a zypper up and it updated chromium again. So, once zypper up was done I started chromium from the command-line and it works flawlessly.... I hope it stays this way. Thanks for the help with this. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Programming

C++ program crashes

Hi, Can anyone tell me why the below program is crashing? and where exactly it is crashing. What is the corrective measure to be taken to make it work fine? #include <iostream> #include <cstring> using namespace std; class CString { char* m_data; public: CString() :... (6 Replies)
Discussion started by: royalibrahim
6 Replies

2. Post Here to Contact Site Administrators and Moderators

chromium

I would just like to point out that for the past 1/2 monts i'm unable to edit post or if i post in regular mode i get double post using chromium browser. Can someone confirm or deny this. I'm using : chromium 18.0.1025.151 (Developer Build 85dfed9 Linux) Debian wheezy/sid Regards Peasant. (1 Reply)
Discussion started by: Peasant
1 Replies

3. Red Hat

7z crashes system

Can someone tell my why every time I try to use 7z it freezes my system? I can't move my mouse, I can't type, I can't kill my xsession. I then restart my system and everything returns to normal. When I try to use 7z my system again freezes. (11 Replies)
Discussion started by: cokedude
11 Replies

4. Solaris

Server crashes when not in use.

Production server crashes when there is no traffic on it. Can only recover by going to ALOM and reboot the server. This seems to happen about the same time every month. The only good thing is the server is not in production at the time of the crash. I have been unable to locate any information in... (5 Replies)
Discussion started by: Joeentech
5 Replies

5. Windows & DOS: Issues & Discussions

Internet Explorer flashes off

Hi, What must have happen to my internet explorer that flashes whenever it want to load. The page after trying to load would just logout. I have tried to reset most of the setting on the properties but all to no avail. Can someone pls assist. Thanx (1 Reply)
Discussion started by: kayode
1 Replies
Login or Register to Ask a Question