[Ace-users] [ace-users] ACE: ACE_Select_Reactor_T crash on memory shortage

Andriy Gapon avg at icyb.net.ua
Fri Dec 14 06:10:50 CST 2007


on 14/12/2007 14:00 Johnny Willemsen said the following:
> Hi,
> 
> Can you put this in bugzilla, I am busy making the x.6.2 release and then we
> can resolve this next week.

done:
http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=3172
Thank you!

>> -----Original Message-----
>> From: Andriy Gapon [mailto:avg at icyb.net.ua] 
>> Sent: Friday, December 14, 2007 12:55 PM
>> To: Johnny Willemsen
>> Cc: ace-users at cs.wustl.edu
>> Subject: Re: [ace-users] ACE: ACE_Select_Reactor_T crash on 
>> memory shortage
>>
>> on 14/12/2007 13:50 Johnny Willemsen said the following:
>>> Hi,
>>>
>>> I fixed the not needed check for 0, that will into 
>> repository after the
>>> release of x.6.2. Do note that the autoconf support is 
>> experimental. Can you
>>> provide a patch for solving the other issue?
>> Not a patch, but maybe something like:
>> template <class ACE_SELECT_REACTOR_TOKEN> int
>> ACE_Select_Reactor_T<ACE_SELECT_REACTOR_TOKEN>::notify(...
>> {
>> ...
>> 	if (this->notify_handler_ == 0)
>> 		return -1;
>> ...
>> }
>>
>> -- 
>> Andriy Gapon
>>
> 


-- 
Andriy Gapon



More information about the Ace-users mailing list