http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=2348 Summary: ACE_High_Res_Timer::gettimeofday_hr () broken as a timer source Product: ACE Version: 5.4.8 ...
Robert Iakobashvili
coroberti@...
Jan 1, 2006 7:19 pm
5238
Hi Robert, Thanks very much for taking the time to look into this problem! If you, Eric, or Howard have some good patches that can fix this problem in a...
Douglas C. Schmidt
schmidt@...
Jan 1, 2006 7:53 pm
5239
Hi Douglas, There is a proposal inside, waiting for reviewing, suggestions, opinions from the community and ACE-team. ... -- Sincerely, ... Robert Iakobashvili...
Robert Iakobashvili
coroberti@...
Jan 1, 2006 9:25 pm
5240
ACE VERSION: 5.4.7 HOST MACHINE and OPERATING SYSTEM: linux (debian sarge) TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME AND...
Tobias Herzke
tobias.herzke@...
Jan 3, 2006 9:43 am
5241
ACE VERSION: 5.4.7 HOST MACHINE and OPERATING SYSTEM: linux COMPILER NAME AND VERSION (AND PATCHLEVEL): gcc-3.3 AREA/CLASS/EXAMPLE AFFECTED: ...
Tobias Herzke
tobias.herzke@...
Jan 4, 2006 10:26 am
5242
Douglas, ... The patch seems to be attached to the bugzilla entry below. Pls., read additional comments for the bug as well. ...
Robert Iakobashvili
coroberti@...
Jan 4, 2006 9:17 pm
5243
Eric, Thanks, I missed the business case for changes of system time with ACE_High_Res_Timer::gettimeofday_hr (). Indeed, things should work exactly as in the...
Robert Iakobashvili
coroberti@...
Jan 5, 2006 10:17 am
5244
Hi Eric, ... ACE_High_Res_Timer::gettimeofday_hr() is a static method that returns the value of an OS-specific high resolution timer, converted to ...
Robert Iakobashvili
coroberti@...
Jan 5, 2006 11:09 am
5245
The attached patch modifies: - ACE_Mem_Map::map_it - ACE_Mem_Map::map to support 64 bit file mapping (MapViewOfFile API call modified) and by using ACE_LOFF_T...
o.brunet@...
Jan 6, 2006 5:29 pm
5246
Hi Robert, Thanks for the update. Is this fix something that could be added to ACE without breaking backwards compatibility (whatever that might mean for HR...
Douglas C. Schmidt
schmidt@...
Jan 7, 2006 12:48 am
5247
Hi Douglas, ... Eric mentioned the business case for usage of HRT as the timer-source is not to get timer_queue stopped on system-time changes. Therefore,...
Robert Iakobashvili
coroberti@...
Jan 7, 2006 7:52 am
5248
Hi Kobi, ... Right, that's definitely a problem! Domingos can you please try to fix this, e.g., by rearranging the code so the mutex isn't being held during...
Douglas C. Schmidt
schmidt@...
Jan 8, 2006 6:07 pm
5249
Hi, ... Thanks for using the PRF form. ... Could you store this in bugzilla with the patch, see http://deuce.doc.wustl.edu/bugzilla/index.cgi Everyone is too...
Johnny Willemsen
jwillemsen@...
Jan 10, 2006 11:29 am
5250
Gentlemen, ACE VERSION: 5.4.8 HOST MACHINE and OPERATING SYSTEM: Debian linux with kernel 2.6.14 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: ...
Robert Iakobashvili
coroberti@...
Jan 11, 2006 12:59 pm
5251
ACE VERSION: 5.4.8 HOST MACHINE and OPERATING SYSTEM: Intel Win2K SP3 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: ETS 13 COMPILER NAME AND...
David Hauck
davidh@...
Jan 12, 2006 11:43 pm
5252
Hi Tobias, Thanks for using the PRF. ... Right. ... ikes! ... Right, that's what probably ought to happen. ... Yes, I agree. I've updated the documentation to...
Douglas C. Schmidt
schmidt@...
Jan 14, 2006 7:05 pm
5253
Hi ... I have now removed unnecessary ACE_HAS_PREDEFINED_THREAD_CANCELLED_MACRO. Regards, Olli...
Olli Savia
ops@...
Jan 16, 2006 5:08 pm
5254
Hi, ACE VERSION: 5.4.8 HOST MACHINE and OPERATING SYSTEM: Linux FC3 COMPILER NAME AND VERSION (AND PATCHLEVEL): $ g++ --version g++ (GCC) 3.4.3 20050227 (Red...
Roger Leblanc
rog.leblanc@...
Jan 17, 2006 6:19 pm
5255
... Rather than continue to add special cases, we might want to consider implementing an ACE wrapper facade for getaddrinfo() / freeaddrinfo() and/or...
J.T. Conklin
jtc@...
Jan 25, 2006 8:25 pm
5256
ACE VERSION: 5.4.7 HOST MACHINE and OPERATING SYSTEM: Linux COMPILER NAME AND VERSION (AND PATCHLEVEL): gcc 3.3.5 and others THE $ACE_ROOT/ace/config.h FILE /*...
Stefan Rompf
stefan@...
Jan 27, 2006 5:41 pm
5257
Hi, As far as I remember (need to double check it ...) cancel_wakeup will defer some operations to the next time the fds are re-eval (and select is being ...
Kobi Cohen-Arazi
kobi.cohenarazi@...
Jan 30, 2006 7:06 pm
5258
... Well, what is the intended behaviour? That schedule_wakeup() and cancel_wakeup() are symmetric, so that I can schedule something that has been canceled...
Stefan Rompf
stefan@...
Jan 30, 2006 7:26 pm
5259
Hi, I thought I'd forward this along to ace-bugs for comment as well. Regards, -David Hi Kobi, Thanks for the suggestion, but I don't think this is sufficient....
David Hauck
davidh@...
Feb 2, 2006 4:09 pm
5260
Hi, Thanks for using the PRF form. This version is ancient, it will not work with Visual Studio 2003. Please upgrade to ACE+TAO x.4.8, which you can download...
Johnny Willemsen
jwillemsen@...
Feb 8, 2006 9:47 am
5261
I'm using ACE 5.4.8 on Windows and Linux. I found a problem with the code used to convert from Ascii (char type) to Wide (wchar_t type) for linux platforms....
Olivier Brunet
o.brunet@...
Feb 11, 2006 9:21 am
5262
Hi Olivier, Great, thanks for the fix! I've added this to the CVS head. Dave G. and Johnny, do you guys see anything amiss here? Thanks, Doug ... -- Dr....
Douglas C. Schmidt
schmidt@...
Feb 11, 2006 4:46 pm
5263
ACE VERSION: 5.4.9 HOST MACHINE and OPERATING SYSTEM: x86, Linux 2.6.14.6, glibc-2.3.6 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: Not...
Vladimir Panov
gbr@...
Feb 14, 2006 9:09 pm
5264
ACE VERSION: 5.4.9 HOST MACHINE and OPERATING SYSTEM: x86, OpenDarwin 7.2.1 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: Not different. ...
Vladimir Panov
gbr@...
Feb 14, 2006 9:37 pm
5265
Thanks for the PRF, and thanks for the fix. I'm integrating it now and it will be in in ACE 5.4.10 / TAO. 1.4.10. --jtc -- J.T. Conklin...
J.T. Conklin
jtc@...
Feb 14, 2006 9:56 pm
5266
Hi Vladimir, This was reported a few days ago, and a fix will be in ACE 5.4.10/ TAO 1.4.10. --jtc -- J.T. Conklin...