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

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!yale!mintaka.lcs.mit.edu!ai-lab!next.cambridge.ma.us!simsong
  2. From: simsong (Simson L. Garfinkel)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Destroying Zones
  5. Message-ID: <1992Jul30.112824.8328@next.cambridge.ma.us>
  6. Date: 30 Jul 92 11:28:24 GMT
  7. References: <1992Jul27.010436.1749@kakwa.ucs.ualberta.ca>
  8. Sender: simsong@next.cambridge.ma.us
  9. Reply-To: simsong@next.cambridge.ma.us
  10. Organization: Simson Garfinkel and Associates, Inc.
  11. Lines: 16
  12.  
  13. In article <1992Jul27.010436.1749@kakwa.ucs.ualberta.ca>  
  14. gary@niagara.ucs.ualberta.ca (Gary Ritchie) writes:
  15. > I'm loading a nib file into its own zone, so that I can later destroy the  
  16. > zone and make everything go away.  I'm having a problem because the nib  
  17. > file contains Windows, and the program has a segmentation fault shortly  
  18. > after the zone is destroyed.
  19. > I remember glancing at an article in the spring NeXTworld magazine which  
  20. > discussed how to deal with freeing zones which contain Windows, but I  
  21. > don't have access to that particular issue anymore.
  22.  
  23. You must take the windows off the window list before you destroy them.  You can  
  24. do this by accessing the window list directly....
  25. -- 
  26.  
  27. ................................................................simson
  28.