home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / vmsnet / internal / 1129 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.6 KB

  1. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!dog.ee.lbl.gov!network.ucsd.edu!mvb.saic.com!macro32
  2. From: SYSMGR@IPG.PH.KCL.AC.UK
  3. Newsgroups: vmsnet.internals
  4. Subject: re: UNEXPECTED SYSTEM SERVICE EXCEPTION
  5. Message-ID: <53C00375_00057EE8.0095E4E079DCABC0$6_1@UK.AC.KCL.PH.IPG>
  6. Date: Wed, 29 JUL 92 16:00:33 BST
  7. Organization: Macro32<==>Vmsnet.Internals Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 23
  10.  
  11. > I got an Unexpected system service exception with only 3 args, the
  12. > pc of which was HALFWAY through an instruction.  Anyone ever seen
  13. > something like this (bug$_wslenotvalid)???
  14.  
  15. Haven't seen anything like these details, but have seen PC halfway through
  16. an instruction. It's called a phase error. What I had done was CALL a JSB
  17. entrypoint. The first two bytes of the first instruction were a valid
  18. save mask, so it carried on. The third byte was also a valid instruction...
  19. Normally, things go wrong pretty fast thereafter.
  20.  
  21. Interesting irrelevance: the genetic code (DNA base sequences) has a lot
  22. in common with a computer program. It has been observed that two genes
  23. (programs for assembling proteins) can share a common sequence WITH A
  24. PHASE SHIFT BETWEEN THEM. It could be fun trying to write a MACRO
  25. equivalent : maybe a piece of code that did one sensible thing if you
  26. JSB'ed it and a totally different sensible thing if you CALLed it!
  27.  
  28.                 Nigel Arnot
  29.  
  30.                 NRA%ipg.ph.kcl.ac.uk@nsfnet-relay.ac.uk   (internet)
  31.                 NRA%uk.ac.kcl.ph.ipg@ukacrl.bitnet        (bitnet)
  32.                 etc...
  33.  
  34.