18.02.2014 Views

string

string

string

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Broken pipe<br />

Cause<br />

This condition is often normal, and the message is merely informational (as when<br />

piping many lines to the head(1) program). The condition occurs when a write on a<br />

pipe does not find a reading process. This usually generates a signal to the executing<br />

program, but this message displays when the program ignores the signal.<br />

Action<br />

Check the process at the end of the pipe to see why it exited.<br />

Technical Notes<br />

The symbolic name of this error is EPIPE, errno=32.<br />

Bus Error<br />

Cause<br />

A process has received a signal indicating that it attempted to perform I/O to a<br />

device that is restricted or that does not exist. This message is usually accompanied<br />

by a core dump, except on read-only filesystems.<br />

Action<br />

Use a debugger to examine the core file and determine what program fault or system<br />

problem led to the bus error. If possible, check the program’s output files for data<br />

corruption that might have occurred before the bus error.<br />

Technical Notes<br />

Bus errors can result from either a programming error or device corruption on your<br />

system. Some common causes of bus errors are: invalid file descriptors, unreasonable<br />

I/O requests, bad memory allocation, misaligned data structures, compiler bugs, and<br />

corrupt boot blocks.<br />

Alphabetical Message Listing 29

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!