ggandda / simd-cxx

Automatically exported from code.google.com/p/simd-cxx
0 stars 0 forks source link

DataReader instance creation doesn't work for a topic with sequence definition #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a topic with a sequence definition
2. create a topic and a reader for the topic
3. application will fail because constructor of DataReaderImpl class calls
the function sub_->create_datareader and the return value is null

What is the expected output? What do you see instead?
An expected output is a handle for the data reader.
The function returns the value null and boost::shared_ptr will fail in an
assert.

What version of the product are you using? On what operating system?
simd v0.5
Linux Ubuntu 9.04 
Boost 1.41
gcc 4.3.3 

Please provide any additional information below.
This works ok in version 0.4 but there you past a listener and mask for the
function create_datareader.

Original issue reported on code.google.com by salmiv...@gmail.com on 6 Dec 2009 at 4:50

GoogleCodeExporter commented 8 years ago
Thanks for submitting the issue report! We'll look into this and see what the 
issue is and wether it is. What would 
be good to know is if you changed the OpenSplice DDS version between the two 
tests.

Original comment by angelo.corsaro@gmail.com on 23 Dec 2009 at 8:45

GoogleCodeExporter commented 8 years ago
Now I tested the sequence definition with Solaris 10, gcc 4.2.4, boost 1.41 and 
simd
0.5. Everyhing works just fine! I will test the same test case with Linux setup 
later
on but until that you can close the defect and I will re-create a new one if 
needed.

Original comment by salmiv...@gmail.com on 23 Dec 2009 at 9:26

GoogleCodeExporter commented 8 years ago
Thanks a lot for the update. I'll close the issue for the time being and wait 
for
further feedback.

Original comment by angelo.corsaro@gmail.com on 26 Dec 2009 at 10:15