> > Based on the M_READ definition in the original AT&T documentation, it
> > seems like a bug to me. FWIW, it dates back to the introduction of
> > M_READ in SVR3.2.
>
> Furthermore, upon examination of the code, the only driver I can find
> that actually enables M_READ delivery is ecpp.
Peter Memishian wrote:
> > I've noticed a problem, which I think might be a bug. It causes some
> > grief for me with the Boomer project.
> >
> > Specifically, when a stream is opened as nonblocking (FNDELAY,
> > O_NONBLOCK, etc.), I find that I no longer get M_READ notifications,
> > ev
> I've noticed a problem, which I think might be a bug. It causes some
> grief for me with the Boomer project.
>
> Specifically, when a stream is opened as nonblocking (FNDELAY,
> O_NONBLOCK, etc.), I find that I no longer get M_READ notifications,
> even when I've asked for them using
So I wrote a user threads lib. The threads run in a Solaris process. Signals
occur on the stack of whatever thread is currently executing. I get signals,
like SIGINT, etc., and can let them unwind naturally. But I thought that I'd
like to unwind the exception from within the exception handler, i
m...@bruningsystems.com wrote:
> Hi Garrett,
>
> Garrett D'Amore wrote:
>
>> I've noticed a problem, which I think might be a bug. It causes some
>> grief for me with the Boomer project.
>>
>> Specifically, when a stream is opened as nonblocking (FNDELAY,
>> O_NONBLOCK, etc.), I find that I n
Hi Garrett,
Garrett D'Amore wrote:
> I've noticed a problem, which I think might be a bug. It causes some
> grief for me with the Boomer project.
>
> Specifically, when a stream is opened as nonblocking (FNDELAY,
> O_NONBLOCK, etc.), I find that I no longer get M_READ notifications,
> even whe
Trond Norbye pisze:
> Vladimir Kotal wrote:
>>>
>>> I see what you mean. When I look at line 201 of condvar.c via vi, I
>>> get cv_wakeup() as well. I wonder if this is somehow a stale cached
>>> page?
>>>
>>
>> Most probably stale cache entry on the server. Cc'ing the right
>> mailing list to
Vladimir Kotal wrote:
>>
>> I see what you mean. When I look at line 201 of condvar.c via vi, I get
>> cv_wakeup() as well. I wonder if this is somehow a stale cached page?
>>
>
> Most probably stale cache entry on the server. Cc'ing the right mailing
> list to report such issues (opengrok-d
I've noticed a problem, which I think might be a bug. It causes some
grief for me with the Boomer project.
Specifically, when a stream is opened as nonblocking (FNDELAY,
O_NONBLOCK, etc.), I find that I no longer get M_READ notifications,
even when I've asked for them using M_SETOPTS and SO_MR
Eric Saxe wrote:
> Piotr Jasiukajtis wrote:
>> Hi,
>>
>> I don't know where to send it so please forgive me :)
>>
>> http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/os/condvar.c#201
>>
>> It should point to cv_wakeup(void *arg) function but it shows:
>>
>> 201 /*
>>
10 matches
Mail list logo