If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I d/l FileWiewr from openstep.com and compliled it. Its compiles fine but when rI run it, It give me this error " Filewewier.app has exited due to signal 10 (SIGBUS)." . Any ides whats wrong?
Bus errors are when you're accessing memory that's not s'posed to be accessed in the way which you're accessing it. A similar error (sigsegv) happens when you try (e.g.) to write to memory address 0.
"Against stupidity, the gods themselves contend in vain" (Schiller)