home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12728 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.9 KB  |  44 lines

  1. Newsgroups: comp.os.vms
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!bgsuvax!jburian
  3. From: jburian@andy.bgsu.edu (John M. Burian)
  4. Subject: Trouble debugging 'Access violation'
  5. Message-ID: <Bruzq5.AEz@andy.bgsu.edu>
  6. Organization: Bowling Green State University B.G., Oh.
  7. Date: Thu, 23 Jul 1992 20:32:28 GMT
  8. Lines: 34
  9.  
  10. I'm working on a project involving Wollengong TCP software - my
  11. project sits in between the Wollengong master server and the
  12. Wollengong daemons (rlogind, tftpd, etc.) The master server
  13. starts up my project instead of the daemon, then my project
  14. starts the daemon. My project makes the connection so the daemon
  15. can communicate.
  16.  
  17. I have an echo daemon that was written and compiled locally. It
  18. works fine when running off the master server alone, and works
  19. also with my project in between. So, the project works, to an extent;
  20. with regard to the echo daemon, the connection is made, no problem.
  21.  
  22. The problem: when my project starts a Wollengong daemon, the daemon
  23. exits immediately, with what I believe is an Access Violation error.
  24. The daemon is being started with sys$creprc, and I provide a mailbox
  25. to write to after the process terminates. Reading the mailbox with
  26. sys$qiow, I get the accounting message from the daemons termination,
  27. and the final status field is (hex) 1000000C. Since the C (dec 12)
  28. is listed as an Access Violation, I assume that's the error, but
  29. that 1 way over there makes me wonder, and I don't find any error
  30. codes that large.
  31.  
  32. I don't have access to the source for the daemon, and the daemon 
  33. works fine without my project in there. I guess the question is
  34. what are causes for Access Violation errors? I understand that 
  35. they are actually fairly generic. Why does it work with our local
  36. echo daemon (which works with the master server alone, without 
  37. my project), and not work with Wollengong daemons? Anyone have 
  38. experience with this?
  39.  
  40.                     Thanks,
  41.  
  42.                     John M. Burian
  43.                     jburian@andy.bgsu.edu
  44.