Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-23-2004, 10:33 AM
|
#1
|
Member
Registered: Jan 2004
Location: Lille [Fr]
Distribution: SUSE9.3, WinXP on a leech (vmware)
Posts: 62
Rep:
|
what does Segmentation Fault mean ?
i get the Segmentation fault each time i try to install alsa-driver (rpms downloaded from different sources) on my laptop...
can someone explain me what does this error actually mean ?
thanks in advance
--baronlynx--
|
|
|
02-23-2004, 01:13 PM
|
#2
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Segmentation fault usually means that the program
is trying to access memory which doesn't belong to
it, and the kernel smacks it over the head.
Cheers,
Tink
|
|
|
02-23-2004, 03:24 PM
|
#3
|
Member
Registered: Jan 2003
Distribution: Ubuntu Hardy Heron
Posts: 83
Rep:
|
In windows terms, a segmentation fault="Illegal Operation Error"
|
|
|
02-24-2004, 02:43 AM
|
#4
|
Member
Registered: Jan 2004
Location: Lille [Fr]
Distribution: SUSE9.3, WinXP on a leech (vmware)
Posts: 62
Original Poster
Rep:
|
so what can be the problem then with all that files ???
|
|
|
02-24-2004, 01:13 PM
|
#5
|
Member
Registered: Feb 2004
Posts: 489
Rep:
|
Maybe it has to do something with your hardware? Maybe the MMU (memory managing unit) is directing to wrong places... don't know though, just a thought
Why don't you try to download the source files instead, maybe they will work for you.
|
|
|
02-24-2004, 02:46 PM
|
#6
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Quote:
Originally posted by baronlynx
so what can be the problem then with all that files ???
|
The stuff you installed may be compiled
against a different (incompatible) version
of GLIBC
Cheers,
Tink
|
|
|
02-25-2004, 11:59 AM
|
#7
|
LQ Newbie
Registered: Jan 2004
Posts: 27
Rep:
|
If you want a full writeup on this error, check the below URL
http://www.bitwizard.nl/sig11/
|
|
|
12-06-2008, 11:32 PM
|
#8
|
LQ Newbie
Registered: Dec 2008
Posts: 2
Rep:
|
Quote:
Originally Posted by JohnLinx
|
http://www.seg-faults.com/
Has some comprehensive solutions to dealing with this problem as well.
|
|
|
12-07-2008, 05:42 AM
|
#9
|
Senior Member
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Rep:
|
Quote:
Originally Posted by cexshun
In windows terms, a segmentation fault="Illegal Operation Error"
|
Incorrect.
"Segmentation Fault" in Linux is equivalent to "Access Violation" in Windows, not "Illegal Operation" error.
|
|
|
10-25-2009, 04:49 PM
|
#10
|
LQ Newbie
Registered: Oct 2009
Posts: 10
Rep:
|
I get this segmentation fault error:
Code:
rforth@sibelius:~$ /sata/sata_250_dsk02/games/bmtg3/bin/BMTG3
======== START ENGINE LOADING ========
Unable to load config file.
Screen initialization... SDL init success success.
Input initialization... 0 joysticks found.
success.
Mixer loaded!
Engine initialization... success.
======== END ENGINE LOADING ========
======== START LEVEL LOADING ========
Loading from state 0 to main menu...
Camera initialization... success.
Segmentation fault
rforth@sibelius:~$
rforth@sibelius:~$
Yet if I go into the bin directory and run it from there it runs fine? any ideas?
Code:
rforth@sibelius:~$ cd /sata/sata_250_dsk02/games/bmtg3/bin/
rforth@sibelius:/sata/sata_250_dsk02/games/bmtg3/bin$ ./BMTG3
======== START ENGINE LOADING ========
Screen initialization... SDL init success success.
Input initialization... 0 joysticks found.
success.
Mixer loaded!
Engine initialization... success.
======== END ENGINE LOADING ========
======== START LEVEL LOADING ========
Loading from state 0 to main menu...
Camera initialization... success.
UI initialization... state 450... fonts loaded... main menu built... success.
Loading player 1... success.
Standard OpenGL screen setup... success.
Loading player 0... success.
Loading demo level...
Attempting to play music...
success.
Main menu loading... success.
======== END LEVEL LOADING ========
FOB Captured by Enemy message created.
FOB Captured message created.
Engine shutdown success!
rforth@sibelius:/sata/sata_250_dsk02/games/bmtg3/bin$
Last edited by rforth; 10-25-2009 at 04:50 PM.
Reason: spelling errors / corrections
|
|
|
10-25-2009, 05:32 PM
|
#11
|
Member
Registered: Aug 2009
Location: Oregon, USA
Distribution: Arch
Posts: 864
Rep:
|
Quote:
"Segmentation Fault" in Linux is equivalent to "Access Violation" in Windows, not "Illegal Operation" error.
|
I think the "Illegal Operation" error (or "(application) has encountered a problem and needs to close") is Windows' terminology for an unhandled exception in a program. I got stuff like that when I used to do Win32 programming.
|
|
|
All times are GMT -5. The time now is 07:41 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|