Results 1 to 4 of 4
Hi all,
I am using RHEL 6. When i use CAP3 software for the first time it successfully resulted. But second time when i used, it's showing "segmentation fault (core ...
- 06-20-2011 #1Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
What's the error called "segmentation fault (core dumped)"?
Hi all,
I am using RHEL 6. When i use CAP3 software for the first time it successfully resulted. But second time when i used, it's showing "segmentation fault (core dumped)". Even after restarting and reinstalling it showing same error. When i google, i found it some memmory related problem. But no clear information. pls help me in this regard.
Thanks in advance.
- 06-20-2011 #2Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
An error in which a running program attempts to access memory not allocated to it and core dumps with a segmentation violation error.
Better if you can gdb if you have core.xxxx file of it.
if you have do following:
1. file core.xxxx to find out which binary program has created this core file.
2. gdb <program> core.xxxx
3. bt (by this at least you can find out where the core dump occured & search for this trace on google.)
- 06-21-2011 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
If you reboot the system and re-run the software, does it still do it on the first try? If it succeeds on the first try, my guess is that it is trying to access a shared memory segment which is no longer available. Did you install the CAP3 software from repository, rpm file, vendor-provided installation tool, or build from source code?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 06-21-2011 #4Just Joined!
- Join Date
- Aug 2009
- Posts
- 6
Hi arun and Rubberman,
Thanks for ur reply. I found error in My Input sequence.


Reply With Quote