I have a program that is using (via a front end library) libmysql.  If I set 
up a signal handler before I initialize libmysql, my signal handler is not 
called when that signal is sent to the process.  If I move the line of code 
that sets the signal handler to *after* the line that initializes libmysql, 
my signal handler works fine.

What does libmysql do to the signal handlers when it initializes?  I don't 
have the source for it in front of my, or I would probably go digging my 
self.  Running up against a deadline as it is. :)

Thanks!

j----- k-----

-- 
Joshua J. Kugler
Fairbanks, Alaska
Computer Consultant--Systems Designer
.--- --- ... .... ..- .-    -.- ..- --. .-.. . .-.
[EMAIL PROTECTED]
ICQ#:13706295
Every knee shall bow, and every tongue confess, in heaven, on earth, and under 
the earth, that Jesus Christ is LORD -- Count on it!

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to