home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / lisp / 2109 < prev    next >
Encoding:
Text File  |  1992-07-26  |  2.0 KB  |  50 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!mcsun!Germany.EU.net!gmd.de!berlage
  3. From: berlage@gmd.de (Thomas Berlage)
  4. Subject: Re: clm & unexpected error message
  5. Message-ID: <berlage.712219308@gmd.de>
  6. Keywords: lisp clm motif
  7. Sender: news@gmd.de (USENET News)
  8. Nntp-Posting-Host: gmdzi
  9. Organization: GMD, Sankt Augustin, Germany
  10. References: <1992Jul24.170019.19793@cs.brown.edu>
  11. Date: Mon, 27 Jul 1992 06:41:48 GMT
  12. Lines: 36
  13.  
  14. In <1992Jul24.170019.19793@cs.brown.edu> map@cs.brown.edu (Mike Perkowitz) writes:
  15.  
  16. >okay. i'm back, this time with a real problem.
  17.  
  18. >I am working on an application using clm and need some help 
  19. >tracking down the following error:
  20.  
  21. >    >>Error: xt-send-command failed
  22.  
  23. >As far as I can tell, the above referenced error occurs when 
  24. >"xtk:quit-application" is called and ONLY when the timer has NOT been 
  25. >activated and no timer callbacks have been made. If the timer fires even
  26. >just once, all is well. The code within the timer callback appears to be
  27. >irrelevent.
  28.  
  29. >Are there any known bugs with clm or motif that might be responsible?
  30. >What is the connection with the timer?
  31.  
  32. Your error message indicates that the CLM server process has dumped core and
  33. taken the connection with it. There are known problems with destroying certain
  34. Motif widget hierarchies, so you might want to take a look at the core dump
  35. and see where it crashed.
  36.  
  37. Of course you should make sure that you are using the latest version CLM 2.1.
  38.  
  39. A timer that has been created in the disabled state should have no effect
  40. because it is just a random data structure in the CLM server. A timeout is
  41. only registered with Xt when the timer is enabled. Maybe the code in the
  42. timer callback is important. If the timer is enabled, you should destroy it
  43. before quitting, but your crash does not seem to occur in this case.
  44.  
  45. You can contact me directly for any questions about CLM.
  46.  
  47. Thomas Berlage (berlage@gmd.de)
  48. GMD (German National Research Center for Computer Science)
  49. P.O. Box 1316, 5205 Sankt Augustin 1, Germany
  50.