Recent content by wphowell

  1. W

    printf() miracle cure?!

    A bus error is caused when the stack gets corrupted; this is not a problem with the compiler. There is some serious problem in the code that is overwriting your stack. You should check to ensure that you are using length limited string functions to prevent overwriting the end of your string...
  2. W

    Apache On Os X 10.3.9

    The "could not bind to address" error message means that a web server is already running on port 80.
Back
Top