segmantation fault error

Kristian Hermansen kristian.hermansen-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Mon Jul 9 14:06:29 EDT 2007


On 7/9/07, Eugene Gorelik <eugene.gorelik-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org> wrote:
> Sometimes I am getting segmentation fault errors when using various standard
> OS tools, for example:

Is it repeatable?  If not, then it is probably memory.  A certain
binary (zip in your case) may have already been corrupted on disk, so
that may not be a determining factor.  Try other binaries.  Enable
core dumps and trace it back to see what happened.

$ ulimit -c unlimited
$ zip ...
$ gdb -c *.core

In the case you noted above, you tried to reference some memory at
address 3, which is not going not work :-)  But your stack pointer
looks good.  I would see if it is repeatable...
-- 
Kristian Hermansen

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.






More information about the Discuss mailing list