[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcl-devel] Re: gcl_signal
From: |
Camm Maguire |
Subject: |
Re: [Gcl-devel] Re: gcl_signal |
Date: |
28 Jun 2004 11:31:56 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Greetings!
Michael Koehne <address@hidden> writes:
> Moin Mike,
>
> > I'll leave the ins and outs of that one to you and Camm!
>
> the signal code is something I dont like to touch before reading its
> implications a few more times. But sigfpe1 & sigpipe smell ugly :
>
> sigfpe1 is not delayed by main_signal_handler, but running directly,
> calling FEerror - breaking in garbage collector state ...
> sigpipe is calling perror(""); and FEerror next - the empty string
> for perror really stinks for half patched/half broken ...
>
> so I suggest to add both signals to signals_handled, and to remove
> the perror("") from sigpipe. I think, i can construct a test condition
> for a sigpipe and user installed sigpipe, lets look how it works out.
>
Test conditions for the signal handlers would be very useful in
reverse engineering the intent. In particular, the handling
possibilities of SIGALRM and SIGIO could have implications for a
possible (re-)implementation of server sockets in gcl.
Take care,
> Bye Michael
> --
> mailto:address@hidden UNA:+.? 'CED+2+:::Linux:2.4.22'UNZ+1'
> http://www.xml-edifact.org/ CETERUM CENSEO WINDOWS ESSE DELENDAM
>
>
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/gcl-devel
>
>
>
--
Camm Maguire address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah
- [Gcl-devel] Inefficient unsigned 32-bit arithmetic?, dshardin, 2004/06/23
- Re: [Gcl-devel] Inefficient unsigned 32-bit arithmetic?, Camm Maguire, 2004/06/23
- [Gcl-devel] Re: gcl_signal, Mike Thomas, 2004/06/25
- Re: [Gcl-devel] Re: gcl_signal, Michael Koehne, 2004/06/25
- Re: [Gcl-devel] Re: gcl_signal, Mike Thomas, 2004/06/25
- Re: [Gcl-devel] Re: gcl_signal, Michael Koehne, 2004/06/26
- Re: [Gcl-devel] Re: gcl_signal,
Camm Maguire <=
- Re: [Gcl-devel] Re: gcl_signal & sockets, Michael Koehne, 2004/06/28
- RE: [Gcl-devel] Re: gcl_signal & sockets, Mike Thomas, 2004/06/28
- Re: [Gcl-devel] Re: gcl_signal & sockets, Camm Maguire, 2004/06/29
- Re: [Gcl-devel] Re: gcl_signal & sockets, Camm Maguire, 2004/06/29
- Re: [Gcl-devel] Re: gcl_signal, Camm Maguire, 2004/06/28
- RE: [Gcl-devel] Re: gcl_signal, Mike Thomas, 2004/06/28
- Re: [Gcl-devel] Re: gcl_signal, Camm Maguire, 2004/06/29
- RE: [Gcl-devel] Re: gcl_signal - PS, Mike Thomas, 2004/06/28
- Re: [Gcl-devel] Re: gcl_signal - PS, Camm Maguire, 2004/06/29