ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Report issues about a header file in /opt/ros/kinetic/include.

asked 2018-11-27 13:48:45 -0500

updated 2018-11-27 14:57:48 -0500

I recently found an issue in a file in /opt/ros/kinetic/include. Which issue tracker should I report the issue?

[Edit] Here is the issue

/opt/ros/kinetic/include/ros/serialization.h:234:5: runtime error: store to misaligned address 0x60600000aca4 for type 'double', which requires 8 byte alignment
0x60600000aca4: note: pointer points here
  30 00 00 00 be be be be  be be be be be be be be  be be be be be be be be  be be be be be be be be
              ^

The issue is detected when I am using Ubsan with turtlesim. Ubsan is a sanitizer for detecting undefined behavior. Many times misalignment is only a minor issue. But I am not sure if it is the case here.

edit retag flag offensive close merge delete

Comments

PeteBlackerThe3rd gravatar image PeteBlackerThe3rd  ( 2018-11-27 13:53:08 -0500 )edit
1

@zell which include file is the issue? It would be helpful to see the output of dpkg -S /opt/ros/kinetic/include/[specific file].

allenh1 gravatar image allenh1  ( 2018-11-27 14:11:28 -0500 )edit

In addition to what @allenh1 writes, it would also be nice to know what the actual issue is.

gvdhoorn gravatar image gvdhoorn  ( 2018-11-27 14:17:55 -0500 )edit

@gvdhoorn See my update above.

Zhoulai Fu gravatar image Zhoulai Fu  ( 2018-11-27 14:53:11 -0500 )edit

@allenh1 With your suggested "dpkg -S ..." command, I got "ros-kinetic-roscpp-serialization: /opt/ros/kinetic/include/ros/serialization.h".

Zhoulai Fu gravatar image Zhoulai Fu  ( 2018-11-27 14:55:57 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-11-27 15:50:11 -0500

allenh1 gravatar image

updated 2018-11-28 01:33:45 -0500

gvdhoorn gravatar image

@allenh1 With your suggested dpkg -S ... command, I got ros-kinetic-roscpp-serialization: /opt/ros/kinetic/include/ros/serialization.h.

In that case, the correct repo is here: https://github.com/ros/roscpp_core

If you know how to fix it, I'd encourage a PR instead of an issue!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-11-27 13:48:45 -0500

Seen: 381 times

Last updated: Nov 28 '18