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.

muselsl view: Segmentation fault (Core dumped)

See original GitHub issue

Hello, like many others I’m working on a real-time eeg application. Just started using muse-lsl and muse stream is working fine. However, when I run muse view following error occurs. Any idea how to fix this? Looking for an EEG stream… `Start acquiring data.

            toggle filter : d
            toogle full screen : f
            zoom out : /
            zoom in : *
            increase time scale : -
            decrease time scale : +

Segmentation fault`

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:12 (1 by maintainers)

github_iconTop GitHub Comments

6reactions
llamaskingcommented, Dec 17, 2019

I have this issue, too. A workaround I found to work is to use the Qt5Agg backend with -b Qt5Agg. You’ll need to install the PyQt5 package with pip to use it, though.

5reactions
amar-enkhbatcommented, Dec 17, 2019

I have this issue, too. A workaround I found to work is to use the Qt5Agg backend with -b Qt5Agg. You’ll need to install the PyQt5 package with pip to use it, though.

Thanks. Works with the Qt5 module muselsl view -b Qt5Agg.

Read more comments on GitHub >

github_iconTop Results From Across the Web

what does this mean ? 82737 segmentation fault (core ...
Segmentation fault mostly happens when program tries to work with memory that doesn't belong to it tries to do something eith null pointer....
Read more >
Segmentation fault (core dumped) runtime error - Stack Overflow
The problem is the missed check over input. If you don't provide argument to the executable it crash, and give you the error...
Read more >
sitemap3.xml - piwheels
... https://www.piwheels.org/project/django-datatable-view-compat ... https://www.piwheels.org/project/google-cloud-error-reporting-tcspowerflow ...
Read more >
How to read the Core Dump file after segmentation fault?
... the Core Dump file which is generated after a segmentation fault. ... 25K views 3 years ago Interview Readiness - Embedded C...
Read more >
What is Segmentation Fault/Core Dump? - YouTube
30,878 views • Sep 17, 2019. Here, I explain what is Segmentation Fault and what is core dump. Also, I have given examples...
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