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

Crash using winax from npm #11007

Open
ironpain opened this issue May 11, 2024 · 0 comments
Open

Crash using winax from npm #11007

ironpain opened this issue May 11, 2024 · 0 comments
Labels
bug Something isn't working crash An issue that could cause a crash

Comments

@ironpain
Copy link

How can we reproduce the crash?

Install from https://www.npmjs.com/package/winax
npm i winax

JavaScript/TypeScript code that reproduces the crash?

import {default as wax} from 'winax';
new wax.Object ('ADODB.Connection');

Relevant log output

var ActiveX = module.exports = require('./build/Release/node_activex.node');
                         ^
TypeError: LoadLibrary failed: Eine DLL-Initialisierungsro
      at D:\workspace\node_space\snippets\node_modules\winax\activex.js:1:22
      at D:\workspace\node_space\snippets\node_modules\winax\index.js:1:8

Bun v1.1.7 (Windows x64)
============================================================
Bun v1.1.7 (b0b7db5c) Windows x64
Args: "C:\Users\ironpain\.bun\bin\bun.exe", ".\src\index.ts"
Features: jsc tsconfig(2) 
Builtins: "bun:main" 
Elapsed: 223ms | User: 0ms | Sys: 31ms
RSS: 110.81MB | Peak: 110.81MB | Commit: 0.16GB | Faults: 27349

panic(main thread): Segmentation fault at address 0x7FFA00272654
oh no: Bun has crashed. This indicates a bug in Bun, not your code

Stack Trace (bun.report)

Bun v1.1.7 (b0b7db5) on windows x86_64 [AutoCommand]

Segmentation fault at address 0x7FFF1FA70E18

  • 1 unknown/js code
  • ??? at 0x5129c in ntdll.dll
  • ??? at 0x50ff7 in ntdll.dll
  • ??? at 0x50c9d in ntdll.dll
  • ??? at 0x17fab in KERNEL32.DLL
  • ??? at 0x1bed8 in ucrtbase.dll
  • ??? at 0x1c099 in ucrtbase.dll
  • Global.zig:123: exitWide
  • Global.zig:106: exit
  • javascript.zig:907: eventLoop
@ironpain ironpain added bug Something isn't working crash An issue that could cause a crash labels May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash An issue that could cause a crash
Projects
None yet
Development

No branches or pull requests

1 participant