Open BetaD46 opened 4 months ago
all my code:
import { WechatyBuilder } from 'wechaty' const bot = WechatyBuilder.build({ name: "bot", puppet: "wechaty-puppet-wechat4u", }); bot.start()
No response
Bun v1.1.15 (b23ba1f) on windows x8664 []
b23ba1f
Segmentation fault at address 0x7FFB1DA5849C
0x5128c
0x50fe7
0x50c8d
0x17fab
0x1bac0
0x1bcd9
Global.zig:123
exitWide
Global.zig:106
exit
javascript.zig:1094
eventLoop
@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
How can we reproduce the crash?
all my code:
Relevant log output
No response
Stack Trace (bun.report)
Bun v1.1.15 (
b23ba1f
) on windows x8664 []Segmentation fault at address 0x7FFB1DA5849C
0x5128c
in ntdll.dll0x50fe7
in ntdll.dll0x50c8d
in ntdll.dll0x17fab
in KERNEL32.DLL0x1bac0
in ucrtbase.dll0x1bcd9
in ucrtbase.dllGlobal.zig:123
:exitWide
Global.zig:106
:exit
javascript.zig:1094
:eventLoop