Segmentation Fault on First Run
See original GitHub issueI followed the instructions to set the conda environment up, verified that it was the active one, and tried to run CQ-editor. I immediately get a seg fault.
Segmentation fault (core dumped)
There’s no way to know where it comes from based on that message, but I’ve gotten a lot of seg faults with FreeCAD over the years.
I’m running Ubuntu 17.10 64-bit
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Segmentation fault before first line of code
I am working on a simple C program to open a file and read some data from it. There are no compile errors,...
Read more >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 >Debugging Segmentation Faults
During run time if the process tries to access the memory outside its allocated space, the segmentation fault occurs. Segmentation faults are referred...
Read more >Segmentation Fault in 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 >Seg‐fault How‐to
Seg‐fault How‐to. Nikolaus Correll. This is a mini tutorial on segmentation faults and memory leaks. C and C++ require you to do your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I hadn’t gotten back to it yet. I just tried the following line and it fixed the segfault.
OK, just in case I added this SIP version to the env file. CI seems to be happy about it too.