oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.46k stars 2.78k forks source link

crash when using wechaty #12392

Open BetaD46 opened 4 months ago

BetaD46 commented 4 months ago

How can we reproduce the crash?

all my code:

import { WechatyBuilder } from 'wechaty'

const bot = WechatyBuilder.build({
    name: "bot",
    puppet: "wechaty-puppet-wechat4u",
});

bot.start()

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.15 (b23ba1f) on windows x8664 []

Segmentation fault at address 0x7FFB1DA5849C

github-actions[bot] commented 4 months ago

@BetaD46, the latest version of Bun is v1.1.17, but this crash was reported on Bun v1.1.15.

Are you able to reproduce this crash on the latest version of Bun?

bun upgrade