> What does signal 11 mean?

Signal 11 is SIGSEGV.  It means that the process accessed (tried to, anyway) 
memory that it had no access to, either because the address didn't exist in 
its address space or because it didn't have the right permissions.

The question you probably wanted answered more than that is what's going on.  
With random behavior like you're getting, and with random SIGSEGVs involved, 
my WAG would be bad memory.

I would find some kind of a memory tester and run it.

                                Jeff




_______________________________________________
techtalk mailing list
[EMAIL PROTECTED]
http://www.linux.org.uk/mailman/listinfo/techtalk

Reply via email to