home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5225 < prev    next >
Encoding:
Text File  |  1992-07-25  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!ux1.cso.uiuc.edu!usenet.ucs.indiana.edu!newshost.cs.rose-hulman.edu!news
  3. From: capesp@NeXTwork.Rose-Hulman.Edu (Stephen P. Cape)
  4. Subject: Object archiving problems
  5. Message-ID: <1992Jul24.192053.4115@cs.rose-hulman.edu>
  6. Sender: news@cs.rose-hulman.edu (The News Administrator)
  7. Nntp-Posting-Host: g222-15.nextwork.rose-hulman.edu
  8. Organization: Rose-Hulman Institute of Technology
  9. Date: Fri, 24 Jul 1992 19:20:53 GMT
  10. Lines: 22
  11.  
  12.  
  13. I have problem with errors being generated when my subClass of Control  
  14. is being archived. The following error message is generated in gdb when  
  15. I try to write my object to a typedStream:
  16.  
  17. Program generated(1): Memory access exception on address 0x8  
  18. (protection failure).
  19. 0x5033476 in checkWrite ()
  20.  
  21. I set up my read and write methods as I have always done before  
  22. (successfully), but in this case they don't work. Actually, I'm not  
  23. sure they're the source of the problem because the above error message  
  24. gets generated before my write: method even gets called. Anyone have  
  25. any clues/ideas/suggestions?
  26.  
  27. BTW, it doesn't matter whether I use NXWriteObject or NXWriteRootObject  
  28. to archive my object. It crashes either way.
  29.  
  30. --
  31. Steve Cape
  32.  
  33. capesp@nextwork.rose-hulman.edu
  34.