home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!yale.edu!newsserver.jvnc.net!netnews.upenn.edu!kin.lap.upenn.edu!jarnot
- From: jarnot@kin.lap.upenn.edu (Kevin J. Jarnot)
- Newsgroups: alt.toolkits.xview
- Subject: Re: "Alarm clock" error in XView
- Summary: Problem solved!!!!
- Message-ID: <106191@netnews.upenn.edu>
- Date: 22 Jan 93 16:20:00 GMT
- References: <105279@netnews.upenn.edu>
- Sender: news@netnews.upenn.edu
- Organization: University of Pennsylvania, Language Analysis Center
- Lines: 24
- Nntp-Posting-Host: kin.lap.upenn.edu
-
- In article <105279@netnews.upenn.edu> jarnot@kin.lap.upenn.edu (Kevin J. Jarnot) writes:
- > For some reason, an XView app I am writing exits suddenly while
- > I am accessing the scrollbars (specifically the up and down arrows).
- > Upon exiting, it prints "Alarm clock".
-
-
- Finally found an easy fix to this, thanks to Karl Nicholas and Jeff Bryson.
-
- Starting with version 6.4 of Ingres (whose libraries I have linked
- in), a connect to the database sets all signals to QUIT. The fix is
- easy; just call:
-
- signal(SIGALRM, SIG_DFL);
-
- after the connect statement...
-
- Kevin
-
-
- --
- Kevin J. Jarnot (jarnot@kin.lap.upenn.edu) | "The monkey-boys are evil -
- Lead Programmer/Analyst/Keyboardist | Lord Whorfin is supreme..."
- Univ. of Pennsylvania Language Analysis Center |
- 3700 Market St, Suite 202 Phila, PA 19104 | "Vita Non Jerk"
-