Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

node-sass 4.8.1 crashes with WebPack running parallel compilation #2280

@horaceleung

Description

@horaceleung

We have been using "node-sass": "^4.5.3" in our package.json for some time now and since yesterday, we have been getting an error when run 'npm start'. Error below:

node(7981,0x70000b18c000) malloc: *** error for object 0x1041ac8b0: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug

However when we downgrade and fix the version to 4.5.3, we do not get the error anymore. ( without ^ to "node-sass": "4.5.3") so I am certain it is an issue caused by the latest version, possibly 4.8.1 ?

Please advice on this.

  • NPM version (5.7.1)
  • Node version (v8.10.0)
  • Node Process ({ http_parser: '2.7.0',
    node: '8.10.0',
    v8: '6.2.414.50',
    uv: '1.19.1',
    zlib: '1.2.11',
    ares: '1.10.1-DEV',
    modules: '57',
    nghttp2: '1.25.0',
    openssl: '1.0.2n',
    icu: '60.1',
    unicode: '10.0',
    cldr: '32.0',
    tz: '2017c' }
    )
  • Node Platform (darwin):
  • Node architecture (x64)
  • node-sass version (node-sass 4.8.1 (Wrapper) [JavaScript]
    libsass 3.5.0 (Sass Compiler) [C/C++])
  • npm node-sass versions ( [email protected] ):

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions