robotology / poeticon

This is the repository of the POETICON++ EU project http://www.poeticon.eu
GNU General Public License v2.0
4 stars 6 forks source link

activityInterface segmentation fault on ctrl-c #176

Closed gsaponaro closed 8 years ago

gsaponaro commented 8 years ago

When activityInterface is initialized and its connections are made, it does not quit gracefully:

^C[try 1 of 3] Trying to shut down
RFModule closing
[INFO][closing] starting the shutdown procedure
Segmentation fault
vtikha commented 8 years ago

This might be caused by the missing connection in #175 as it the function is blocked and never gets out.

gsaponaro commented 8 years ago

Correct, now it quits properly.