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.

segfault after installing

See original GitHub issue

I have a small example repo that demonstrates a segmentation fault.

The project is using Ember 2.9 beta and glimmer 2. Also have an SVG logo component. Not sure if either of these is the cause or something specific to materialize addon.

Ember.js 2.9 beta1 Ember CLI 2.9 beta1

Steps to reproduce:

- Check out https://github.com/eccegordo/example-svg-logo
- npm install
- bower install
- npm start

Everything works normally

switch to problematic branch

- https://github.com/eccegordo/example-svg-logo/tree/materilize-segfault
- npm install
- bower install
- npm start 

segmentation fault

The only difference between master and materilize-segfault branches is that in the latter I ran

ember install ember-cli-materialize

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:1
  • Comments:8

github_iconTop GitHub Comments

1reaction
dustinfarriscommented, Sep 14, 2016

ah, might be that master still pegs an old version of ember-materialize-shim which still brings in the old node-sass.

Using the v1 branch should fix this. I guess it should be fixed on master too, if anyone wants to do that.

0reactions
ghostcommented, Nov 2, 2016

ember cli version: 2.9.1 node version: 6.9.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why do I get a Segmentation Fault regarding 'xsetup' when ...
If X is not available or 'xsetup' cannot be made to work then try the terminal version of 'install' using the command: install*...
Read more >
Segfault with for fresh ubuntu 20.04 install using conda
The python interpreter segfaults when running in a miniconda environment on a fresh install of ubuntu 20.04.2.
Read more >
Linux Installation fails with segmentation fault.
Linux Installation fails with segmentation fault. It allows the serial number and control numbers to be entered but eventually fails.
Read more >
When you try to install an R package it fails with segmentation ...
One way to tell if the package you are attempting to install needs static R libraries is to look at the output generated...
Read more >
Segmentation fault during installation with pip #16 - GitHub
After pip3 install --upgrade pip and then using python -m pip instead of pip3 , I get: the static_assert error (will upload the...
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