Actions
Bug #4609
closedNLSR unit test failing on ARM
Start date:
05/09/2018
Due date:
% Done:
100%
Estimated time:
Description
http://jenkins.named-data.net/job/NLSR/1903/label=Ubuntu-16.04-armhf/console
Looks like the issue is using reinterpret_cast:
https://github.com/named-data/NLSR/blob/cba0ae2f5656785276b8c177b323c5a92f497ca8/src/tlv/coordinate-lsa.cpp#L129
https://github.com/named-data/NLSR/blob/cba0ae2f5656785276b8c177b323c5a92f497ca8/src/tlv/coordinate-lsa.cpp#L149
https://stackoverflow.com/questions/26158510/gcc-float-pointer-casting-in-c-causing-sigbus-error
Actions