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

about segmentation fault (core demped) #154

Open
xfeng853 opened this issue Feb 28, 2022 · 2 comments
Open

about segmentation fault (core demped) #154

xfeng853 opened this issue Feb 28, 2022 · 2 comments

Comments

@xfeng853
Copy link

scr12345678
Can you help me?

@HuguesTHOMAS
Copy link
Owner

Such an error without aby message should be coming from one of the c++ wrappers, but it is not entirely sure.

I could help you more if you could track down when the error happens. First remove the multithreaded input pipeline buy setting the input_threads = 0 in the config.

KPConv/training_S3DIS.py

Lines 64 to 65 in 16bfbb9

# Number of CPU threads for the input pipeline
input_threads = 8

Then try to follow the execution of the code by running it in debug mode, or by placing print() statements along the code.

When you get which line in the code returns this error, I should be able to help solving this

@xfeng853
Copy link
Author

xfeng853 commented Mar 1, 2022

1
2
3
4
hello, I can only debug into here。The dataset I use is reduced-8。

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

2 participants