home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vms / 21914 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.8 KB  |  47 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!convex!convex!ssimmons
  3. From: ssimmons@convex.com (Steve Simmons)
  4. Subject: >>>>> PCA limitation / Unix "strip" for VMS
  5. Sender: usenet@news.eng.convex.com (news access account)
  6. Message-ID: <ssimmons.727973008@convex.convex.com>
  7. Date: Mon, 25 Jan 1993 14:43:28 GMT
  8. Nntp-Posting-Host: pixel.convex.com
  9. Organization: Engineering, CONVEX Computer Corp., Richardson, Tx., USA
  10. X-Disclaimer: This message was written by a user at CONVEX Computer
  11.               Corp. The opinions expressed are those of the user and
  12.               not necessarily those of CONVEX.
  13. Lines: 32
  14.  
  15.  
  16. Is this bug still there????????????????????????????
  17.  
  18.  
  19. > =================================================================
  20. > /user/krf/appr_bm> run testexec_pca
  21. >        VAX PCA Collector Version V4.0-80
  22. >
  23. > PCAC> g
  24. > %PCA-E-INCDST, incorrect DST nesting in module RPDINIT. Datafile not set.
  25. > %PCA-I-NODATACOL, exiting with no data collection phase
  26. > =================================================================
  27.  
  28. I was the VAX PCA project leader a few years back and so I can only give you 
  29. a snapshot of what I remember. 
  30.  
  31. VAX PCA lives off the DSTs emitted by the compilers.  It verifies the 
  32. sanity of this information by checking that every "begin record" has an 
  33. "end record" like with both the module and routine information.  Therefore, 
  34. you should probably compile RPDINIT with /NODEBUG.  One common case 
  35. of this occurence was a MACRO module without any code. Hopefully, this 
  36. has been fixed by now (I have been working at Convex for over 3 years ;-)). 
  37.  
  38. Anyway, VAX PCA should try to be more robust and just throw out the module. 
  39. Then, allow you to collect data if you so desire.  At one point, it was even
  40. more hostile and internal error.  
  41.  
  42. Thank you. 
  43.  
  44.                         Steve Simmons
  45.  
  46.