Page 1 of 1

Linux Mint 14 64-bit Cinnamon crashes

Posted: Sat Mar 30, 2013 7:28 am
by cmoud94
Hi everyone,
Am I the only who has problems with cinnamon crashing? By crashing I mean there's no panel, no window borders etc. Is there a way how to restart cinnamon or something else without losing my work?
Cinnamon often crash while I'm listening to music (Banshee or Rhythmbox), when new song start playing (not all songs, but only some) then it happens.

PS: Sorry for my bad english :D and thanks for every help.

Re: Linux Mint 14 64-bit Cinnamon crashes

Posted: Sat Mar 30, 2013 7:50 am
by xenopeek
Have you investigated your /var/log/syslog file after such a crash? It has timestamps at the beginning of each line, so if you know roughly your computer's time at the moment of the crash you can find the bits from around that moment there. Generally, a crash is preceded by warnings or errors in the syslog file.

Re: Linux Mint 14 64-bit Cinnamon crashes

Posted: Sat Mar 30, 2013 8:03 am
by cmoud94
I tried to make it crash again and there is what I found in /var/log/syslog:
Mar 30 13:01:34 Anonymous gnome-session[2664]: WARNING: Application 'cinnamon.desktop' killed by signal 7
Mar 30 13:01:36 Anonymous gnome-session[2664]: WARNING: App 'cinnamon.desktop' respawning too quickly
Mar 30 13:01:36 Anonymous gnome-session[2664]: CRITICAL: We failed, but the fail whale is dead. Sorry....
Mar 30 13:01:36 Anonymous gnome-session[2664]: WARNING: Application 'cinnamon.desktop' killed by signal 7

Re: Linux Mint 14 64-bit Cinnamon crashes

Posted: Sat Mar 30, 2013 1:05 pm
by xenopeek
That appears to say it is crashing, but not the cause of the crash :(

Re: Linux Mint 14 64-bit Cinnamon crashes

Posted: Sat Mar 30, 2013 1:30 pm
by cmoud94
I think think that it's caused by these players I mentioned in first post, when the player come to song that cannot be played, it skips it and the cinnamon crash. I've tried to change MDM for LightDM but no luck... still the same problem. :(
Thanks for your time which you spended with my problem.
And again sorry if my english isn't good enough :D

Re: Linux Mint 14 64-bit Cinnamon crashes

Posted: Wed Sep 11, 2013 12:39 am
by p1977p
Had a similar problem with fresh install of Mint 15.

Code: Select all

$ dmesg
shows nouveau error ("fail ttm_validate"). The problem got solved by installing the proprietary nVidia drivers:

Code: Select all

$ sudo apt-get install nvidia-current
If this does not work for you, go to tty1 & try

Code: Select all

 $ sudo pkill -SIGHUP cinnamon 
instead of cinnamon --replace. This will merely redraw all windows rather than killing them. But browser downloads tend to get prematurely terminated.

(Running AMD Turion 64 processor notebook with nVidia GeForce 6150 card)