Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
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.
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |