anuvyklack / pretty-fold.nvim

Foldtext customization in Neovim
Apache License 2.0
441 stars 22 forks source link

dlsym(RTLD_DEFAULT, curwin_col_off): symbol not found #35

Closed l00sed closed 1 year ago

l00sed commented 1 year ago

After some upgrades, I get an error "symbol not found" pointing to pretty-fold.nvim. Could be a Nvim core bug?

foldtextresult 2 ...hare/nvim/lazy/pretty-fold.nvim/lua/pretty-fold/init.lua:85: dlsym(RTLD_DEFAULT, curwin_col_off): symbol not found
stack traceback:
^I[C]: in function '__index'
^I...hare/nvim/lazy/pretty-fold.nvim/lua/pretty-fold/init.lua:85: in function <...hare/nvim/lazy/pretty-fold.nvim/lua/pretty-fold/init.lua:69>
^I[C]: in function 'foldtextresult'
^I...l/share/nvim/lazy/indent-blankline.nvim/lua/ibl/init.lua:263: in function 'refresh'
^I...l/share/nvim/lazy/indent-blankline.nvim/lua/ibl/init.lua:120: in function 'debounced_refresh'
^I...l/share/nvim/lazy/indent-blankline.nvim/lua/ibl/init.lua:144: in function 'debounced_refresh'
^I...are/nvim/lazy/indent-blankline.nvim/lua/ibl/autocmds.lua:26: in function <...are/nvim/lazy/indent-blankline.nvim/lua/ibl/autocmds.lua:25>
^I[C]: in function 'nvim_cmd'
^I...brew/Cellar/neovim/0.9.2/share/nvim/runtime/filetype.lua:25: in function <...brew/Cellar/neovim/0.9.2/share/nvim/runtime/filetype.lua:24>
^I[C]: in function 'nvim_buf_call'
^I...brew/Cellar/neovim/0.9.2/share/nvim/runtime/filetype.lua:24: in function <...brew/Cellar/neovim/0.9.2/share/nvim/runtime/filetype.lua:10>

Running: MacOS Sonoma 14 Neovim 0.9.2 latest pretty-fold.nvim healthchecks look good

EDIT: tried with an empty .setup() and I'm still getting the issue.

l00sed commented 1 year ago

I think it might be a Neovim core issue relating to this... https://github.com/neovim/neovim/issues/25295

l00sed commented 1 year ago

Updated to 0.10.0 nightly build and it is indeed fixed. Guess I got too excited with the updates. Hope this helps if anyone else is hunting down the same bug.