Search results

  1. M

    'bus error'

    In unix and unix-like operating systems this means the code is attempting to access memory outside it's allocated address space. It normally indicates a pointer problem. The obvious first places to look are the changes you have made to the code - but quite often these errors are tricky to track...
Back
Top