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.

I updated recently to 1.10 and ran into this issue

gulp(1166,0x7fff7db64310) malloc: *** error for object 0x1044a9d3d: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Abort trap: 6

Shortly there after, a day later 1.20 was released and I upgraded to that but still run into the same error. Is there something I can do to remedy this?

I am calling sass() without any options.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:20 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
xzyfercommented, May 10, 2016

I’ve managed to get back around to this. This issue appears to have been fixed in successive node-sass releases.

0reactions
jakeNiemieccommented, Mar 12, 2018

This happened for me recently after upgrade, fix: rm -rf ./node_modules && npm cache clean --force && npm rebuild

I had to downgrade to 4.7.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to troubleshoot crashes in malloc - Stack Overflow
Okay, I'm going to have to assume that you mean SIGSEGV (segmentation fault) is firing in malloc . This is usually caused by...
Read more >
9.2 Programs that crash in malloc or free
These crashes happen inside the memory-allocation functions because these functions maintain some crucial information about the allocated and free memory blocks ...
Read more >
Random crash in malloc | Apple Developer Forums
Crash report say crash happens system area, not the app's code. It makes very difficult to find out problem area for app engineer....
Read more >
using malloc crashes program
in my code i'm bringing in uart data. when the function finds the header bytes and size of the incoming packet it uses...
Read more >
Malloc causes executable to crash : r/C_Programming - Reddit
My problem is that the executable program crashes when trying to malloc the memory to this new pointer to char:
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