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

Stack smashing detected error #1

Open
ShaoxiongYao opened this issue Oct 24, 2024 · 1 comment
Open

Stack smashing detected error #1

ShaoxiongYao opened this issue Oct 24, 2024 · 1 comment

Comments

@ShaoxiongYao
Copy link

ShaoxiongYao commented Oct 24, 2024

Thanks for providing this excellent project.

I am trying to reproduce results in the paper but encountered a few errors. I have finished the package installation steps and the example data is downloaded. However, when I run the example training code, I get stack smashing detected error. The error is as follows:

*** stack smashing detected ***: terminated
Aborted (core dumped)

I run the project on a Linux machine with Ubuntu version 22.04 and Nvidia 4090 graphics card.

I trace the error happens on

dist2 = torch.clamp_min(distCUDA2(fused_point_cloud), 0.0000001)

and

rendered_image, radii, allmap = rasterizer(

The first error could be fixed by a customized distCUDA2 function but I have not found a solution to deal with error in the GaussianRasterizer. If you have any suggestions, please let me know and I will sincerely appreciate your help.

@Shuaizhang7
Copy link
Collaborator

I'm not sure how to solve this problem, but you can try reinstalling submodules/diff-surfel-rasterization. Maybe there is a problem with the installation of this library.

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