TAO VERSION: 1.4 ACE VERSION: 5.4 HOST MACHINE and OPERATING SYSTEM: i686, Linux (Red Hat 7.3, 2.4 kernel) TARGET MACHINE and OPERATING SYSTEM, if different...
David Carlton
david.carlton@...
Jun 3, 2005 1:12 am
4137
TAO VERSION: 1.4.5 ACE VERSION: 5.4.5 HOST MACHINE and OPERATING SYSTEM: Windows 2000 TARGET MACHINE and OPERATING SYSTEM, if different from HOST: COMPILER...
Ming Z
mingz_emc@...
Jun 10, 2005 5:20 pm
4138
Hi, ... Can you please verify that the problem exists in TAO 1.4.6, i.e. the latest beta? A number of valuetype and TypeCode changes were made in that beta...
Ossama Othman
ossama@...
Jun 10, 2005 5:42 pm
4139
Hi Ossama, I downloaded and built the new beta release TAO1.4.6(ACE 5.4.6). Recompiled the idl file and tried the same test, the result is exactly the same as...
Ming Z
mingz_emc@...
Jun 10, 2005 9:29 pm
4140
Dear Dr. Douglas, Now we have completed the phase one of our projects about concurrency control service. Although we have yet to implement the transactional...
n-sharifimehr
n-sharifimehr@...
Jun 12, 2005 12:11 pm
4141
TAO VERSION: 1.4.4, 1.4.5, 1.4.6 ACE VERSION: 5.4.4, 5.4.5, 5.4.6 HOST MACHINE and OPERATING SYSTEM: HPUX 10.20 [B.10.20 A 9000/785] / aCC: HP ANSI C++ B3910B...
Hi, Thanks for using the PRF form. Could you try to extend one of the tests under ACE_wrappers\TAO\tests\Portable_Interceptors to reproduce the problem? Could...
Johnny Willemsen
jwillemsen@...
Jun 17, 2005 8:37 am
4146
Hi, I noticed that Jeff fixed the IDL compiler to always include the SString.h, but I'm not sure if that's such a good idea. After all: - the problem only...
Dekeyser, Kris
Kris.Dekeyser@...
Jun 17, 2005 1:26 pm
4147
Hi, It could also be a bug in the HP compiler when optimizing is enabled. With a small reproducable idl file we could at least see with other compilers if ...
Johnny Willemsen
jwillemsen@...
Jun 17, 2005 6:01 pm
4148
Hi, Maybe without the optimize the include of Sstring is coming from indirect includes and now one is missed. Kris, could you maybe make a very small IDL file...
Johnny Willemsen
jwillemsen@...
Jun 17, 2005 6:11 pm
4149
Johhny, Jeff, Thanks for looking into this. I'll try to assemble such an IDL file ASAP, but - no offence meant - I've lost a lot of time trying to get TAO...
Dekeyser, Kris
Kris.Dekeyser@...
Jun 20, 2005 7:46 am
4150
Hi, Thanks for the info, but adding more work around to ACE/TAO because of compiler bugs we don't like to do. We have not seen this in our TAO HPUX builds we...
Johnny Willemsen
jwillemsen@...
Jun 20, 2005 7:56 am
4151
Hi, A bug report would be fine. HPUX 11i should be not a real problem until now there are some builds online but we have powered done a few. HPUX 10.20 is not...
Johnny Willemsen
jwillemsen@...
Jun 20, 2005 7:57 am
4152
Hi, instead of changing IDL generated code, I have in my ace/SStringfwd.h the include #if defined (HPUX_11) #include "ace/String_Base.h" #endif and a comment...
Torsten Küpper
tkue_0931@...
Jun 20, 2005 8:00 am
4153
Hi, ... Yes, you can send in patches but because it takes now more time to validate things it can take more time to integrate them. We don't want to get more ...
Johnny Willemsen
jwillemsen@...
Jun 20, 2005 8:09 am
4154
Hi Johnny, That's OK with me. I have fully understand support for HPUX being reduced or dropped (in the case of 10.20). I would have like us to stop our 10.20...
Dekeyser, Kris
Kris.Dekeyser@...
Jun 20, 2005 8:13 am
4155
TAO VERSION: 1.4.4 ACE VERSION: 5.4.4 HOST MACHINE and OPERATING SYSTEM: Windows XP sp2 THE $ACE_ROOT/ace/config.h FILE [if you use a link to a platform- ...
Michael Kitchin
michaelk@...
Jun 23, 2005 5:20 am
4156
Hi, Thanks for using the PRF form. I have seen some reports about memory leaks in the notification service but also a report saying that x.4.6 doesn't have any...
Johnny Willemsen
jwillemsen@...
Jun 23, 2005 9:19 am
4157
Hi, unfortunately the memory leak still exists in x.4.6 :( (AFAIK the leak by extracting unbounded sequence from Any is fixed but there is another one) To...
Chernenko, Viktor (G...
viktor.chernenko@...
Jun 23, 2005 12:11 pm
4158
Sweet. Leaks like sieve in that test -- what do I do? Please let me know if I may provide any additional information. Thanks. -Regards, MjK - - - - - ...
Michael Kitchin
michaelk@...
Jun 23, 2005 3:36 pm
4159
Hi Folks, ... OCI now maintains the Notification Service, so probably the best thing to do would be to contact Malcolm Spence <spence_m@...> and see ...
Douglas C. Schmidt
schmidt@...
Jun 23, 2005 7:27 pm
4160
Switched to RTEC. Nice 'n dry now ;) Please let me know if I may provide any additional information. Thanks. -Regards, MjK - - - - - "Professional coder on...
Michael Kitchin
michaelk@...
Jun 24, 2005 4:28 am
4161
TAO VERSION: 1.4.1 ACE VERSION: 5.4.1 HOST MACHINE and OPERATING SYSTEM: Linux Debian Stable (sid) COMPILER NAME AND VERSION: g++-2.95.4 AREA/CLASS/EXAMPLE...
Milan Cvetkovic
milan.cvetkovic@...
Jun 27, 2005 7:06 pm
4162
To: tao-bugs@... Subject: tao-bugs: Broken demarshalling of union containing enum from any TAO VERSION: 1.4.5 ACE VERSION: 5.4.5 HOST MACHINE and...
ilian.petrov@...
Jul 5, 2005 12:33 pm
4163
Hi Ilian, ... Thanks alot for the detailed analysis. It appears the new TypeCode implementation introduced in TAO 1.4.5 may have a problem. I'll take a look....
Ossama Othman
ossama@...
Jul 5, 2005 5:40 pm
4164
Hi Ilian, Thanks for reporting this problem. Ossama's taking a look into fixing it. Take care, Doug ... -- Dr. Douglas C. Schmidt...
Douglas C. Schmidt
schmidt@...
Jul 8, 2005 5:11 pm
4165
Hi, ... Yes indeed. However, I'm using TAO 1.4.1. Presumably the problem will still manifest itself with that version, too. Thanks -Ossama -- Ossama Othman...