home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text3992.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  1.9 KB

  1. Received: from sloth.swcp.com (sloth.swcp.com [198.59.115.25]) by nacm.com (8.6.10/8.6.9) with ESMTP id OAA26985 for <executor@nacm.com>; Fri, 18 Aug 1995 14:38:19 -0700
  2. Received: from iclone.UUCP (uucp@localhost) by sloth.swcp.com (8.6.9/8.6.9) with UUCP id PAA09331; Fri, 18 Aug 1995 15:38:02 -0600
  3. Received: from gwar.ardi.com by mailhost  with smtp
  4.     (nextstep Smail3.1.29.0 #11) id m0sjZ3F-000YbnC; Fri, 18 Aug 95 15:34 MDT
  5. Received: by gwar.ardi.com (linux Smail3.1.28.1 #5)
  6.     id m0sjZ3E-000GOkC; Fri, 18 Aug 95 15:34 MDT
  7. Message-Id: <m0sjZ3E-000GOkC@gwar.ardi.com>
  8. Date: Fri, 18 Aug 95 15:34 MDT
  9. From: mat@ardi.com (Mat Hostetter)
  10. To: Peer Griebel <griebel@uni-paderborn.de>
  11. Cc: executor@nacm.com
  12. Subject: Re: E/L: unhandled trap
  13. In-Reply-To: <199508181230.OAA29729@rodin.uni-paderborn.de>
  14. References: <199508181230.OAA29729@rodin.uni-paderborn.de>
  15. Sender: owner-paper@nacm.com
  16. Precedence: bulk
  17.  
  18. >>>>> "Peer" == Peer Griebel <griebel@uni-paderborn.de> writes:
  19.  
  20.     Peer> /ardi/executor/src/main.c 764 fatal error in
  21.     Peer> "unhandled_trap" Fatal error: unhandled trap 11 at pc
  22.     Peer> 0x7FFF72A (F-line)
  23.  
  24.     Peer> (I hope I got the message right).  This message appeared
  25.     Peer> when I tried to start the program IntelliDraw. Is it
  26.     Peer> System-7 related? Would it help to use a new BleedingEdge
  27.     Peer> version?
  28.  
  29. F-line traps are FPU calls.  Since Executor doesn't emulate the FPU,
  30. trying to use it will cause a crash.  FPU-less Macs also die this way
  31. (although I haven't tried IntelliDraw).  Sometimes programs that die
  32. wind up executing garbage code which happens to look like an FPU call,
  33. so this can be misleading.
  34.  
  35. You should check the IntelliDraw documentation and see if it requires
  36. an FPU.
  37.  
  38. I've heard there's a software FPU init (or something like that) for
  39. the Mac that we might be able to get running under Executor.  That
  40. would be easier than actually emulating the FPU (which isn't _that_
  41. hard).
  42.  
  43. -Mat
  44.  
  45.