Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yarpdataplayer closes immediately after loading data with --hidden flag is used #2401

Closed
arrenglover opened this issue Nov 6, 2020 · 1 comment · Fixed by #2442
Closed
Labels
Affects: YARP v3.4.1 This is a known issue affecting YARP v3.4.1 Component: GUI - yarpdataplayer Issue Type: Bug Involves some intervention from a system administrator

Comments

@arrenglover
Copy link
Contributor

Describe the bug
immediately after loading data in the yarpdataplayer when the --hidden flag is used, the yarpdataplayer closes. The data is successfully loaded, but then the application exits.

To Reproduce
each command in a separate terminal:

yarpserver --write
yarpdataplayer --hidden
echo "load /home/aglover/data/attention/exp1/" | yarp rpc /yarpdataplayer/rpc:i

image

Expected behavior
using the same steps, but using yarpdataplayer without the --hidden flag successfully loads the data and the application stays open. I would expect the --hidden version to also stay open.

Configuration (please complete the following information):

  • OS: Windows 10 19042 + ubuntu 20.04 on WSL2
  • yarp version: 3.4.1
  • compiler:

-- CMake: 3.16.3 (/usr/bin/cmake)
-- C Compiler: GNU 9.3.0 (/usr/bin/cc)
-- CXX Compiler: GNU 9.3.0 (/usr/bin/c++)

@drdanz drdanz added Component: GUI - yarpdataplayer Issue Type: Bug Involves some intervention from a system administrator Affects: YARP v3.4.1 This is a known issue affecting YARP v3.4.1 labels Nov 9, 2020
@vtikha vtikha linked a pull request Dec 22, 2020 that will close this issue
@vtikha
Copy link
Member

vtikha commented Dec 22, 2020

This has been resolved in the full refactoring as discussedi in #2400 . The PR can be found here done: here
cc @arrenglover

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Affects: YARP v3.4.1 This is a known issue affecting YARP v3.4.1 Component: GUI - yarpdataplayer Issue Type: Bug Involves some intervention from a system administrator
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants