• Hello Guest! We're hosting a challenge to welcome vintage Intel macs to the MLA during the month of July! See this thread for more information.
  • We've made some quality of life improvements to the Trading Post. More info here.

Lisa Error 45

cheesestraws

Moderator
Staff member
68LC040
Was trying to get some code running on my Lisa and got this:

61144710806__9370B533-62E0-47F5-95AB-7788AEF969B6.JPG

Anyone know what it means?  Is there a document with a list of these somewhere?  I googled a bit but obviously missed the keyword.

 
Bus error means you tried to access memory that does not exist or belong to you or the MMU hasn't mapped. It's equivalent to the unix segfault.

 
Here's a link to the table of startup error codes
You can tell it was late at night, can't you.  I really have no excuse for not looking at the FAQ...

Bus error means you tried to access memory that does not exist
That would make sense.  There's a pointer in this code where I'm not sure where it ought to be initialised (I don't think anyone has tried to get this building for a very long time, partly because there seems to be a critical file missing from the source tree and nobody's noticed, so a little reconstruction is being required)

 
Back
Top