Thanks for the investigation!

Following that line, I think I have solved all de-serialization
problems in GIT head: https://github.com/jlblancoc/mrpt/commits/master
The two relevant patches are:
1) 
https://github.com/jlblancoc/mrpt/commit/7b1536c7f43ddc9cc949407f71fde0c8db0ecf5b
2) 
https://github.com/jlblancoc/mrpt/commit/d7fe726eb896b1a9d453e3b2d53252b25dbc3918

Let me know if this finally solves the issue.

JL


On Mon, Sep 8, 2014 at 5:26 PM, Jurica Stanojkovic
<jurica.stanojko...@imgtec.com> wrote:
> Hello Jose Luis,
>
> On big endian. while executing MonteCarlo2D.RunSampleDataset test first 
> problem is found here:
> https://github.com/jlblancoc/mrpt/blob/master/libs/base/src/utils/CStream.cpp
> After the line 405 version_old have value that is in wrong endian format 
> (little endian).
>
> Second problem is here:
> https://github.com/jlblancoc/mrpt/blob/master/libs/maps/src/maps/COccupancyGridMap2D_insert.cpp
> After the line 168 curRange have value that is in wrong endian format (little 
> endian).
>
> For now I have used mrpt::utils::reverseBytesInPlace( ) to fix wrong endian 
> values and I am trying to investigate problem further.
>
> Afrer resolving those problems  MonteCarlo2D.RunSampleDataset test fail with 
> message:
> *Warning: Test failed. Will give it another chance, since after all it's 
> nondeterministic!
>
> Can you please look and comment at these issues?
>
> Thank you!
> Jurica


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to