Answer Posted / srinivasan rajagopalan
A segmentation fault (often shortened to segfault) is a
particular error condition that can occur during the
operation of computer software. A segmentation fault occurs
when a program attempts to access a memory location that it
is not allowed to access, or attempts to access a memory
location in a way that is not allowed (for example,
attempting to write to a read-only location, or to overwrite
part of the operating system).
Segmentation is one approach to memory management and
protection in the operating system. It has been superseded
by paging for most purposes, but much of the terminology of
segmentation is still used, "segmentation fault" being an
example. Some operating systems still have segmentation at
some logical level although paging is used as the main
memory management policy.
On Unix-like operating systems, a process that accesses an
invalid memory address receives the SIGSEGV signal
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can bsd run linux programs?
What is ssh port forwarding?
Does windows run on linux?
Name some shells that are commonly used in linux.
Why samba is used?
How do you find who is logged in?
What is the latest linux kernel?
What are the most common linux unix gui interfaces?
What is the shortcut to the login directory?
Is linux a posix?
What is a spinlock in linux?
why should you maintain separate names for your NIS and DNS domains?
How do you switch from one desktop environment to another, such as switching from kde to gnome?
What is an a record, an ns record, a ptr record, a cname record, an mx record?
What is linux mint used for?