[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 4 week-old pretest bugs
From: |
YAMAMOTO Mitsuharu |
Subject: |
Re: 4 week-old pretest bugs |
Date: |
Thu, 25 Jan 2007 07:46:41 +0900 (JST) |
>>>>> On Wed, 24 Jan 2007 23:27:06 +0100, Chris Moore <address@hidden> said:
> I can't tell whether your patch has improved things or not. Behaviour
> looks the same with or without it - ie. fine.
> I'm not sure, but I think this is the change which fixed it:
> 2007-01-11 Jan Djärv <address@hidden>
> * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Use
> pthread_equal,
> block/unblock SIGIO.
> Should I try backing that change out and seeing whether your patch
> alone fixes it?
No. Actually, my patch backs out the essential part (the latter one)
of the above change.
So, in order for BLOCK_INPUT to work reliably, it seems that
interrupt_input_blocked should be declared as volatile (or maybe
`volatile sig_atomic_t' instead of `volatile int') because it is
accessed from a signal handler.
YAMAMOTO Mitsuharu
address@hidden
- Re: 4 week-old pretest bugs, (continued)
- Re: 4 week-old pretest bugs, Stefan Monnier, 2007/01/13
- Re: 4 week-old pretest bugs, Jan Djärv, 2007/01/13
- Re: 4 week-old pretest bugs, Chris Moore, 2007/01/14
- Re: 4 week-old pretest bugs, Jan Djärv, 2007/01/15
- Re: 4 week-old pretest bugs, YAMAMOTO Mitsuharu, 2007/01/23
- Re: 4 week-old pretest bugs, Chris Moore, 2007/01/24
- Re: 4 week-old pretest bugs,
YAMAMOTO Mitsuharu <=
- Re: 4 week-old pretest bugs, Jan Djärv, 2007/01/25
- Re: 4 week-old pretest bugs, Richard Stallman, 2007/01/25
- Re: 4 week-old pretest bugs, Richard Stallman, 2007/01/25
- Re: 4 week-old pretest bugs, Jan Djärv, 2007/01/25
- Re: 4 week-old pretest bugs, Jan Djärv, 2007/01/09
- Re: 4 week-old pretest bugs, Chris Moore, 2007/01/10