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

Problems with sync examples #52

Open
Jiarre opened this issue Feb 22, 2022 · 2 comments
Open

Problems with sync examples #52

Jiarre opened this issue Feb 22, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Jiarre
Copy link

Jiarre commented Feb 22, 2022

Whenever I try to use given examples, they all panic with the message 'assertion failed: (left != right)'
I attach the log given by the execution of the examples with the environment variable RUST_BACKTRACE set to 1

z_eval_log.txt
z_get_log.txt
z_storage_log.txt
z_sub_log.txt

@JEnoch
Copy link
Member

JEnoch commented Feb 28, 2022

I don't reproduce your issue using Python 3.9.1 and latest master commit (2680f5f).

Which versions of Python and zenoh-python are you using ?
And what are the command lines you're running exactly ?

@Jiarre
Copy link
Author

Jiarre commented Mar 1, 2022

I encounter this problem on my Ubuntu VM using Python 3.6.9 and using the commands given in the repo to run the example ( for instance in one terminal i use "python3 z_sub.py" and in another "python3 z_pub.py"). As you can see by the logs error is given with each possible combination of the examples, but in particular the exception is thrown only when you launch an "active" script (one that put data or try to get it, like z_pub and z_get), in fact you can run z_sub or z_storage without errors until you put or request data, at which point both processes throw exception.

I'm not encountering this problem on Macos with python 3.8.9

@Mallets Mallets added the bug Something isn't working label Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants