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.

Segmentation Fault on First Run

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
jmwrightcommented, Jun 11, 2018

I hadn’t gotten back to it yet. I just tried the following line and it fixed the segfault.

conda install -c conda-forge sip=4.18.1

0reactions
adam-urbanczykcommented, Jun 13, 2018

OK, just in case I added this SIP version to the env file. CI seems to be happy about it too.

Read more comments on GitHub >

github_iconTop 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 >

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