Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I often encounter the "segmentation fault 11" problem #1374

Closed
lordGuan opened this issue May 16, 2018 · 2 comments
Closed

I often encounter the "segmentation fault 11" problem #1374

lordGuan opened this issue May 16, 2018 · 2 comments

Comments

@lordGuan
Copy link

lordGuan commented May 16, 2018

❔ Question

How can I avoid "Segmentation fault: 11"

🔦 Context

Sometimes I can't use hmr normally, but build-mode is ok.

💻 Code Sample

{
  "name": "portal_wab_p_v1.3",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "clear": "rm -rf dist/*"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-jest": "^22.4.3",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-stage-2": "^6.24.1",
    "jest": "^22.4.3",
    "less": "^3.0.4",
    "parcel": "^1.8.1",
    "parcel-bundler": "^1.8.1",
    "pug": "^2.0.3"
  },
  "dependencies": {
    "babel-runtime": "^6.26.0",
    "dist": "^0.1.2",
    "echarts": "^4.1.0",
    "flow": "^0.2.3"
  }
}

I used some ES7 syntax,such as "async/await" and "for...of..." etc.

🌍 Your Environment

Software Version(s)
Parcel 1.8.1
Node v9.11.1
npm/Yarn 6.0.1
Operating System macOS 10.13.4
@DeMoorJasper
Copy link
Member

This is a known bug, duplicate of #1342

@DeMoorJasper
Copy link
Member

If this is not the same bug, please open up a bug report with the stack trace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants