LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sorry, Ubuntu 14.04 has experienced an internal error (https://www.linuxquestions.org/questions/linux-newbie-8/sorry-ubuntu-14-04-has-experienced-an-internal-error-4175576099/)

chris_crunch 03-29-2016 03:11 AM

Sorry, Ubuntu 14.04 has experienced an internal error
 
This came up on my computer today. I'm not sure what to do or what this means. Everything seems to be working fine, but it asked me if I wanted to 'send a report' to help fix the problem. I looked at some details:

ExecutablePath
/usr/NX/bin/nxclient.bin
ProblemType
Crash
Title
nxclient.bin crashed with SIGSEGV in __libc_start_main()

Anyone know where to start here?

beachboy2 03-29-2016 06:43 AM

chris,

I get one of these warnings on a rare occasion and it has never affected the running of my system.

I would ignore it unless you are experiencing other problems.

rokytnji 03-29-2016 11:34 AM

If a pattern starts. Then I would investigate /var logs.

But if just a one off error that happens rarely. Ignore it like beachboy2 says.

I have also seen error report messages myself when 1st using ubuntu and ignored them mainly because I was clueless as to the meaning of the message.Just like you.

Might try (I do not have nxclient installed)

Code:

$ dmesg grep | nxclient
This might launch nxclient

or maybe

Code:

$ dmesg | grep nxclient
Code:

$ apt search nxclient
Sorting... Done
Full Text Search... Done
libsphinxclient-0.0.1/trusty 2.0.4-1.1ubuntu2 i386
  Fast standalone full-text SQL search engine - Client library

libsphinxclient-dev/trusty 2.0.4-1.1ubuntu2 i386
  Fast standalone full-text SQL search engine - Client library

Code:

$ locate nxclient
Just showing you how to look around. Not how to read or interpret error messages though.
You will have to use google search to interpret error messages.

Nxclient sounds like part of Freenx to me (which I do not do, I have ssh off)

https://www.howtoforge.com/tutorial/...4-trusty-tahr/


All times are GMT -5. The time now is 04:49 PM.