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

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!brunix!cs.brown.edu!map
  3. From: map@cs.brown.edu (Mike Perkowitz)
  4. Subject: clm & unexpected error message
  5. Message-ID: <1992Jul24.170019.19793@cs.brown.edu>
  6. Keywords: lisp clm motif
  7. Sender: news@cs.brown.edu
  8. Organization: Brown Computer Science Dept.
  9. Date: Fri, 24 Jul 1992 17:00:19 GMT
  10. Lines: 45
  11.  
  12.  
  13. okay. i'm back, this time with a real problem.
  14.  
  15. I am working on an application using clm and need some help 
  16. tracking down the following error:
  17.  
  18.     >>Error: unexpected message: (0)
  19.          
  20.     XTK::RECEIVE-CALLBACK-OR-EVENT:
  21.        Keyword arg 2 (ALLOW-CONFIRMATION): T
  22.        Keyword arg 3 (CALLED-FROM-MAIN-LOOP): NIL
  23.  
  24. which is then followed immediately by the following message
  25. when aborting to the lisp top level:
  26.  
  27.     >>Error: xt-send-command failed
  28.          
  29.     XTK::TOOLKIT-SEND-COMMAND:
  30.        Required arg 0 (CODE): 29
  31.        Required arg 1 (SERIAL): 104
  32.        Required arg 2 (LIST-OF-ARGS): NIL
  33.  
  34. The application is a simulator which has one main window which serves
  35. as the control panel, and several auxiliary windows which are based
  36. on transient-shell widgets. The simulator processing code is called 
  37. from the clm event loop by way of a timer callback. The simulation can
  38. then be started and stopped by enabling or disabling the timer.
  39.  
  40. As far as I can tell, the above referenced error occurs when 
  41. "xtk:quit-application" is called and ONLY when the timer has NOT been 
  42. activated and no timer callbacks have been made. If the timer fires even
  43. just once, all is well. The code within the timer callback appears to be
  44. irrelevent.
  45.  
  46. Are there any known bugs with clm or motif that might be responsible?
  47. What is the connection with the timer?
  48.  
  49. Any suggestions or comments will be appreciated.
  50.  
  51. please post or email sts@cs.brown.edu
  52.  
  53. ----------------------------------------------------------------
  54.      No statement made in a signature file is ever correct.
  55.           Mike Perkowitz              map@cs.brown.edu
  56. ----------------------------------------------------------------
  57.