home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5182 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  984 b 

  1. Path: sparky!uunet!rosie!next.com
  2. From: pgraff@next.com (Peter Graffagnino)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Obscure DPS messages
  5. Message-ID: <4395@rosie.NeXT.COM>
  6. Date: 22 Jul 92 20:57:22 GMT
  7. References: <1992Jul22.075638.27238@csus.edu>
  8. Sender: news@NeXT.COM
  9. Lines: 17
  10.  
  11. In article <1992Jul22.075638.27238@csus.edu> eps@futon.SFSU.EDU (Eric P.  
  12. Scott) writes:
  13. > In article <1992Jul21.231505.7669@u.washington.edu>
  14. >     zeno@hardy.u.washington.edu (Sean T. Lamont) writes:
  15. > >Does anyone know what this means?
  16. > >
  17. > >DPS client library error: PostScript program error, DPSContext 90128
  18. > >%%[ Error: undefinedresult; OffendingCommand: bin obj seq, type=128,  
  19. elements=2, size=20 ]%%
  20. > undefinedresult usually means something like division by zero.
  21.  
  22. This error can also signify that you are passing `NaN' as a floating point  
  23. value into a pswrap.  This can occur if you have uninitialized automatic  
  24. float variable in C that is getting passed into a wrap.
  25.  
  26. Peter
  27.