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

Segmentation fault(Core Dump)? #20

Open
h72001346 opened this issue Apr 24, 2019 · 13 comments
Open

Segmentation fault(Core Dump)? #20

h72001346 opened this issue Apr 24, 2019 · 13 comments

Comments

@h72001346
Copy link

run demo.py
after "loading from /content/ai/hdy_conornet/CornerNet-Lite/core/../cache/nnet/CornerNet_Squeeze/CornerNet_Squeeze_500000.pkl"

@cwjhx
Copy link

cwjhx commented Apr 24, 2019

I meet same problems.

@taosean
Copy link

taosean commented Apr 24, 2019

@cwjhx @h72001346

Did you use gcc 4.9.2 or above? I met the same problem when compiling with gcc 4.8.5.
I solved it by compiling with gcc 5.3.1.

Hope this helps.

@cwjhx
Copy link

cwjhx commented Apr 24, 2019

gcc (GCC) 7.2.1 20170915 (Red Hat 7.2.1-2)

@LCWdmlearning
Copy link

gcc (GCC) 7.2.1 20170915 (Red Hat 7.2.1-2)

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

@LCWdmlearning
Copy link

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

@cwjhx
Copy link

cwjhx commented Apr 25, 2019

I have not solved it .

@cwjhx
Copy link

cwjhx commented Apr 28, 2019

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1.
I solved it by compiling with gcc 7.3.0.
Please check the compatibility of the operating system cuda gcc.

@LCWdmlearning
Copy link

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1.
I solved it by compiling with gcc 7.3.0.
Please check the compatibility of the operating system cuda gcc.

hello,I still can't solve it. My environment is (gcc 7.3.0, CUDA 10.0, Ubuntu 16.04, Driver Version: 410.48). I'm desperate.how can i do.Any suggestions?

@cwjhx
Copy link

cwjhx commented Apr 29, 2019

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1.
I solved it by compiling with gcc 7.3.0.
Please check the compatibility of the operating system cuda gcc.

hello,I still can't solve it. My environment is (gcc 7.3.0, CUDA 10.0, Ubuntu 16.04, Driver Version: 410.48). I'm desperate.how can i do.Any suggestions?

https://docs.nvidia.com/cuda/archive/10.0/cuda-installation-guide-linux/index.html
install gcc 5.4.0,try it

@LCWdmlearning
Copy link

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1.
I solved it by compiling with gcc 7.3.0.
Please check the compatibility of the operating system cuda gcc.

hello,I still can't solve it. My environment is (gcc 7.3.0, CUDA 10.0, Ubuntu 16.04, Driver Version: 410.48). I'm desperate.how can i do.Any suggestions?

https://docs.nvidia.com/cuda/archive/10.0/cuda-installation-guide-linux/index.html
install gcc 5.4.0,try it

nice! i solve it,Thank you very much.

@yyangmei
Copy link

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1.
I solved it by compiling with gcc 7.3.0.
Please check the compatibility of the operating system cuda gcc.

hello,I still can't solve it. My environment is (gcc 7.3.0, CUDA 10.0, Ubuntu 16.04, Driver Version: 410.48). I'm desperate.how can i do.Any suggestions?

https://docs.nvidia.com/cuda/archive/10.0/cuda-installation-guide-linux/index.html
install gcc 5.4.0,try it

nice! i solve it,Thank you very much.

Hi,how did you install gcc 5.4? My cuda is 9.0, gcc is 4.9.2,pytorch is 1.0.0,will it work if I updata gcc to 5.4?

@LCWdmlearning
Copy link

hello ! I meet same problems.Have you solved it? My version of GCC is 5.4.0

I met the same problem when compiling with gcc 7.2.1.
I solved it by compiling with gcc 7.3.0.
Please check the compatibility of the operating system cuda gcc.

hello,I still can't solve it. My environment is (gcc 7.3.0, CUDA 10.0, Ubuntu 16.04, Driver Version: 410.48). I'm desperate.how can i do.Any suggestions?

https://docs.nvidia.com/cuda/archive/10.0/cuda-installation-guide-linux/index.html
install gcc 5.4.0,try it

nice! i solve it,Thank you very much.

Hi,how did you install gcc 5.4? My cuda is 9.0, gcc is 4.9.2,pytorch is 1.0.0,will it work if I updata gcc to 5.4?

You'd better update CUDA to 10.0,and update gcc to 5.4 or Higher version. and try to pull the project again . Finally, follow the tutorial to run the code. Good luck for you.

@hejinsome
Copy link

@LCWdmlearning I installed gcc 5.4.0, cuda 10.1, pytorch is 1.0.0, but still appear Segmentation fault. Please give me suggestions. thanks

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

6 participants