On Wednesday, 12 October 2005 at 15:59:39 +1000, pb wrote:
> Hi all
> Can anyone tell me what a 'signal 11' is

Signals are a kind of software interrupt.  This particular one is
called SIGSEGV, or a segmentation violation.  This means that the
processor has caught the program attempting to do something like
access non-existent memory.

> and why it causes my attempted install to crash about half way
> through.

It's quite common for flaky hardware to fail like this.  If it always
happens in the same place, it may be a software bug, in which case it
would be good to know where it happens.  If it happens in random
places, conventional wisdom has it that your memory is probably flaky.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers.

Attachment: pgp4rwA7YCbe2.pgp
Description: PGP signature

Reply via email to