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.

dyld: lazy symbol binding failed: Symbol not found

See original GitHub issue

When I run my Electron application on macOS I get such errors right on start of my application, without even calling sharp():

dyld: lazy symbol binding failed: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
  Referenced from: /Users/appleuser/Documents/work/taggy/taggy-desktop/node_modules/sharp/build/Release/sharp.node
  Expected in: flat namespace

dyld: Symbol not found: __ZN2v816FunctionTemplate3NewEPNS_7IsolateEPFvRKNS_20FunctionCallbackInfoINS_5ValueEEEENS_5LocalIS4_EENSA_INS_9SignatureEEEiNS_19ConstructorBehaviorENS_14SideEffectTypeE
  Referenced from: /Users/appleuser/Documents/work/taggy/taggy-desktop/node_modules/sharp/build/Release/sharp.node
  Expected in: flat namespace

sharp v0.21.0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
EKamicommented, Dec 24, 2018

electron-rebuild -f -w sharp did not work for me for electron 4.0 😦

0reactions
EKamicommented, Jan 8, 2019

I think we’ll need to open a new issue guys, this one is closed and no one will pay attention to it

Read more comments on GitHub >

github_iconTop Results From Across the Web

dyld: lazy symbol binding failed: Symbol not found ... - GitHub
I use @vue/cli 4.2.3 to build a vue project on my Mac, when running npm run serve, I got some error: dyld: lazy...
Read more >
dyld: lazy symbol binding failed: Symbol not found. Expected ...
Run "c++filt (missing symbol)" to demangle and see where you need to call ... The missing symbol's name indicates it's not using C...
Read more >
Command line error: dyld: lazy symbol binding failed
Hi Everyone, I am trying to convert a bigWig file to a BedGraph by using the bigWigToBedGraph tool. This failed when trying it...
Read more >
61406 (emacs @27.1_2+x11: dyld: lazy symbol binding failed
The problem occurs because Xcode 11 has the macOS 10.15 SDK. Aligned alloc was apparently introduced in 10.15 and the emacs configure script...
Read more >
Error dyld: lazy symbol binding failed: Symbol not found
Hi,. Im getting a error message while trying to run co-register. It worked fine on v2.1.7 but I updated to v.2.3.1 during 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