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.

fix: segmentation fault on start

See original GitHub issue
  • I am on the latest Cerebro.app version

  • I have searched the issues of this repo and believe that this is not a duplicate

  • OS version and name: Arch Linux

  • Cerebro.app version: 0.3.2

Issue

When I start cerebro, it crashes:

installed: X-AppImage-BuildId=847a0770-d98f-11a7-0ebd-e5b83ffea09e image: X-AppImage-BuildId=847a0770-d98f-11a7-0ebd-e5b83ffea09e
Failed to get crash dump id.
Report Id: 
[1]    3603 segmentation fault (core dumped)  ./cerebro-0.3.2-x86_64.AppImage

I get the same error when running the AUR packages.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
vesleycommented, Aug 26, 2019

I switched to ulauncher. Seems to be a good launcher too.

0reactions
dubisdevcommented, Sep 22, 2022

I’m closing this issue as outdated. We recently released v0.8.0 which has a lot of dependency updates and bug fixes. Try it and, if the problem persists, we can open a new issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Identify what's causing segmentation faults (segfaults) - IU KB
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 >
Fixing Segmentation faults in C++ - debugging - Stack Overflow
Compile and run your code as often as you can. It will be easier to locate the faulty part. Try to encapsulate low-level...
Read more >
Debugging Segmentation Faults and Pointer Problems
Learn how to hunt down and fix segmentation faults and other pointer problems.
Read more >
Debugging Segmentation Faults using GEF and GDB
Step 1: Cause the segfault inside GDB · Step 2: Find the function call that caused the problem · Step 3: Inspect variables...
Read more >
Core Dump (Segmentation fault) in C/C++ - GeeksforGeeks
Core Dump/Segmentation fault is a specific kind of error caused by accessing memory that “does not belong to you.”.
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