Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivanmaxlogiudice/reproduction


https://github.com/ivanmaxlogiudice/reproduction

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# reproduction

```
$ bun --version
1.0.29

$ bun
Bun is a fast JavaScript runtime, package manager, bundler, and test runner. (1.0.29-canary.28 (331d079d))

$ node --version
v21.6.0
```

To install dependencies:

```bash
npm install
```

To run:

```bash
npm run configure
npm run build
```

To test:

```bash
node lib/index.js
```

```bash
bun lib/index.js
```

Node output:

```
start
end
```

Bun output:

```
Segmentation fault at address 0x0
...\src\binding.cpp:18:0: 0x7ffb2a071123 in Test (binding.obj)
napi_get_buffer_info(env, argv[0], reinterpret_cast(&bufferData), nullptr);

???:?:?: 0x7ff719ccef5e in ??? (bun.exe)
???:?:?: 0x1c30000115d in ??? (???)
???:?:?: 0x1c30000111f in ??? (???)
```