question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

test_tcnn_instant_ngp_field() Segmentation Fault

See original GitHub issue

test_tcnn_instant_ngp_field() has a segfault. This test is only run locally since the github actions don’t have tcnn. Interestingly the segfault does not occur if you run the test using the debugger.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:12 (11 by maintainers)

github_iconTop GitHub Comments

2reactions
tancikcommented, Aug 2, 2022

Hmmm, even more mysterious. Doesn’t seem tied to a commit, I tried going back pretty far, and this only became an issue in the last week or so. Maybe some package version? @ethanweber are you also still having this issue?

1reaction
tancikcommented, Aug 2, 2022

NGP training works for me. Oddly it only fails for me when I don’t run with the debugger. I think Ethan is also has seen this segfault. I’ll try to figure out which pr introduced this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Identify what's causing segmentation faults (segfaults)
A segmentation fault (aka segfault) is a common condition that causes programs to crash; they are often associated with a file named core...
Read more >
c++ - What is a segmentation fault? - Stack Overflow
Segmentation fault is a specific kind of error caused by accessing memory that “does not belong to you.” It's a helper mechanism that...
Read more >
Segmentation fault - Wikipedia
Segmentation faults are a common class of error in programs written in languages like C that provide low-level memory access and few to...
Read more >
Common Causes of Segmentation Faults (Segfaults)
A segmentation fault (often called a segfault) can occur if a program you are running attempts to access an invalid memory location.
Read more >
Segmentation Fault in Linux | Baeldung on Linux
In a nutshell, segmentation fault refers to errors due to a process's attempts to access memory regions that it shouldn't.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found