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 dumped) #4

Open
nic-stark opened this issue Apr 18, 2019 · 6 comments
Open

Segmentation fault(core dumped) #4

nic-stark opened this issue Apr 18, 2019 · 6 comments

Comments

@nic-stark
Copy link

Hi,there. Thank you for your work. I have successfully compiled your project. But when I tried to run it with options on the umbrella data, it just throw a bug on frame 0 says Segmentation fault(core dumped). I also tried to run it with out any options, it just kept running with iter.no.x and nothing else happens. Any ideas how could I fix this problem? Thanks.

@dgrzech
Copy link
Owner

dgrzech commented May 10, 2019

hi! could you post the stack trace of the segfault from gdb?

@YanhaoZhang
Copy link

Hi @dgrzech I also got a same problem. I used umbrella data downloaded from https://www.dropbox.com/sh/qgy2n9bmioofqnj/AABUnT7pi2ECpxSi80EmXOXna?dl=0&preview=umbrella_data.zip

I am a bit confused on the data folder. If I just add another two empty folder to the downloaded data folder as following, then this error occurs.
image
image

If I put all images and Intrinsics into corresponding folder, then the following issue occurs.
image
image

May I ask you if there is anything I did not do correctly? By the way, here is the steps on how I install all the dependencies. I am wondering if you could have a quick look and let me know if there is anything I did not do correctly? Thank you so much.

@dgrzech
Copy link
Owner

dgrzech commented Jul 18, 2019

hi! of course the rgb and depth images need to be put in the corresponding “color” and “depth” folders. do not put the file with intrinsics there—the intrinsics need to be specified in the parameters file. i’m not sure why the images can’t be read. to start with try debugging by seeing if the filenames are loaded correctly

@nic-stark
Copy link
Author

nic-stark commented Jul 21, 2019

Sorry for the late response. I have successfully solved this problem. The problem is caused by the version of the libs you use. And most likely is because you have used an old version of cmake. If you are experimenting the same problem please do check the libs you use.

@YanhaoZhang
Copy link

Hi @nic-stark Thank you so much :)

@wangmiaowei
Copy link

wangmiaowei commented Dec 4, 2020

@nic-stark I still have such problem when I want to use the screenshot. But I do not understand the "libs". Does it refer to some software?Besides, I also do not how to open the vtk file. Is there a software which could be recommended?
Indeed I get the error:
./build/bin/app ./build/bin/Data/boxing ./params/params_boxing.ini --enable-log --enable-viz
Device 0: "GeForce GTX 1060 6GB" 6066Mb, sm_61, 1280 cores, Driver/Runtime ver.9.0/9.0
created output directory for screenshots
--- FRAME NO. 0 ---
no. of active voxels: 6996
no. of point-normal pairs in the canonical model: 42327
saved canonical_mesh_000000.vtk
Segmentation fault (core dumped)

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

4 participants