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

chunk = read(handle, remaining) ConnectionResetError: [Errno 104] Connection reset by peer #1919

Open
dongxinfeng1 opened this issue Apr 23, 2024 · 0 comments

Comments

@dongxinfeng1
Copy link

*** Check failure stack trace: ***
Traceback (most recent call last):
File "/home/z/Neural-SLAM/main.py", line 769, in
main()
File "/home//Neural-SLAM/main.py", line 119, in main
envs = make_vec_envs(args)
File "/home/z/Neural-SLAM/env/init.py", line 7, in make_vec_envs
envs = construct_envs(args)
File "/home/z/Neural-SLAM/env/habitat/init.py", line 102, in construct_envs
range(args.num_processes))
File "/home/z/Neural-SLAM/env/habitat/habitat_api/habitat/core/vector_env.py", line 117, in init
read_fn() for read_fn in self._connection_read_fns
File "/home/z/Neural-SLAM/env/habitat/habitat_api/habitat/core/vector_env.py", line 117, in
read_fn() for read_fn in self._connection_read_fns
File "/home/z/anaconda3/envs/ns37/lib/python3.7/multiprocessing/connection.py", line 250, in recv
buf = self._recv_bytes()
File "/home/z/anaconda3/envs/ns37/lib/python3.7/multiprocessing/connection.py", line 407, in _recv_bytes
buf = self._recv(4)
File "/home/z/anaconda3/envs/ns37/lib/python3.7/multiprocessing/connection.py", line 379, in _recv
chunk = read(handle, remaining)
ConnectionResetError: [Errno 104] Connection reset by peer
Exception ignored in: <function VectorEnv.del at 0x7f13532034d0>
Traceback (most recent call last):
File "/home/z/Neural-SLAM/env/habitat/habitat_api/habitat/core/vector_env.py", line 487, in del
self.close()
File "/home/z/Neural-SLAM/env/habitat/habitat_api/habitat/core/vector_env.py", line 351, in close
write_fn((CLOSE_COMMAND, None))
File "/home/z/anaconda3/envs/ns37/lib/python3.7/multiprocessing/connection.py", line 206, in send
self._send_bytes(_ForkingPickler.dumps(obj))
File "/home/z/anaconda3/envs/ns37/lib/python3.7/multiprocessing/connection.py", line 404, in _send_bytes
self._send(header + buf)
File "/home/z/anaconda3/envs/ns37/lib/python3.7/multiprocessing/connection.py", line 368, in _send
n = write(self._handle, buf)
BrokenPipeError: [Errno 32] Broken pipe

Process finished with exit code 1

@dongxinfeng1 dongxinfeng1 changed the title https://github.com/facebookresearch/habitat-api.git chunk = read(handle, remaining) ConnectionResetError: [Errno 104] Connection reset by peer Apr 23, 2024
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

1 participant