Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Bus error (core dumped) #79

Open
guanbin1994 opened this issue Oct 31, 2018 · 1 comment
Open

Bus error (core dumped) #79

guanbin1994 opened this issue Oct 31, 2018 · 1 comment

Comments

@guanbin1994
Copy link

❓ Questions and Help

I totally follow the INSTALL.md

(maskrcnn_benchmark) l547@l547-OMEN:~$ cd github/
(maskrcnn_benchmark) l547@l547-OMEN:~/github$ git clone https://github.com/facebookresearch/maskrcnn-benchmark.git
Cloning into 'maskrcnn-benchmark'...
remote: Enumerating objects: 53, done.
remote: Counting objects: 100% (53/53), done.
remote: Compressing objects: 100% (38/38), done.
remote: Total 316 (delta 19), reused 30 (delta 15), pack-reused 263
Receiving objects: 100% (316/316), 3.69 MiB | 519.00 KiB/s, done.
Resolving deltas: 100% (116/116), done.
Checking connectivity... done.
(maskrcnn_benchmark) l547@l547-OMEN:~/github$ cd maskrcnn-benchmark/
(maskrcnn_benchmark) l547@l547-OMEN:~/github/maskrcnn-benchmark$ python setup.py build develop
Bus error (core dumped)
@fmassa
Copy link
Contributor

fmassa commented Oct 31, 2018

This is very weird. You got the segmentation fault during compilation.

Please copy and paste the output from the
environment collection script from PyTorch
(or fill out the checklist below manually).

You can get the script and run it with:

wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
  • PyTorch Version (e.g., 1.0):
  • OS (e.g., Linux):
  • How you installed PyTorch (conda, pip, source):
  • Build command you used (if compiling from source):
  • Python version:
  • CUDA/cuDNN version:
  • GPU models and configuration:
  • Any other relevant information:

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

No branches or pull requests

2 participants