ACE VERSION: 5.3.3 HOST MACHINE and OPERATING SYSTEM: Sun Sparc Solaris 8 or Debian GNU Linux/i386 3.0 COMPILER NAME AND VERSION (AND PATCHLEVEL): gcc-2.95.3 ...
Milan Cvetkovic
mcvetkovic@...
Oct 3, 2003 3:06 pm
4040
Hi Doug, Thank you for your response. I did check C++NPv2 discussion on avoiding notification queue deadlock. One of the methods mentioned there is to compile...
Milan Cvetkovic
mcvetkovic@...
Oct 6, 2003 3:15 am
4041
I think the first version of this mail didn't make it to the list, as I was not subscribed then. - Sorry if ace-bugs got it twice, now... ACE VERSION: 5.3.4 ...
Hans Utz
hans.utz@...
Oct 7, 2003 5:46 pm
4042
Hi ... Yes. Thanks, Hans...
Hans Utz
hans.utz@...
Oct 8, 2003 11:11 am
4043
ACE VERSION: 5.3.3 HOST MACHINE and OPERATING SYSTEM: Win2K, SP4 COMPILER NAME AND VERSION (AND PATCHLEVEL): MSVC 6, SP5 AREA/CLASS/EXAMPLE AFFECTED: ...
Edan Ayal
edanayal@...
Oct 9, 2003 7:58 pm
4044
ACE VERSION: 5.3.4 HOST MACHINE and OPERATING SYSTEM: WinXP COMPILER NAME AND VERSION (AND PATCHLEVEL): MSVC 6, SP5 CONTENTS OF $ACE_ROOT/ace/config.h: #define...
Edan Ayal
edanayal@...
Oct 9, 2003 8:25 pm
4045
Actually, the flaw there is different from what I wrote. ENOBUFS might indeed be a temporary error, so you may try again and again in the defined boundaries of...
Edan Ayal
edanayal@...
Oct 9, 2003 9:09 pm
4046
OK, I think it should work fine now: I added an "ACE_Time_Value remaining_time" variable that is initialized with the timeout value. I took a timestamp before...
Edan Ayal
edanayal@...
Oct 9, 2003 9:54 pm
4047
ACE VERSION: 5.3.4 HOST MACHINE and OPERATING SYSTEM: LynxOS pfadev04 3.0.1 110298-G PowerPC TARGET MACHINE and OPERATING SYSTEM, if different from HOST: ...
Olli Savia
ops@...
Oct 10, 2003 6:15 am
4048
Hi Alain, Regarding using the High Resolution Timer with clock adjustment protection - I'm not familiar with this, maybe someone else can help? Regarding...
Edan Ayal
edanayal@...
Oct 10, 2003 1:06 pm
4049
Hi Olli> ... Fixed!! thanks... don ... -- Don Hinton <dhinton @ dresystems.com> DRE Systems, Inc. tel: 703.370.5014 Alexandria, Virginia...
Don Hinton
dhinton@...
Oct 10, 2003 8:00 pm
4050
TAO VERSION: 1.3a (Yes I know. Pretend it says ACE 5.3.1.) HOST MACHINE and OPERATING SYSTEM: Windows 2000/XP (primary), If on Windows based OS's, which...
Adam Fanello
yahoo@...
Oct 13, 2003 11:28 pm
4051
Hi Adam, ... If you send us some patches that make ACE_Process copyable we'll go ahead and install them. Thanks, Doug -- Dr. Douglas C. Schmidt, Professor...
Douglas C. Schmidt
schmidt@...
Oct 14, 2003 12:50 pm
4052
I just used a boost::shared_ptr to safely store the ACE_Process into a std::vector. The point was simply this: As an object that cannot be safely copied, ...
Adam Fanello
yahoo@...
Oct 14, 2003 2:45 pm
4053
Hi Edan In article <20031010130444.6981.qmail@...>, you say... ... Take a (good) look at High_Res_Timer.h (with a long comment) and maybe ...
Alain
wco6b0f02@...
Oct 14, 2003 7:46 pm
4054
Hi Adam, ... I've added these to the private part of ACE_Process, though it would still be ideal to fix the class so it supports copying. Take care, Doug...
Douglas C. Schmidt
schmidt@...
Oct 14, 2003 10:29 pm
4055
A re-post, problem persists in 5.3.5: ACE VERSION: 5.3.5 HOST MACHINE and OPERATING SYSTEM: WinXP COMPILER NAME AND VERSION (AND PATCHLEVEL): MSVC 6, SP5 ...
Edan Ayal
edanayal@...
Oct 26, 2003 11:56 am
4056
Hi, Thanks for using the PRF form. This item is on my todo list but it was to late to get into the 5.3.5 release. When some major changes are in the repo then...
Johnny Willemsen
jwillemsen@...
Oct 26, 2003 12:46 pm
4057
ACE VERSION: 5.3.5 HOST MACHINE and OPERATING SYSTEM: Sun Sparc Solaris 8 Compiler: g++-2.95.3 DOES THE PROBLEM AFFECT: Compiling SYNOPSIS: grep is using...
Milan Cvetkovic
mcvetkovic@...
Oct 27, 2003 9:09 pm
4058
ACE VERSION: 5.3.1 (also affects 5.3.5) HOST MACHINE and OPERATING SYSTEM: Windows 2003 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER...
Stephen Moon
stephenm@...
Oct 30, 2003 10:35 am
4059
Hi Stephen, Thanks for using the PRF. ... If you can send us "context diffs" relative to ACE 5.3.5 that contains these casts we'll go ahead and apply them. ...
Douglas C. Schmidt
schmidt@...
Oct 30, 2003 11:58 am
4060
... The context diffs are attached. -- Thanks, Stephen...
Stephen Moon
stephenm@...
Oct 30, 2003 12:41 pm
4061
Hi Stephen, The diffs you sent below look unlike anything I've ever seen before! Can you please check what you've used to generate these and try to make them...
Douglas C. Schmidt
schmidt@...
Oct 30, 2003 11:56 pm
4062
... This looks like a character encoding problem. Here are the diffs inline (generated from diff -c): ... *************** *** 1146,1152 **** operator>>...
Stephen Moon
stephenm@...
Oct 31, 2003 9:11 am
4063
Hi, Thanks for reporting this. I have fixed this in ACE like the way you propose. Regards, Johnny Willemsen Remedy IT Leeghwaterstraat 25 2811 DT Reeuwijk The...
Johnny Willemsen
jwillemsen@...
Nov 4, 2003 8:38 am
4064
ACE VERSION: 5.3.5 HOST MACHINE and OPERATING SYSTEM: Intel Mobile P3, Windows 2K TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER NAME...
Mike Gingell
mike.gingell@...
Nov 5, 2003 2:51 pm
4065
Hi Lothar, ... That probably means that everyone one is too busy to look into this. ... If you can't figure out what's going wrong from running the debugger, ...
Douglas C. Schmidt
schmidt@...
Nov 6, 2003 5:35 pm
4066
ACE VERSION: 5.3.5 HOST MACHINE and OPERATING SYSTEM: Not applicable AREA/CLASS/EXAMPLE AFFECTED: file String_Base.cpp method ACE_String_Base<CHAR>::resize ...
Marc Walrave
marc.walrave@...
Nov 7, 2003 9:52 am
4067
ACE VERSION: 5.3.5 HOST MACHINE and OPERATING SYSTEM: WinXP COMPILER NAME AND VERSION (AND PATCHLEVEL): MSVC++ 6, SP5 AREA/CLASS/EXAMPLE AFFECTED: ...
Edan Ayal
edanayal@...
Nov 13, 2003 2:46 pm
4068
ACE VERSION: 5.3.5 (CVS version 12.11.2003) HOST MACHINE and OPERATING SYSTEM: LynxOS pfadev04 3.0.1 110298-G PowerPC TARGET MACHINE and OPERATING SYSTEM, if...