LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   Ayttm Failing: Segmentation fault (core dumped) (https://www.linuxquestions.org/questions/%2Absd-17/ayttm-failing-segmentation-fault-core-dumped-216871/)

Devboy 08-12-2004 05:29 PM

Ayttm Failing: Segmentation fault (core dumped)
 
I goto start ayttm after installing it but all it outputs is:

Segmentation fault (core dumped)

Also, when running a program from the console what do you type at the end of the program ie "-r" to make it run in the background and still use that same console window?

frob23 08-12-2004 06:36 PM

To run in the background... put an & at the very end of the command line.

A segmentation fault means the program tried to access something it wasn't allowed to. You can play around with gdb and the core file to know exactly what happened but it is doubtful you will be able to fix it unless you know what caused the problem.

Devboy 08-12-2004 06:40 PM

Ahh righty thanks mate :)


All times are GMT -5. The time now is 09:57 AM.