Repro problem with fragmented GIOP messages#1205
Conversation
|
I would prefer not to use an example file from a completely different location |
| custom_only = 1 | ||
| } | ||
|
|
||
| project(*Server): taoserver, namingexe, iortable, utils, avoids_corba_e_micro { |
There was a problem hiding this comment.
base projects need cleanup, way too much looking briefly at the test code
There was a problem hiding this comment.
The only base project I was able to remove without causing the build to fail was avoids_corba_e_micro. Note,
this whole example is just a copy of examples/Simple/echo with some tweaks to reproduce this bug. We don't
use MPC in our own projects and I don't know enough about MPC to do more than copy existing stuff with small
and obvious adjustments. I've pushed a change to remove avoids_corba_e_micro.
Unfortunately, this |
It is mostly setup code that you can easily copy from another test. By removing simple_util the dependency on the naming service can be removed again |
| #include "../../../examples/Simple/Simple_util.h" | ||
| #include "Echo_i.h" | ||
|
|
||
| // This is the main driver program for the time and date server. |
|
Please don't use std namespace, it isn't fully supported on all ACE/TAO supported platforms |
|
Related to #1239 |
This is a test to reproduce issue #1201. Not sure what needs to
be done to integrate this with the rest of the build, if anything.
Note, that I'm referencing a utility file from the examples
directory, not sure if this is frowned upon?
A free-standing variant of this test, which I was able to build and
test is here: TAO Fragmentation Bug