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

Error in eval #20

Closed
SaterZhan opened this issue Aug 16, 2024 · 5 comments
Closed

Error in eval #20

SaterZhan opened this issue Aug 16, 2024 · 5 comments

Comments

@SaterZhan
Copy link

eval on test set
[2024-08-16 15:10:19,124][root][INFO] - Using env device cuda:0. (this is just always 0)
[2024-08-16 15:10:19,194][root][INFO] - Evaluating seed 0.
use_neural_rendering: False
[NeuralRenderer] mask_gt_rgb: False
Last weight: [100000]
Device count: 1
Using device: cuda:0
device: cuda:0
[NeuralRenderer]: False
CLIP model loaded: RN50

Error: signal 11:

/data0/zxt/project/2024/1/mngs/CoppeliaSim_Player_V4_1_0_Ubuntu18_04/libcoppeliaSim.so.1(_Z11_segHandleri+0x2b)[0x7fb5611cca4b]
/lib/x86_64-linux-gnu/libc.so.6(+0x3ef10)[0x7fb69eb15f10]
/data0/zxt/project/2024/1/mngs/CoppeliaSim_Player_V4_1_0_Ubuntu18_04/libcoppeliaSim.so(_Z29simGetInt32Parameter_internaliPi+0x305)[0x7fb427526a55]
/data0/zxt/project/2024/1/mngs/CoppeliaSim_Player_V4_1_0_Ubuntu18_04/libsimExtCustomUI.so(_Z21simGetInt32ParameterEi+0x26)[0x7fb39dbe1366]
/data0/zxt/project/2024/1/mngs/CoppeliaSim_Player_V4_1_0_Ubuntu18_04/libsimExtCustomUI.so(_ZN6Plugin7onStartEv+0x23)[0x7fb39dbc0843]
/data0/zxt/project/2024/1/mngs/CoppeliaSim_Player_V4_1_0_Ubuntu18_04/libsimExtCustomUI.so(simStart+0xb5)[0x7fb39dbbb655]
/data0/zxt/project/2024/1/mngs/CoppeliaSim_Player_V4_1_0_Ubuntu18_04/libcoppeliaSim.so.1(_ZN7CPlugin4loadEv+0xa3)[0x7fb561372cf3]
/data0/zxt/project/2024/1/mngs/CoppeliaSim_Player_V4_1_0_Ubuntu18_04/libcoppeliaSim.so.1(ZN16CPluginContainer9addPluginEPKcS1+0x403)[0x7fb56137a0a3]
/data0/zxt/project/2024/1/mngs/CoppeliaSim_Player_V4_1_0_Ubuntu18_04/libcoppeliaSim.so.1(ZN9CUiThread27__executeCommandViaUiThreadEP16SUIThreadCommandS1+0x1d4a)[0x7fb56130e1da]
/data0/zxt/project/2024/1/mngs/CoppeliaSim_Player_V4_1_0_Ubuntu18_04/libcoppeliaSim.so.1(ZN9CUiThread25executeCommandViaUiThreadEP16SUIThreadCommandS1+0x24)[0x7fb56130eaa4]
QMutex: destroying locked mutex
eclipsed time 50s

@SaterZhan
Copy link
Author

The above is a problem encountered during evaluating,do you know how to handle this?

@GuanxingLu
Copy link
Owner

Sorry for the late response. The error seems to have something to do with RLBench and CoppeliaSim. Do you use xvfb-run in a headless physical machine (set rlbench.headless=True in eval.yaml)?

@kjeiun
Copy link

kjeiun commented Aug 27, 2024

I also encountered the same error too. Did you solve it? I'm also using docker environment, and the configuration file contains "rlbench.headless=True"

@kjeiun
Copy link

kjeiun commented Aug 27, 2024

I just solved this problem by

"export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libstdc++.so.6"

pygame/pygame#3405 (comment)

@SaterZhan
Copy link
Author

I got it. Thanks so much for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants