home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14455 < prev    next >
Encoding:
Text File  |  1992-07-27  |  2.2 KB  |  51 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!darwin.sura.net!uvaarpa!murdoch!clas01!finnm
  3. From: finnm@clas01.cebaf.gov (Michael Finn)
  4. Subject: Memory Leaks with X...
  5. Message-ID: <1992Jul27.193547.24663@murdoch.acc.Virginia.EDU>
  6. Sender: usenet@murdoch.acc.Virginia.EDU
  7. Reply-To: finnm@clas01.cebaf.gov (Michael Finn)
  8. Organization: CEBAF (Continuous Electron Beam Accelerator Facility)
  9. Date: Mon, 27 Jul 1992 19:35:47 GMT
  10. Lines: 39
  11.  
  12. Hi, 
  13.     We are having a problem with an X11R4/Motif Application we have 
  14. written which is heavily graphics intensive.  We have a Memory leak we 
  15. cannot track down and are looking for suggestions on ways to find it, or 
  16. what it might be.  
  17.  
  18.     Another Question along this line that we have relates to Regions 
  19. in X11.  There is a descrepancy between the way Young and O'Reilly say 
  20. XIntersectRegion work.  An Example in Young's "X Window Systems Programming 
  21. and Applications with Xt" shows the region intersection in the Line:  
  22.     XIntersectRegion(region1, region2, intersection); 
  23. to be created in the routine.  O'Reilly does not say where this region is 
  24. created.  In practice it appears that the region intersection must be 
  25. created with the Line: 
  26.     intersection = XCreateRegion();
  27.     The gist of my question is, what routines will create a passed 
  28. region and what routines require me to create the passes region.  Any 
  29. information on this and other places in X which could account for our 
  30. bleeding memory are greatly welcomed.
  31.     
  32.  
  33.             - Mike Finn
  34.                 finnm@clas01.cebaf.gov
  35.  
  36. +----------------------------------------------------------------------------+
  37. | Michael P. Finn          | Insert Generic Lame Joke Here                   ||
  38. | finnm@clas01.cebaf.gov   |                                                 ||
  39. | CEBAF Hall B Software    |-------------------------------------------------||
  40. |    Working Group         | Disclaimer:  My words do not represent anything ||
  41. +--------------------------\              Whether it be animal, vegetable,   ||
  42.  +--------------------------\             Mineral, or wearing a suit.        ||
  43.                              +-----------------------------------------------+|
  44.                               +-----------------------------------------------;
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.