home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 13288 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.3 KB

  1. Xref: sparky comp.sys.sgi:13288 comp.windows.x:16183
  2. Path: sparky!uunet!olivea!news.bbn.com!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!rutgers!att-out!pacbell.com!iggy.GW.Vitalink.COM!lll-winken!anduin!wiltzius
  3. From: wiltzius@anduin.ocf.llnl.gov (Dave Wiltzius)
  4. Newsgroups: comp.sys.sgi,comp.windows.x
  5. Subject: XtCallbackReleaseCacheRef crashes
  6. Message-ID: <135409@lll-winken.LLNL.GOV>
  7. Date: 4 Sep 92 15:47:02 GMT
  8. Sender: usenet@lll-winken.LLNL.GOV
  9. Followup-To: comp.sys.sgi
  10. Organization: Lawrence Livermore Nat'l Lab.
  11. Lines: 25
  12. Nntp-Posting-Host: anduin.ocf.llnl.gov
  13.  
  14.  
  15. I'm writing a Motif application on an SGI running 4.0.4 and
  16. can reliably reproduce a core dump with the following traceback
  17. from dbx:
  18.  
  19. XtCallbackReleaseCacheRef
  20. ObjectDestroy
  21. _XtFreeCallbackList
  22. XtFree
  23. .malloc.free
  24.  
  25. I have run this will mallopt's M_DEBUG enabled (nothing caught
  26. there).  It happens after I create about 7 top level shells,
  27. destroy 2 (via window manager "quit"), create another and destroy
  28. that one.  All of these shells have a mixed-mode (SGI terminology)
  29. child.
  30.  
  31. I'm about ready to hit the sources for this problem.  Any suggestions,
  32. comments or hints would be welcomed.  I've looked at my code closely
  33. but am not excluding bugs there, of course.
  34.  
  35. Please send email since our news service is flakey.  Thanks much.
  36.   Dave Wiltzius
  37.   Lawrence Livermore Nat'l Lab
  38.   wiltzius@llnl.gov
  39.