Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Strange crashes

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
mjs1994
Posts: 2
Joined: 2019-08-22 16:33

Strange crashes

#1 Post by mjs1994 »

Hi guys,

I'm pretty new to Linux overall so sorry if these questions are a little basic.

I've recently switched over my main PC from Windows to Debian 10 and loving it so far. I just keep getting one recurring issue which I can't see anything about or do anything with, I think it's isolated to Atom (text editor) but I can't tell. At seemingly random intervals through the day (never more than twice) I get a crash when using Atom, but it's a system wide crash where the cursor remains on the text selection cursor Image - I can move the mouse around but nothing else, the entire screen is unresponsive other than having the ability to move the mouse around. No keyboard shortcuts seem to work.

I was wondering if there is any kind of system log which would help me diagnose what is causing this strange crash?

Thanks!

arochester
Emeritus
Emeritus
Posts: 2435
Joined: 2010-12-07 19:55
Has thanked: 14 times
Been thanked: 54 times

Re: Strange crashes

#2 Post by arochester »

How did you install it? Where from?

mjs1994
Posts: 2
Joined: 2019-08-22 16:33

Re: Strange crashes

#3 Post by mjs1994 »

arochester wrote:How did you install it? Where from?
I downloaded the .deb file from https://atom.io/ and used sudo dpkg to install it

I did have it installed as a snap before this but ran into issues with it, so I uninstalled via snap store before doing the above.

User avatar
sunrat
Administrator
Administrator
Posts: 6498
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: Strange crashes

#4 Post by sunrat »

mjs1994 wrote:I was wondering if there is any kind of system log which would help me diagnose what is causing this strange crash?
Check the systemd journal:

Code: Select all

journalctl -b -1 -p3
will show errors for the previous boot.

Generally it's harder to support programs installed from outside the Debian repositories. See if its Github page has an "issues" section.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply