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

bug: reproduce 'async' assertion issues #262

Closed
wants to merge 1 commit into from

Conversation

linrongbin16
Copy link
Owner

@linrongbin16 linrongbin16 commented Feb 1, 2025

No description provided.

@linrongbin16
Copy link
Owner Author

linrongbin16 commented Feb 1, 2025

DON'T merge this PR.

Background

This is just a sample code that reproduce issue #257 .

OS/Neovim Distribution that can reproduce this bug

OS: Fedora Linux 41 (Workstation Edition)

Note: I installed a fedora linux virtual machine on the VMWare workstation, hosting on Windows 10 x86_64, with Intel 12400 chip.

nvim --version output:

❯ nvim --version
NVIM v0.10.3
Build type: RelWithDebInfo
LuaJIT 2.1.1720049189
Run "nvim -V1 -v" for more info

OS/Neovim Distribution that cannot reproduce this bug

OS: Windows 10 x86_64 with Intel 12400 chip

nvim --version output:

❯ nvim --version
NVIM v0.10.4
Build type: Release
LuaJIT 2.1.1713484068
Run "nvim -V1 -v" for more info

Guess the reason

I found the LuaJIT version is different:

  • The bug one is: LuaJIT 2.1.1720049189
  • The correct one is: LuaJIT 2.1.1713484068

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant