Open furushchev opened 3 years ago
For me it happens at rqt_reconfigure startup (not clicking a node, but maybe it remembers node path)
The same problem happens when setting explicitly to INT_MAX (2147483647)
The highest value that doesn't lead to crash is INT_MAX -1 (2147483646)
Description
rqt_reconfigure
node crashes when clicking a node that contains a parameter of typeint
, minimum value is-1
and maximum value isNone
(=INT_MAX
). I confirmed the error occurs on ROS noetic.How to reproduce
For instance, if the parameter definition like below is contained,
rqt_reconfigure
crashes.I investigated using
gdb
and it looks there may be a bug in Qt.