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

Failing to load c++ napi addon #18118

Open
MalTeeez opened this issue Mar 12, 2025 · 0 comments
Open

Failing to load c++ napi addon #18118

MalTeeez opened this issue Mar 12, 2025 · 0 comments
Labels
bug Something isn't working libuv Issue occurs due to a module trying to use functions from libuv

Comments

@MalTeeez
Copy link

What version of Bun is running?

1.2.6-canary.22+fdd181d68

What platform is your computer?

Linux 6.1.0-30-amd64 x86_64

What steps can reproduce the bug?

Import the module, compiled with this instruction:
node::GetCurrentEventLoop(context->GetIsolate())

What is the expected behavior?

No Error

What do you see instead?

bun: symbol lookup error: ~/uws_linux_x64_127.node: undefined symbol: _ZN4node19GetCurrentEventLoopEPN2v87IsolateE

Additional information

No response

@MalTeeez MalTeeez added bug Something isn't working needs triage labels Mar 12, 2025
@RiskyMH RiskyMH added napi Compatibility with the native layer of Node.js and removed needs triage labels Mar 12, 2025
@190n 190n added libuv Issue occurs due to a module trying to use functions from libuv and removed napi Compatibility with the native layer of Node.js labels Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working libuv Issue occurs due to a module trying to use functions from libuv
Projects
None yet
Development

No branches or pull requests

3 participants