Linux Mint 14 64-bit Cinnamon crashes

Please post suggestions for improvement of Cinnamon on:
https://github.com/linuxmint/Cinnamon
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
cmoud94

Linux Mint 14 64-bit Cinnamon crashes

Post 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.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29612
Joined: Wed Jul 06, 2011 3:58 am

Re: Linux Mint 14 64-bit Cinnamon crashes

Post 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.
Image
cmoud94

Re: Linux Mint 14 64-bit Cinnamon crashes

Post 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
User avatar
xenopeek
Level 25
Level 25
Posts: 29612
Joined: Wed Jul 06, 2011 3:58 am

Re: Linux Mint 14 64-bit Cinnamon crashes

Post by xenopeek »

That appears to say it is crashing, but not the cause of the crash :(
Image
cmoud94

Re: Linux Mint 14 64-bit Cinnamon crashes

Post 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
p1977p

Re: Linux Mint 14 64-bit Cinnamon crashes

Post 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)
Locked

Return to “Cinnamon”