home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text1592.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.0 KB  |  28 lines

  1. >>>>> "Peer" == Peer Griebel <griebel@uni-paderborn.de> writes:
  2.  
  3.     Peer> /ardi/executor/src/main.c 764 fatal error in
  4.     Peer> "unhandled_trap" Fatal error: unhandled trap 11 at pc
  5.     Peer> 0x7FFF72A (F-line)
  6.  
  7.     Peer> (I hope I got the message right).  This message appeared
  8.     Peer> when I tried to start the program IntelliDraw. Is it
  9.     Peer> System-7 related? Would it help to use a new BleedingEdge
  10.     Peer> version?
  11.  
  12. F-line traps are FPU calls.  Since Executor doesn't emulate the FPU,
  13. trying to use it will cause a crash.  FPU-less Macs also die this way
  14. (although I haven't tried IntelliDraw).  Sometimes programs that die
  15. wind up executing garbage code which happens to look like an FPU call,
  16. so this can be misleading.
  17.  
  18. You should check the IntelliDraw documentation and see if it requires
  19. an FPU.
  20.  
  21. I've heard there's a software FPU init (or something like that) for
  22. the Mac that we might be able to get running under Executor.  That
  23. would be easier than actually emulating the FPU (which isn't _that_
  24. hard).
  25.  
  26. -Mat
  27.  
  28.