home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / toolkits / xview / 1230 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.3 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!newsserver.jvnc.net!netnews.upenn.edu!kin.lap.upenn.edu!jarnot
  2. From: jarnot@kin.lap.upenn.edu (Kevin J. Jarnot)
  3. Newsgroups: alt.toolkits.xview
  4. Subject: Re: "Alarm clock" error in XView
  5. Summary: Problem solved!!!!
  6. Message-ID: <106191@netnews.upenn.edu>
  7. Date: 22 Jan 93 16:20:00 GMT
  8. References: <105279@netnews.upenn.edu>
  9. Sender: news@netnews.upenn.edu
  10. Organization: University of Pennsylvania, Language Analysis Center
  11. Lines: 24
  12. Nntp-Posting-Host: kin.lap.upenn.edu
  13.  
  14. In article <105279@netnews.upenn.edu> jarnot@kin.lap.upenn.edu (Kevin J. Jarnot) writes:
  15. > For some reason, an XView app I am writing exits suddenly while
  16. > I am accessing the scrollbars (specifically the up and down arrows).
  17. > Upon exiting, it prints "Alarm clock".
  18.  
  19.  
  20. Finally found an easy fix to this, thanks to Karl Nicholas and Jeff Bryson.
  21.  
  22. Starting with version 6.4 of Ingres (whose libraries I have linked
  23. in), a connect to the database sets all signals to QUIT.  The fix is
  24. easy; just call:
  25.  
  26.         signal(SIGALRM, SIG_DFL);
  27.  
  28. after the connect statement...
  29.  
  30. Kevin
  31.  
  32.  
  33. -- 
  34. Kevin J. Jarnot (jarnot@kin.lap.upenn.edu)      | "The monkey-boys are evil - 
  35. Lead Programmer/Analyst/Keyboardist             | Lord Whorfin is supreme..."
  36. Univ. of Pennsylvania Language Analysis Center  |  
  37. 3700 Market St, Suite 202  Phila, PA 19104      |       "Vita Non Jerk"
  38.